v1nns / spectrum

Console-based music player written in C++17 :musical_note:
MIT License
42 stars 4 forks source link

Create music playlist #25

Open v1nns opened 1 year ago

v1nns commented 1 year ago

Instead of playing files one by one, make available the use of playlists (maybe use the same ListDirectory block or create a new TabView). And also, create a cache mechanism, to manage a file with these playlists and store it in $XDG_CACHE_HOME.

v1nns commented 1 year ago

This is currently in progress.