emms-help
[Top][All Lists]
Advanced

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

[emms-help] playing with emms from the console


From: Andrés Ramírez
Subject: [emms-help] playing with emms from the console
Date: Mon, 03 Dec 2018 22:54:30 +0000

Hi.

I have created a button (using zenity) for playing an specific song for
a child (6 years old). The child is still learning to read.

>From the button I call this script (passwordless ssh with ssh-key):
ssh -t -t address@hidden " emacsclient --eval \" (progn (with-current-buffer 
(get-buffer \\\" *EMMS Playlist*\\\") (goto-char (point-min)) (search-forward 
\\\"maria\\\") (call-interactively #'emms-playlist-mode-play-smart)) ) \" "

Is this one the right way of doing this?

BR



reply via email to

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