[Music] Minor changes and cosmetics

This commit is contained in:
Daniel - 2019-03-02 15:18:19 +01:00
parent 037f0cfbee
commit ed285c87d2
Signed by: dbo
GPG Key ID: 4F63DB96D45AA9C6
2 changed files with 5 additions and 4 deletions

View File

@ -2070,10 +2070,11 @@ search commands like `db/helm-shortcuts."
(require 'helm-adaptive)))
(use-package db-music
:commands (db/play-playlist))
:commands (db/play-playlist
db/update-playlist-from-directory))
(defcustom db/playlist nil
"List of songs to include in random playlist."
"List of songs to include in a random playlist."
:group 'personal-settings
:type '(alist :value-type (choice (const :tag "Undecided" :undecided)
(const :tag "Include" :include)

View File

@ -30,8 +30,8 @@
Files not present `db/playlist but that are found in DIRECTORY
are added to `db/playlist with tag :undecided, to show the user
that these files are new. Tracks in `db/playlist that are not
found in DIRECTORY are currently removed from it."
that these files are new. Tracks in `db/playlist that do not
exist anymore are removed from it."
(interactive (list (expand-file-name "songs/"
emms-source-file-default-directory)))
;; First convert to hash table for performance