Beta Amber for Leia with Skinshortcuts
#94
(2019-06-13, 09:17)Croneter Wrote: PlexKodiConnect dev here. I found some PKC legacy code that might cause your issues with certificates! 
python:

def content_rating(self):
"""        Get the content rating or None        """
mpaa = self.xml.get('contentRating')
If not mpaa:
    return       
​​# Convert more complex cases
if mpaa in ('NR', 'UR'):
​    # Kodi seems to not like NR, but will accept Rated Not Rated
    mpaa = 'Rated Not Rated'
Elif mpaa.startswith('gb/'):
    mpaa = mpaa.replace('gb/', 'UK:', 1)
return mpaa
Is this correct? What strings does Kodi expect, @bsoriano ?

Thanks for taking a look @Croneter
Hopefully that will help @bsoriano with the certs.

I take it you didn't find anything that might cause the slow on deck widget ?

I will PM you with the video I made showing it.

Thanks again for taking the time to help, I appreciate it Smile


Messages In This Thread
RE: Amber for Leia with Skinshortcuts - by treboR2Robert - 2019-06-13, 11:24
Logout Mark Read Team Forum Stats Members Help
Amber for Leia with Skinshortcuts1