I (finally!) have a working EMMS to play my music collection, and would like to sort it into playlists. At the moment, my music directory (~/Music/
) is already organized into folders (at the first level) which I would like to form the new playlists. Thus, I have an arrangement similar to this:
- The contents of
~/Music/foo
should form a playlistfoo
- The contents of
~/Music/bar
should form a playlistbar
- etc.
Can this be done in EMMS, and if so, how? Ideally, I would like to do it programmatically, so that in future, if I add more music, it'll generate another playlist for me automatically.