====== 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