Page 1 of 1

Apache Directory Listing WebResourceUrlExtractor

PostPosted: Fri Aug 09, 2013 10:22 pm
by didu
Hi everyone !

I just discovered serviio and I would like to say first, Thank all the developper ! it is a amazing work !

Otherwise I have some question about plugin development ,

I have create a simple plugin of type WebResourceUrlExtractor.
This plugin is able to extract Movie file from a apache Directory Listing.

Everything work well, I can stream the movie without problem (The name of the file are just horrible because of html caractere but I will fix it).

Now I would like to know if it is possible to set the name/url of the subtitle for each file ? (The subtitle have the same name as the movie and in the same folder)

Thank you :)

Re: Apache Directory Listing WebResourceUrlExtractor

PostPosted: Fri Aug 09, 2013 10:24 pm
by zip
No, plugins don't support subtitles yet.

https://bitbucket.org/xnejp03/serviio/i ... ne-plugins

Re: Apache Directory Listing WebResourceUrlExtractor

PostPosted: Fri Aug 09, 2013 10:34 pm
by didu
Oh ok I see, is it possible to help to implement this feature ?