Titus Müller <[email protected]> writes:

> (1) I would love to have an emms-playlist-default-directory I can set,
> so when I do emms-play-playlist, I do not have to change directory
> from my overall music collection (which I set as
> emms-source-file-default-directory) to the playlist directory.

Some clarification needed: is it the case that you have a separate
directory where you keep all of your playlists, and you want
`emms-add-playlist' to default to there instead of
`emms-source-file-default-directory'?

Would it be the same as this?

    (defun my-emms-play-playlist (file)
      (interactive (list (read-file-name "Playlist file: " 
"/home/titus/music/playlists/")))
      (emms-play-playlist file))

-- 
   "Cut your own wood and it will warm you twice"

Reply via email to