Req xbmcgui.listitem.setSubtitles()
#1
Code:
setSubtitles(...)
setSubtitles() -- Sets subtitles for this listitem.

example:
    - listitem.setSubtitles(['special://temp/example.srt', 'http://example.com/example.srt' ])

Is it possible to add a way to label external subtitles added to the listitem?

If you add a url and there's no language tag in it, it will display as Unknown (External). As a current workaround, I am downloading external subtitles locally, renaming them, then adding them to the listitem, just to have a proper label like English (External).

I hope I posted this feature request in the right section.
Reply

Logout Mark Read Team Forum Stats Members Help
xbmcgui.listitem.setSubtitles()0