Playlist persist on closing? #119
Unanswered
illettante
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Putting items on the playlist will cause a lot of internal structures to be created and memory allocated per file-entry. Long term solution will probably be to verify how slow/fast medialib: is, and make it possible for the playlist to take different actions when it runs out of items, like to play random songs from medialib, the same directory, etc. This will anyhow take some time. I am currently working on modland: support (currently hosted in the badly named tempmaster branch) and time is a bit sparse at the moment, since I have a toddler at home. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi folks, is it possible for OCP to store the playlist for when it's opened next time? This is admittedly an edge case situation - I have an offline collection of near 300,000 mods from mirroring archives, and i like to listen to the whole lot on shuffle so i never hear the same song twice, but it takes six or seven minutes to add them all every time i start ocp. I can't put them all in a playlist because OCP outputs that the pls file is too big. Fully understand this isn't a common use case, so if the answer is just a plain no, that's ok.
Beta Was this translation helpful? Give feedback.
All reactions