I am having difficulty building an m3u playlist with my favourite TV channels.
The issue seems to be with the "program" option
It works if I use the following shortcut (note the "--" before the program) :
Code: Select all
"C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" dvb-t://frequency=674167000 --program=293
Code: Select all
"C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" dvb-t://frequency=674167000 :program=293
Code: Select all
#EXTM3U
#EXTINF:-1,France 3
#EXTVLCOPT:program=293
dvb-t://frequency=674167000
Note: I am using VLC 1.1.0, on Vista x64 and with Aero deactivated