Moode Forum
Command to start a radio station - Printable Version

+- Moode Forum (https://moodeaudio.org/forum)
+-- Forum: moOde audio player (https://moodeaudio.org/forum/forumdisplay.php?fid=3)
+--- Forum: Support (https://moodeaudio.org/forum/forumdisplay.php?fid=7)
+--- Thread: Command to start a radio station (/showthread.php?tid=1072)



Command to start a radio station - Alecks194 - 02-07-2019

Hello everyone,

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

Thanks for your help.


RE: Command to start a radio station - Henio - 02-12-2019

(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 &&


RE: Command to start a radio station - Alecks194 - 02-12-2019

Hey Heino,

thanks for the reply!

It works Well Smile