I use VLC for (among many other things) Viewing live TV over DVB-T2 usb dongle + Antenna
I have a custom shortcut that opens "TV" Like so:
Code: Select all
"C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" dvb-t:// :dvb-frequency=538000000 :dvb-bandwidth=8 --aspect-ratio=16:10 --crop=16:9 --deinterlace=1 --deinterlace-mode=yadif2x
This opens up a *random* (?) channel (one of the channels available on the DVB-T2 Broadcasts in my area)
And I'm able to switch to other channels using: Menu --> Playback --> Program --> < Select the channel from the list >
This takes 4(!!) clicks, doesn't have any keyboard shortcut, and is very annoying to do every time i want to change to some other channel.
I know I can create multiple shortcuts, each with its own "hard coded" channel in the paramanters (using :program=x for each channel)
But in that case - in order to change a channel - I must CLOSE the currently open VLC instance, and double click a different channel shortcut.. plus there will be many shortcuts this way.
Isn't there a better solution for this? an easy way to add a keyboard shortcut or (even better) some UI buttons to allow me to click "fwd channel" or "bwd channel"? (Or buttons that go directly to specific channels)
Thanks for any input!
-ktopaz