ocarina/lib
Anna Schumaker 8e9bc79e51 Set queue length on startup
Queues are read from disk *before* libraries are read, meaning we can't
calculate the length right away.  But if we don't calculate the length,
then the first time a track is removed from a queue the length will be
set to (0 - track_length).  This is wrong.

Signed-off-by: Anna Schumaker <Anna@OcarinaProject.net>
2014-04-11 08:28:03 -04:00
..
Sconscript Clean up the build system 2014-04-06 19:57:03 -04:00
audio.cpp lib: Don't try to load a track that doesn't exist 2014-04-09 19:32:46 -04:00
callback.cpp lib: Import ban status from Ocarina 5.x 2014-04-06 19:57:02 -04:00
database.cpp database: Each DatabaseEntry should know its id 2014-04-06 19:57:06 -04:00
deck.cpp Set queue length on startup 2014-04-11 08:28:03 -04:00
file.cpp file: Don't use throw / catch to report errors 2014-04-06 19:57:05 -04:00
filter.cpp filter: Update design and rewrite the unit test 2014-04-06 19:57:06 -04:00
idle.cpp idle: Update design and unit test 2014-04-06 19:57:06 -04:00
index.cpp index: Update the index design 2014-04-06 19:57:05 -04:00
library.cpp library: Use track id directly 2014-04-09 19:28:04 -04:00
playlist.cpp index: Update the index design 2014-04-06 19:57:05 -04:00
playqueue.cpp Set queue length on startup 2014-04-11 08:28:03 -04:00