cog/AudioScrobbler
Christopher Snowhill 4c95c943ef [Playlist Storage] Rewrite to use Core Data
Completely rewrite the playlist storage once again, this time with a
much faster Core Data implementation. It still uses a little magic for
Album Artwork consolidation, but string consolidation doesn't seem to be
needed to reduce the disk storage size. Works much faster than my silly
implementation, too.

Old implementations are still kept for backwards compatibility with
existing playlists.

Signed-off-by: Christopher Snowhill <kode54@gmail.com>
2022-06-16 07:14:33 -07:00
..
AudioScrobbler.h Reformat my own source code with clang-format 2022-02-06 21:49:27 -08:00
AudioScrobbler.m [Playlist Storage] Rewrite to use Core Data 2022-06-16 07:14:33 -07:00
AudioScrobblerClient.h Reformat my own source code with clang-format 2022-02-06 21:49:27 -08:00
AudioScrobblerClient.m Reformat my own source code with clang-format 2022-02-06 21:49:27 -08:00