Closed adam-codersgu closed 1 year ago
Working on branch enhancement/large_play_queue_loading
Would be handy to populate the metadata for the currently playing song immediately
* fixme
* N.B. This method is only suitable for small play queues (up to 20 songs). Beyond 20 songs
* there starts to be noticeable performance deterioration due to the processing of each song's
* metadata. For this reason, an alternative method called loadLargePlayQueue will handle longer
* lists of songs.
New branch for experimental work on play queue handling enhancement/large_play_queue_loading_v2
enhancement/large_play_queue_loading_v2 merged into enhancement/large_play_queue_loading https://github.com/adam-codersgu/supernova/pull/32
Finished and merged https://github.com/adam-codersgu/supernova/pull/33
The loading of large lists of songs into the play queue from scratch causes a lag. Alternative ways of loading play queues, e.g. using coroutines and staggered workflows should be explored