Moode Forum

Full Version: Command to start a radio station
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello everyone,

is there a command to start a specific radio station from the bash (SSH)?

Thanks for your help.
(02-07-2019, 09:50 AM)Alecks194 Wrote: [ -> ]Hello everyone,

is there a command to start a specific radio station from the bash (SSH)?

Thanks for your help.

mpc clear (clear current playlist)
mpc load /path/file_with_radiostation.pls (to load playlist with your station)
mpc play (to play it)

if you need oneliner use &&
Hey Heino,

thanks for the reply!

It works Well Smile