ocarina/core
Anna Schumaker ef8a764780 core/playlists: Allocate artist and library playlists during startup
Rather than waiting for them to load with an idle task.  This speeds up
Ocarina startup dramatically, since playlists can be added to the UI
with the correct size instead of needing extra callbacks to update the
size each time a track is added.

Signed-off-by: Anna Schumaker <Anna@NoWheyCreamery.com>
2016-09-26 08:07:36 -04:00
..
playlists core/playlists: Allocate artist and library playlists during startup 2016-09-26 08:07:36 -04:00
tags core/database: Remove dbe_setup() 2016-09-26 08:07:36 -04:00
audio.c core/file: File version is OCARINA_MINOR_VERSION 2016-09-26 08:07:35 -04:00
core.c core: Defragment databases on startup 2016-09-26 08:07:35 -04:00
database.c core/database: Remove dbe_setup() 2016-09-26 08:07:36 -04:00
date.c core/date: Add functions for reading and writing date stamps 2016-09-26 08:07:35 -04:00
file.c core/file: File version is OCARINA_MINOR_VERSION 2016-09-26 08:07:35 -04:00
idle.c core/idle: Let tests run without the thread pool 2016-07-28 16:17:43 -04:00
playlist.c core/playlists: Select queued tracks playlist when adding tracks 2016-09-26 08:07:35 -04:00
queue.c core/queue: Give queues the option to save and load iterator positions 2016-09-26 08:07:34 -04:00
settings.c core/file: File version is OCARINA_MINOR_VERSION 2016-09-26 08:07:35 -04:00
string.c core/string: Remove unused string functions 2016-08-29 07:33:00 -04:00