Temat: mpd error: Connection refused
Wywolanie skryptu uruchamiajacego radio powoduje nastepujące błędy:
mpd error: Connection refused
mpd error: Connection refused
mpd error: Connection refusedtak wygląda skrpt:
#!/bin/sh
if
pidof mpd > /dev/null;
then
/etc/init.d/mpd stop
echo ' Radio disabled';
else
/etc/init.d/mpd start
mpc repeat on
mpc load playlist
mpc play;
fite same komendy wpisane z palca działają bez problmemu.