ocarina/core
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
..
playlists core/playlists/artists: Load each playlist with a different idle task 2016-08-13 09:50:24 -04:00
tags core/tags/artist: Add an artist_db_get() function 2016-08-13 08:31:30 -04:00
Sconscript core/database: Move database out of containers/ subdirectory 2016-07-29 17:06:01 -04:00
audio.c core/collection: Remove file 2016-08-13 08:31:30 -04:00
core.c core/collection: Remove file 2016-08-13 08:31:30 -04:00
database.c core/database: Move database out of containers/ subdirectory 2016-07-29 17:06:01 -04:00
date.c core/date: Add date_set() to directly set a date structure 2015-11-10 10:55:54 -05:00
file.c core/file: Add support for importing a file into the cache 2016-07-12 14:16:46 -04:00
filter.c core/filter: filter_search() returns a new GHashTable 2016-07-29 17:05:59 -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/artist: Add pl_artist_{init, deinit}() functions 2016-08-13 08:31:30 -04:00
queue.c core/queue: Add extra paramater to queue_init() 2016-07-29 17:06:03 -04:00
string.c core/string: Add string_tm2str() function to get a date stringg 2015-11-10 10:55:54 -05:00
tempq.c core/collection: Remove file 2016-08-13 08:31:30 -04:00