Hi, i'm using a vlc in comman line (debian distro package vlc-nox) and i want to use some playlist for radio links inside vlc, can i do this in vlc np by pressing "n" for next or bind each station to a key, now i use a file like this(little stuipid but works) crtl+c for next station , ps sry for my bad english , and im beginner with VLC
echo -en '\E[37;32m'"ESKA POZNAN\n\n"
tput sgr0
vlc http://gliwice.radio.pionier.net.pl:800 ... poznan.ogg --volume=555
echo -en '\E[37;32m'"ESKA ROCK\n\n"
tput sgr0
vlc http://olsztyn.radio.pionier.net.pl:8000/z/eskarock.ogg --volume=555
echo -en '\E[37;32m'"Program 3\n\n"
tput sgr0
vlc "mms://stream.polskieradio.pl/Program 3" --volume=555
clear
[this file is little longer]