X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=elisp.git;a=blobdiff_plain;f=media.el;h=ebddca7cf077568d03a8daab70d8f61801e3321a;hp=d3809705825980b04205c40d984fcc6ae5d4a81b;hb=b01b564e2f6c23ab0b5440c7473c724901c600f5;hpb=085b10679a6998fcd39acadb352747bb80aca955 diff --git a/media.el b/media.el index d380970..ebddca7 100644 --- a/media.el +++ b/media.el @@ -103,6 +103,11 @@ title to display in the list (convenient for internet radios)." :type 'boolean :group 'media) +(defcustom media/continue-mode-hint "*" + "What to append to the MPlayer string when in repeat mode" + :type 'string + :group 'media) + (defcustom media/expert nil "Should the keymap help be shown?" :type 'boolean @@ -916,7 +921,7 @@ which stops when the songs ends." (concat " " media/player-id - (if media/continue-mode "*") + (if media/continue-mode media/continue-mode-hint) " " (if media/current-information