XBMC subtitles addon - sratim fixed
#1
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
#2
how many posts do we need for this? No

***LOCK***

Logout Mark Read Team Forum Stats Members Help
XBMC subtitles addon - sratim fixed0