Start web radio on reboot

Hello ,
does anyone out there can help me to figure out how to play a certain web-radio-station upon reboot automatically?
Any advice is appreciated.
THX

Hello,
put this into /etc/rc.local:

[code]# value on error.

In order to enable or disable this script just change the execution

bits.

By default this script does nothing.

(sleep 25; mount -a; mpc clear; mpc add http://mp3channels.webradio.antenne.de:80/antenne; mpc volume 50; mpc play )&
exit 0

[/code]

the mount -a is for my NAS mounted per fstab
take your favourite channel :wink: