-
Notifications
You must be signed in to change notification settings - Fork 315
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[cli] Add commands to volumio cli (load playlist, load web radio) #1696
Comments
Interesting. 'toggle' is implemented but not documented in the help. It just pauses/unpauses playback. With the 'load' commands you are proposing, what do the numbers refer to? Do you want e.g. |
Curiouser and curiouser - 'volumio volume toggle' works as expected. Could you please test & confirm? |
@xipmix thanks for the answer. I'll take a look at the code and see if I can contribute a patch to the help message of the cli to get For the playlist load, I was thinking more of loading the first playlist or the second playlist etc. Maybe the names of the playlist can also be used, but keep in mind I am thinking of a use case with a remote control (which has 1 to 9 buttons). |
I see now why the numbers are a natural way to reference the playlists but I wonder what sets the enumeration and whether it is stable across reboots. If I understand, you're expecting to fetch the playlists displayed by viewing (Browse->Playlists) and get them in the order shown there? |
@xipmix that sounds like a good summary/translation. |
Is there any progress about 'volumio playlist load'?Recently I try to use an IR controller to control |
It would be nice and useful (in particular for use with https://github.com/nanomesher/Nanomesher_NanoSound/ ) to be able do more with the volumio cli :
volumio playlist load [1-9]
volumio togglesound
(mute/unmute)volumio radio load [1-9]
The text was updated successfully, but these errors were encountered: