projectM-visualizer / projectm

projectM - Cross-platform Music Visualization Library. Open-source and Milkdrop-compatible.
https://discord.gg/mMrxAqaa3W
GNU Lesser General Public License v2.1
3.33k stars 372 forks source link

Split out playlist management #672

Closed kblaschke closed 1 year ago

kblaschke commented 1 year ago

Another large chunk of work mostly done. I've removed all playlist- and rating-related functionality from the core library and implemented a new, optional library that app authors can use if they don't wish to implement playlist management on their own.

Noteable changes:

The work is not done yet. There's still some missing parts regarding the playlist library:

kblaschke commented 1 year ago

wow, with tests! super

New code is way easier to test. Will definitely add more tests as I work on other parts as well, helps a lot.