Search found 3 matches

Go to advanced search

by Xanf
26 Aug 2012 23:10
Forum: Scripting VLC in lua
Topic: [Extension] subtitler >> External / Dual subtitles
Replies: 57
Views: 81223

Re: VLC Extension: subtitler >> External / Dual subtitles

It works with

Code: Select all

media_uri = "/"..string.gsub(media_uri, "^.-///(.*)%..-$","%1")
or

Code: Select all

media_uri = "/"..string.gsub(media_uri, "^.*//(.*)%..-$","%1")
in Linux :wink:
by Xanf
15 Jul 2012 01:05
Forum: Scripting VLC in lua
Topic: [Extension] subtitler >> External / Dual subtitles
Replies: 57
Views: 81223

Re: VLC Extension: subtitler >> External / Dual subtitles

Thank you very much for your detailed response. Automatic detection doesn't work (1.avi and 1.srt at the same location, the path contain only English characters, Linux 32), but with fixed path the extension works excellent! Thank you for your job!
by Xanf
14 Jul 2012 16:10
Forum: Scripting VLC in lua
Topic: [Extension] subtitler >> External / Dual subtitles
Replies: 57
Views: 81223

Re: VLC Extension: subtitler >> External / Dual subtitles

How does it work? I select "subtitler(lite)" item in "View" menu, subtitler window is appear and that is all. How choose a file or track of subtitle?

Go to advanced search