Try to use advanced options
:stop-time=x or
:run-time=x for your playlist items. Just edit saved playlist containing your favourite streams you would like to schedule. Here is an example of M3U playlist:
Code: Select all
#EXTM3U
#EXTINF:-1,Radio 1 stream
#EXTVLCOPT:stop-time=30
http://...
#EXTINF:-1,Radio 2 stream
#EXTVLCOPT:run-time=20
http://...
"Radio 1 stream" will play 30 seconds and then "Radio 2 stream" will play 20 seconds.
I think that it is not a bad idea to have some
simple scheduler within VLC GUI. At least there could be
an option to edit or add advanced options to particular playlist items directly in the playlist. Or is it possible to do the editor of options of playlist items as an extension script with own dialog box? A scheduler as an extension script is not possible within new VLC2.1 due to removed callbacks (playing media > callback > clock).
Please, developers, write here your opinion about this (good/bad idea).