You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 29, 2020. It is now read-only.
Hey Lunatixz
Very nice addition to see custom fonts in PLTV also thank you for adding google search in art downloader.
You've done wonderful job!
I just want to mention you some minor "issues" i have .
Google search seems to work fine only if the epg entries are in english.My entries are most in Greek so I get no art and unicode errors like this 17:10:10 T:4136 ERROR: script.pseudotv.live-0.7.9-Artdownloader: script.pseudotv.live-Artdownloader: FindArtwork Failed! 'ascii' codec can't decode byte 0xce in position 0: ordinal not in range(128) 17:10:10 T:4136 ERROR: script.pseudotv.live-0.7.9-Artdownloader: Traceback (most recent call last): File "C:\Users\thomas\AppData\Roaming\Kodi\addons\PseudoTV_Live-master\resources\lib\Artdownloader.py", line 218, in FindArtwork setImage = self.findMissingArtLive(title) File "C:\Users\thomas\AppData\Roaming\Kodi\addons\PseudoTV_Live-master\resources\lib\Artdownloader.py", line 282, in findMissingArtLive request = self.getGoogleImages('%s+site:zap2it.com' %title) File "C:\Users\thomas\AppData\Roaming\Kodi\addons\PseudoTV_Live-master\resources\lib\Artdownloader.py", line 395, in getGoogleImages args = ['q={0}'.format(urllib.quote_plus(terms.encode("utf-8","ignore")))] UnicodeDecodeError: 'ascii' codec can't decode byte 0xce in position 0: ordinal not in range(128)
As for custom fonts,I can't change the font in label "5006" in the epg section so I have a bigger font than the other time labels.
Also if I use kodi's confluence skin my custom fonts seems not to work,even if I use kodi as an administrator.On all other skins custom fonts work nice.
That's all...
Thank you,as always,for PLTV.
The text was updated successfully, but these errors were encountered:
it's a issue with string encoding and metahandler... I'd like to avoid correcting this issue on my end since it originates from another plugin. Maybe post this issue there...
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hey Lunatixz
Very nice addition to see custom fonts in PLTV also thank you for adding google search in art downloader.
You've done wonderful job!
I just want to mention you some minor "issues" i have .
Google search seems to work fine only if the epg entries are in english.My entries are most in Greek so I get no art and unicode errors like this
17:10:10 T:4136 ERROR: script.pseudotv.live-0.7.9-Artdownloader: script.pseudotv.live-Artdownloader: FindArtwork Failed! 'ascii' codec can't decode byte 0xce in position 0: ordinal not in range(128) 17:10:10 T:4136 ERROR: script.pseudotv.live-0.7.9-Artdownloader: Traceback (most recent call last): File "C:\Users\thomas\AppData\Roaming\Kodi\addons\PseudoTV_Live-master\resources\lib\Artdownloader.py", line 218, in FindArtwork setImage = self.findMissingArtLive(title) File "C:\Users\thomas\AppData\Roaming\Kodi\addons\PseudoTV_Live-master\resources\lib\Artdownloader.py", line 282, in findMissingArtLive request = self.getGoogleImages('%s+site:zap2it.com' %title) File "C:\Users\thomas\AppData\Roaming\Kodi\addons\PseudoTV_Live-master\resources\lib\Artdownloader.py", line 395, in getGoogleImages args = ['q={0}'.format(urllib.quote_plus(terms.encode("utf-8","ignore")))] UnicodeDecodeError: 'ascii' codec can't decode byte 0xce in position 0: ordinal not in range(128)
As for custom fonts,I can't change the font in label "5006" in the epg section so I have a bigger font than the other time labels.

Also if I use kodi's confluence skin my custom fonts seems not to work,even if I use kodi as an administrator.On all other skins custom fonts work nice.
That's all...
Thank you,as always,for PLTV.
The text was updated successfully, but these errors were encountered: