Page 1 of 1

Disable video file url

Posted: 20 Apr 2009 14:09
by venkivoice
Hi All,

I need a help to disable url of the video while playing in browser mode. I Have installed version0.9.4 Grishenko plugin in Mozilla firefox. i would like to disable the video url path while playing the in browser mode.

Any help would be appreciated.

Thanks & Regards,
Venkat

Re: Disable video file url

Posted: 20 Apr 2009 14:31
by thannoy
Use "--no-video-title-show" while adding the item to the playlist, as follow:

Code: Select all

vlc.playlist.add(url, foo_name, ":no-video-title-show");
or set an empty title to the item (default title is the url):

Code: Select all

vlc.playlist.add(url, "", null);