jbreen60030
jbreen60030
I tripped over this one last week when it blew out my guide in Plex. If you're using the current version, it appears that adding the stitle=true in the settings.xml...
I don't use Kodi, I use this for feeding an xmltv to Plex. I also optimized the code and also escaped any place where the code had originally converted "&"....
Likewise, I followed up on Lorne's reply and added my own, which is geared towards the Python 2 versions. On Sun, Oct 24, 2021 at 6:22 PM Lorne Nicol ***@***.***>...
@edit4ever sorry, forgot to tag you on the PR. BTW, WRT the mutilingual translations, I ran a full 2 weeks for all channels in Montreal only logging the genres/categories spit...
Actually, to solve for my older version (0.7.4 Python 2) I included in the "include block" ``` import cgi from cgi import escape ``` and then everywhere that the `re.sub('&','&',x)`...