ocarina/libsaria
Bryan Schumaker 3e458e2d9f libsaria: Validate library before adding new songs
If a file has been moved to another location in the same library root
the new location won't be added since it'll have the same inode number.
The track would then be removed during the library validation step.  I
switch the order for correctness.
2012-01-04 08:22:21 -05:00
..
audio libsaria: Store current audio volume 2011-12-23 22:04:24 -05:00
idle libsaria: Create an idle namespace 2011-10-27 15:18:03 -04:00
index libsaria: Use dynamic memory for library tracks 2011-12-30 15:50:21 -05:00
library libsaria: Validate library before adding new songs 2012-01-04 08:22:21 -05:00
path libsaria: Validate library tracks after updating 2011-12-31 10:48:05 -05:00
queue libsaria: Remove ids from the queue 2011-12-30 23:27:15 -05:00
track libsaria: Remove unused variable from Track() 2011-12-30 19:46:54 -05:00
callback.cpp Remove callbacks from libsaria class 2011-09-10 13:46:09 -04:00
controls.cpp libsaria: Select songid using libsaria controls.cpp 2011-12-29 15:32:15 -05:00
current.cpp libsaria: New current_track() function 2011-12-30 19:47:13 -05:00
format.cpp libsaria: Cache lowercase strings, too 2011-12-28 11:00:08 -05:00
libsaria.cpp libsaria: Save queue to disk 2011-12-30 20:26:36 -05:00
model.cpp libsaria: Created a SourceModel class 2011-10-29 15:19:45 -04:00
prefs.cpp libsaria: Switch to the new OutFile() class 2011-12-25 22:34:12 -05:00
print.cpp libsaria: Replace the old print() function 2011-12-18 15:07:01 -05:00