Page 1 of 1

playlist item name setting from command line

Posted: 24 Apr 2012 21:41
by jml674
I would like to know the command-line equivalent of
- the vlc GUI "playlist/information/write metadata title"
- or in javascript vlc.playlist.add("dvb-t://frequency=586000",NAME,"");

to set the playlist item name from the command line

I managed to get it with the :meta-title option however vlc starts using it for the playlist only ONCE the item has been streamed/played once.

the goal is to control vlc item being played remotely using rc interface - I stream multiple dvbt frequencies and default playlist items names are neither unique neither self-explanatory.

thank you !!

Re: playlist item name setting from command line

Posted: 25 Apr 2012 08:26
by RĂ©mi Denis-Courmont
I don't think you can set the item name from the command line directly. You would have to create a playlist file instead.

Re: playlist item name setting from command line

Posted: 25 Apr 2012 19:28
by jml674
Yeap but when you use a playlist file, you can't trnascode/stream/etc... anymore....

to give you more insight, the whole thing is about controlling a vlc streaming dvbt server from rc interface with a pc-tablet, smartphone

thanks for the help !