ocarina/core/playlists
Anna Schumaker 5964c508ce core/playlists/artists: Load each playlist with a different idle task
This seems less efficient overall, since we now need to take several
passes over the track database.  What I've noticed is that the
single-pass option creates a lot of UI notifications that makes the gui
unresponsive for a large amount of time.  Breaking this into smaller
chunks gives us a chance to handle any user actions between loading each
playlist.

Fixes #71: Initalize artist playlists with more idle tasks
Signed-off-by: Anna Schumaker <Anna@NoWheyCreamery.com>
2016-08-13 09:50:24 -04:00
..
Sconscript core/playlists/system: Move system playlists into a new file 2016-07-19 16:03:06 -04:00
artist.c core/playlists/artists: Load each playlist with a different idle task 2016-08-13 09:50:24 -04:00
library.c core/playlists/library: Add pl_library_update() function 2016-08-13 08:31:30 -04:00
system.c core/playlists: Add playlist_{new, delete}() functions 2016-08-13 08:31:30 -04:00