User Tools

Site Tools


servers:volumio
no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


servers:volumio [2019/07/09 17:27] (current) – created Sean Rhone
Line 1: Line 1:
 +====== Rest API ======
  
 +  * https://volumio.github.io/docs/API/REST_API.html
 +
 +===== Stop/Clear Queue =====
 +
 +  curl 'soulmourn.local/api/v1/commands/?cmd=clearQueue'
 +
 +  http://soulmourn.local/api/v1/commands/?cmd=clearQueue
 +
 +===== Webradio =====
 +
 +  * :!: The web radio station must be added to a playlist by itself for the following to work ((Rest API can't start standalone webradio stations))
 +
 +==== curl ====
 +
 +  curl 'soulmourn.local/api/v1/commands/?cmd=playplaylist&name=DrumandBass.FM'
 +
 +  curl 'soulmourn.local/api/v1/commands/?cmd=playplaylist&name=Dubbase.FM'
 +
 +  curl 'soulmourn.local/api/v1/commands/?cmd=playplaylist&name=Gensokyo Radio'
 +
 +  curl 'soulmourn.local/api/v1/commands/?cmd=playplaylist&name=KPOP'
 +
 +  curl 'soulmourn.local/api/v1/commands/?cmd=playplaylist&name=TRAP.FM'
 +
 +==== web ====
 +
 +  http://soulmourn.local/api/v1/commands/?cmd=playplaylist&name=DrumandBass.FM
 +
 +  http://soulmourn.local/api/v1/commands/?cmd=playplaylist&name=Dubbase.FM
 +
 +  http://soulmourn.local/api/v1/commands/?cmd=playplaylist&name=Gensokyo Radio
 +
 +  http://soulmourn.local/api/v1/commands/?cmd=playplaylist&name=KPOP
 +
 +  http://soulmourn.local/api/v1/commands/?cmd=playplaylist&name=TRAP.FM
 +
 +===== iOS Shortcuts =====
 +
 +  * https://forum.volumio.org/control-volumio-with-siri-using-shortcuts-app-t10724.html
/var/www/wiki/data/pages/servers/volumio.txt · Last modified: 2019/07/09 17:27 by Sean Rhone