catharsis / spotifile

FUSE file system for Spotify
BSD 3-Clause "New" or "Revised" License
144 stars 7 forks source link

Support for "grouped" playlist #15

Open raoulh opened 9 years ago

raoulh commented 9 years ago

Spotify supports to have multiple playlists in a "folder". When using spotifile it flatten everything and the playlist "group" appears empty. I don't know if libspotify supports that, but it would be nice to support folder level the same way as in spotify.

catharsis commented 9 years ago

Absolutely a valid request, I explicitly chose to ignore directory markers to keep things simple while exploring directory structures and the like, but it is my intention to add them eventually.