Open BenjaminHae opened 9 years ago
How do you add playlists anyway? Must they be located in the music directory?
Playlists are saved by mpd. By default they are stored in /var/lib/mpd/playlists If you want to generate a playlist manually you have to fix the paths(relative to the music directory) and save it in the playlists directory. On Feb 15, 2016 12:50 PM, "Daniel Schregenberger" notifications@github.com wrote:
How do you add playlists anyway? Must they be located in the music directory?
— Reply to this email directly or view it on GitHub https://github.com/notandy/ympd/issues/90#issuecomment-184178886.
Thanks, I meant: I don't see my saved playlists in ympd when I click "browse database". I can save them in ympd or another client or load them in another client, but not in ympd. Do I have to make a symlink from the music directory to the playlist directory or something to be able to load them?
Normally it should work out of the box.
What does mpc lsplaylists
show?
ok, strange, mpc lsplaylists shows my only saved playlist (so far, because I couldn't load it anymore). I saved it using ympd, at least this seemed to work.
$ mpc lsplaylists
Covers
$ ls -l /var/lib/mpd/playlists/
total 4
-rw-r--r-- 1 mpd mpd 358 17. Okt 12:33 Covers.m3u
Oh, wait. I think some patch I applied broke it, it's in the HTML but not visible. Probably the "always display artist and album" one. Thanks for your help!
EDIT: yes, found and corrected it in my tree.
It would be nice to have the ability to preview playlists before adding them to the queue.