Kodi Community Forum
v19 Problem with listing available subtitles - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: OS independent / Other (https://forum.kodi.tv/forumdisplay.php?fid=228)
+---- Thread: v19 Problem with listing available subtitles (/showthread.php?tid=360341)



Problem with listing available subtitles - mrob - 2021-02-06

I've modified the Estuary skin to display available subtitles for the currently-selected movie, but its behavior is inconsistent.

The problem seems to be in Kodi's ListItem.SubtitleLanguage. The skin calls this function to get the available subtitles.

It seems that if SRT files are present in the same subdirectory — with names like myMovie.eng.srt —, then ListItem.SubtitleLanguage will find them.

However, it doesn't seem to work for vobsub files (sub+idx), i.e., if I have myMovie.eng.idx and myMovie.eng.sub, they are not found.

Also, it doesn't work for subs in video streams inside the VIDEO_TS folder.

Is there some work-around, or could this bug be fixed? Thanks!


Problem with listing available subtitles - enen92 - 2021-02-06

Please open an issue in GitHub so this can be tracked


RE: Problem with listing available subtitles - mrob - 2021-02-07

Alrighty.

https://github.com/xbmc/xbmc/issues/19184

Thanks!