Kodi Community Forum

Full Version: Need help - srt from http kodi 17
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Im making an adddon for playing URL videos with subs

The code is something like this
Subtitle is a URL like http://sub.srt

def abrir_video(video,subtitle):
player = xbmc.Player()
player.play(video)
player.setSubtitles(subtitle)


All works great on my kodi15 but with kodi17 subs are not dysplaing any ideas??

Enviado do meu Vodafone Smart ultra 6 através de Tapatalk
Just a quick update. I havê Trier to download the subtitle, converteu it to string and passing the string to setsubtitles but still no love on kodi 17... All works on kodi 15 and 16.

Also no errors on log file
Could realy use some help ppl.. AnyoneHuh


Thank you

Enviado do meu Vodafone Smart ultra 6 através de Tapatalk