• 1
  • 151
  • 152
  • 153(current)
  • 154
  • 155
  • 309
Release skin helper service
(2016-09-27, 19:53)Mike_Doc Wrote: Is the alphabet scrollbar working in Krypton? I select a letter get the busy icon and then nothing so just wondering if it's how I'm using it or if it is not working in Krypton?

It should now be fixed on Git. Thanks for reporting
Reply
Hey Marcelveldt, thanks for maintaining/supporting this script. Just tested the new color picker addon, great work.

Quick question about the wall backgrounds provided by skin.helper.service. Is there any way for skinners to tell if the user has them enabled in the script settings?
Reply
How to skin kodi without this script ? You can't coz it's an amazing script…. .

Thank for your work Nod
Intel NUC 5YPPH-8Go-SSD120go-external drive 1To
Windows 10 PRO - Kodi Krypton 17 - IconMix
Reply
(2016-09-28, 04:50)braz Wrote: Hey Marcelveldt, thanks for maintaining/supporting this script. Just tested the new color picker addon, great work.

Quick question about the wall backgrounds provided by skin.helper.service. Is there any way for skinners to tell if the user has them enabled in the script settings?

All settings from the script are available as window property.
So, you could try this:

StringCompare(Window(Home).Property(SkinHelper.enablewallbackgrounds),true)
Also, you can simply check for a wallbackground if it's available:

!IsEmpty(SkinHelper.AllMoviesBackground.Wall)
Reply
Hello Marcel,

Here are an updated Spanish translation for the helper service addon, and a Spanish translation for the new color picker addon:

https://1drv.ms/u/s!AlII29kkG6TFh9UEdZtIqIwlTeR0Xg

https://1drv.ms/u/s!AlII29kkG6TFh9UDG-aW2TXmDKPlOg

Regards,

Bart
Reply
(2016-09-28, 11:09)marcelveldt Wrote:
(2016-09-28, 04:50)braz Wrote: Hey Marcelveldt, thanks for maintaining/supporting this script. Just tested the new color picker addon, great work.

Quick question about the wall backgrounds provided by skin.helper.service. Is there any way for skinners to tell if the user has them enabled in the script settings?

All settings from the script are available as window property.
So, you could try this:

StringCompare(Window(Home).Property(SkinHelper.enablewallbackgrounds),true)
Also, you can simply check for a wallbackground if it's available:

!IsEmpty(SkinHelper.AllMoviesBackground.Wall)
Great, thanks!
Reply
(2016-09-27, 20:53)marcelveldt Wrote:
(2016-09-17, 16:15)Solo0815 Wrote: ...

3. I have enabled PVR-Thumbs for EPG-entries and I get this error:
code 404, message Not Found
...
3) Does this happen all the time or only for entries with some special characters in the name ?
It does happen all the time, the script doesn't find an entry (image).
I posted more logs here:
https://github.com/marcelveldt/script.sk...-249611012
If you need further testing or debug-logs, please let me know
Philips TV with Kodi 20.2 with IPTV --- Orbsmart 500 Android 21 alpha/beta as Online-radio/TV in the kitchen
Reply
Are there known problems with "SkinHelper.IMDB.Rating.Percent" ?

"SkinHelper.IMDB.Rating" seems to be correct every time, "SkinHelper.IMDB.Rating.Percent" is a little off, meaning, for example:

"SkinHelper.IMDB.Rating" 7.6
"SkinHelper.IMDB.Rating.Percent" 70

Thanks.
⬅️⬅️ Feel free to leave a 👍 on useful posts  |  A Confluence ZEITGEIST (A modern reimagination of Confluence)  |  axbmcuser REPO (Download Link)  |  Kodi 17.7 DSPlayer x64 BETTERGUI (2020 build)
Reply
(2016-09-28, 17:16)bsoriano Wrote: Here are an updated Spanish translation for the helper service addon, and a Spanish translation for the new color picker addon:

Thanks!
Reply
(2016-09-29, 18:46)Solo0815 Wrote: It does happen all the time, the script doesn't find an entry (image).
I posted more logs here:
https://github.com/marcelveldt/script.sk...-249611012
If you need further testing or debug-logs, please let me know

