Kodi Community Forum

Full Version: XBMC subtitles addon - sratim fixed
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Don't know how to contact the "XBMC subtitles addon" plugin maintainer. Version 2.4.7 removed Sratim service. I have fixed the script for sratim.

I also needed to fix some other stuff on a file called gui.ty

Code:
self.title     = unicodedata.normalize('NFKD',
unicode(unicode(xbmc.getInfoLabel("VideoPlayer.Title"),
'utf-8'))).encode('ascii','ignore')

the above line of code returned an empty string on my machine Win7 (line 89).

When 'self.title' is empty the service script gets no title to work with, thus I had to make some changes in the gui.ty.

If this is not the right forum to discuss this, please direct me to the right place.

let me know how to submit this fix
how many posts do we need for this? No

***LOCK***