Kodi Community Forum
Bug Subtitles for .m3u playlist - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Video Support (https://forum.kodi.tv/forumdisplay.php?fid=264)
+--- Thread: Bug Subtitles for .m3u playlist (/showthread.php?tid=334450)



Subtitles for .m3u playlist - Gama41 - 2018-08-08

Hi,

I would like to add subtitles to my .m3u playlist. I tried this, it's not working on Kodi but it is, on VLC player:
Code:
#EXTM3U

#EXTINF:0, test
#EXTVLCOPT: sub-file=D:\6.srt
./6.mp4

Maybe I'm wrong when I set the parameters, can you please help me ?
And is it possible to add external subtitles, not storaged on my hardrive but online ?


RE: Subtitles for .m3u playlist - Rechi - 2018-08-10

'EXTVLCOPT' is a VLC specific option as the name alredy tells. Why do you expect Kodi to use that?


RE: Subtitles for .m3u playlist - Gama41 - 2018-08-11

EXTVLCOPT
Rofl I'm sorry, I just saw it after you pointed it !

Is there any option in Kodi to add subtitles to videos from a playlist directly in the playlist file ?
I would like something like:
Code:

Video name 1
subtitles path 1
video path 1

Video name 2
subtitles path 2
video path 2

...

I wrote .m3u playlist but I'm ready to use any other format if it's possible.
Thanks for your help.