cog/Utils
Christopher Snowhill b0fca5127f SQLite Store: Fix updating track entries
Track entries are updated when files are added and their metadata is
later loaded. The refresh cycle was failing, because dbIndex was unset
in the new tracks, for some reason. Now it will set this when updating
the track item, assuming it read from the database in the first place.

This fixes metadata being loaded properly on adding tracks to the
playlist, as well as reloading track data manually.

Fixes #218, hopefully.

Signed-off-by: Christopher Snowhill <kode54@gmail.com>
2022-01-27 00:11:14 -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 Change a bunch of NSArray declarations to const collection literals 2022-01-18 18:12:57 -08: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
SQLiteStore.h SQLite Store / Drag and Drop: Now correctly store changes made by dragging playlist entries around to the database 2022-01-24 06:07:13 -08:00
SQLiteStore.m SQLite Store: Fix updating track entries 2022-01-27 00:11:14 -08:00
SideViewController.h Updated everything else to ARC, and plugged a release cycle. 2016-05-05 13:05:39 -07:00
SideViewController.m Change a bunch of NSArray declarations to const collection literals 2022-01-18 18:12:57 -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