emms-help
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Two very small bugs and a wish list


From: Yoni Rabkin
Subject: Re: Two very small bugs and a wish list
Date: Mon, 18 Dec 2023 10:48:48 -0500
User-agent: Gnus/5.13 (Gnus v5.13)

Titus Müller <mail@titusmueller.de> 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

[Prev in Thread] Current Thread [Next in Thread]