Page 1 of 1

Using VLC subtitles autodetection functions in LUA

Posted: 16 Mar 2011 00:59
by INSA
Dear all,

After some unsuccessful researchs on many forums, I am forced to look for answers here.

I'm developing a LUA extension and I'd like to get the subtitles autodetected by VLC to put them in a combo list for example. So my question is: how can I use VLC functions that autodetect the subtitles files or is there any tips that can solve my problem?

Don't hesitate to ask for more details.
Thanks a lot!

Emilien

Re: Using VLC subtitles autodetection functions in LUA

Posted: 16 Mar 2011 12:09
by Jean-Baptiste Kempf
You mean make the difference between auto-detected subtitles and normal subtitles?

Re: Using VLC subtitles autodetection functions in LUA

Posted: 17 Mar 2011 14:21
by INSA
I assume that VLC get a list of the potential subtitles (depending on the tolerance level), so I'd like to get this list via a lua extension. Is it currently possible or are there any tips to obtain the same result?

Re: Using VLC subtitles autodetection functions in LUA

Posted: 17 Mar 2011 16:33
by Jean-Baptiste Kempf
I assume that VLC get a list of the potential subtitles (depending on the tolerance level), so I'd like to get this list via a lua extension. Is it currently possible or are there any tips to obtain the same result?
No, it isn't, since it is deep in the core.

And you haven't answered my question...