I've just tested it and it works perfectly fine. Also in your log you can see that for some titles there actually was an image found and for others not.
When an image is not found it will return 404 - not found so that is OK.

PVR artwork will only be returned if the showname is actually found on TVDB and if there is artwork available.
Try to set the &fallback= parameter to a fallback image.
Reply
(2016-09-30, 13:15)axbmcuser Wrote: Are there known problems with "SkinHelper.IMDB.Rating.Percent" ?
"SkinHelper.IMDB.Rating" seems to be correct every time, "SkinHelper.IMDB.Rating.Percent" is a little off, meaning, for example:

"SkinHelper.IMDB.Rating" 7.6
"SkinHelper.IMDB.Rating.Percent" 70

Now fixed on Git!
Reply
@marcelveldt
Thanks! Great addon. Incredibly useful with it's realtime RT/RTU/MC/IMDB ratings! (i don't use anything else of the provided features) Smile
⬅️⬅️ Feel free to leave a 👍 on useful posts  |  A Confluence ZEITGEIST (A modern reimagination of Confluence)  |  axbmcuser REPO (Download Link)  |  Kodi 17.7 DSPlayer x64 BETTERGUI (2020 build)
Reply
Hi,
With last update SkinHelper.EnableAddonsLookups dont work anymore...
Reply
(2016-10-01, 14:48)marcelveldt Wrote:
(2016-09-29, 18:46)Solo0815 Wrote: It does happen all the time, the script doesn't find an entry (image).
I posted more logs here:
https://github.com/marcelveldt/script.sk...-249611012
If you need further testing or debug-logs, please let me know

I've just tested it and it works perfectly fine. Also in your log you can see that for some titles there actually was an image found and for others not.
When an image is not found it will return 404 - not found so that is OK.

PVR artwork will only be returned if the showname is actually found on TVDB and if there is artwork available.
Try to set the &fallback= parameter to a fallback image.
It is absolutely OK, that your script can only DL images, when they are found online. I wanted to point to the python error:
Code:
Skin Helper Service --> WebServer error in request --> [Errno 32] Broken pipe
14:15:20 186.406555 T:1749496736   ERROR: Traceback (most recent call last):
14:15:20 186.406693 T:1749496736   ERROR:   File "/storage/.kodi/addons/script.skin.helper.service/resources/lib/WebService.py", line 64, in __init__
14:15:20 186.406876 T:1749496736   ERROR:     SimpleHTTPServer.SimpleHTTPRequestHandler.__init__(self, request, client_address, server)
14:15:20 186.406937 T:1749496736   ERROR:   File "/usr/lib/python2.7/SocketServer.py", line 657, in __init__
14:15:20 186.407089 T:1749496736   ERROR:   File "/usr/lib/python2.7/SocketServer.py", line 716, in finish
14:15:20 186.407227 T:1749496736   ERROR:   File "/usr/lib/python2.7/socket.py", line 283, in close
14:15:20 186.407349 T:1749496736   ERROR:   File "/usr/lib/python2.7/socket.py", line 307, in flush
14:15:20 186.407639 T:1749496736   ERROR: error: [Errno 32] Broken pipe
This does not look good in the logs. Can you fix it please? If no image is found, there shouldn't be a "Broken pipe" error.
BTW: I tested it also with the latest version from today and the versions before.
Thx for this awesome script

Edit:
Can you please add a option for sed-regex, that is executed on the title name. I have some dirs in the "pvrthunbs"-dir named e.g. "Auf Achse (XYZ)", where XYZ is the Epidose number. It would be good, when skin-helper would allow processing regexes like "(.*) \([0-9]*\)/$1" to remove such numbers.
Philips TV with Kodi 20.2 with IPTV --- Orbsmart 500 Android 21 alpha/beta as Online-radio/TV in the kitchen
Reply
Hi Marcel

I use SkinHelper.EnableAddonsLookups + Window(home).Property(SkinHelper.PVR.ClearLogo) and Window(home).Property(SkinHelper.PVR.ClearLogo) to show art on movie addons.

In this last two updates from GitHub this amazing ability don't work anymore.
Can you fix it? Please...
Thanks
Reply
  • 1
  • 151
  • 152
  • 153(current)
  • 154
  • 155
  • 309

Logout Mark Read Team Forum Stats Members Help
skin helper service18