Kodi Community Forum

Full Version: Subtitles for .m3u playlist
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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 ?
'EXTVLCOPT' is a VLC specific option as the name alredy tells. Why do you expect Kodi to use that?
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.