Cog/Utils
Christopher Snowhill 2445cc94a9 - Retrieve profile paths properly instead of hard coding
- Display playlist total duration in units up to weeks and down to just seconds, and only pluralize units as necessary
- Major change: Implemented a SQLite disk backed playlist, track data, and queue storage system, which will be synchronized from the player in real time, and will hopefully survive system or app crashes. Existing plist playlist will be imported on first run, and removed on shutdown.
2021-12-24 01:01:21 -08:00
..
Logging.h mamburu: Logging improved, no more excessive logging in release builds 2013-10-11 05:03:55 -07:00
NSArray+ShuffleUtils.h Add utils for new shuffle. 2008-02-16 02:46:37 +00:00
NSArray+ShuffleUtils.m Add utils for new shuffle. 2008-02-16 02:46:37 +00:00
NSData+MD5.h XML playlists now store album art in an MD5 hash indexed dictionary, but continue to read the older format for backwards compatibility 2013-10-09 16:14:23 -07:00
NSData+MD5.m Clean up lots of warnings and minor issues. 2016-06-29 22:10:29 -07:00
NSDictionary+Merge.h Cuesheet: Read and merge metadata from referenced audio files, no matter their format 2021-11-21 00:16:16 -08:00
NSDictionary+Merge.m Cuesheet: Read and merge metadata from referenced audio files, no matter their format 2021-11-21 00:16:16 -08:00
NSFileHandle+CreateFile.h Added formatters and NSFileHandle+CreateFile category for easy file creation when writing. 2007-03-14 02:29:16 +00:00
NSFileHandle+CreateFile.m Added formatters and NSFileHandle+CreateFile category for easy file creation when writing. 2007-03-14 02:29:16 +00:00
NSString+CogSort.h Moved commonly used file to a new location. 2009-02-28 09:45:08 -08:00
NSString+CogSort.m Moved commonly used file to a new location. 2009-02-28 09:45:08 -08:00
NSString+FinderCompare.h Add missing newlines. 2020-02-01 14:00:41 +01:00
NSString+FinderCompare.m Clean up lots of warnings and minor issues. 2016-06-29 22:10:29 -07:00
SideViewController.h Updated everything else to ARC, and plugged a release cycle. 2016-05-05 13:05:39 -07:00
SideViewController.m Updates for new build system. 2018-06-28 04:03:37 -07:00
SQLiteStore.h - Retrieve profile paths properly instead of hard coding 2021-12-24 01:01:21 -08:00
SQLiteStore.m - Retrieve profile paths properly instead of hard coding 2021-12-24 01:01:21 -08:00
ToolTipTextField.h Added ToolTipTextField class, whos tooltip is the same as the text displayed, but untruncated. 2009-03-09 21:59:27 -07:00
ToolTipTextField.m Added ToolTipTextField class, whos tooltip is the same as the text displayed, but untruncated. 2009-03-09 21:59:27 -07:00
TrackingCell.h Fixed up position slider and time display. 2009-02-22 14:28:09 -08:00
TrackingCell.m Updates for new build system. 2018-06-28 04:03:37 -07:00
TrackingSlider.h Fixed up position slider and time display. 2009-02-22 14:28:09 -08:00
TrackingSlider.m Updated everything else to ARC, and plugged a release cycle. 2016-05-05 13:05:39 -07:00