Kodi Community Forum
Release skin helper service - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Skinning (https://forum.kodi.tv/forumdisplay.php?fid=12)
+---- Forum: Skin helper addons (https://forum.kodi.tv/forumdisplay.php?fid=300)
+---- Thread: Release skin helper service (/showthread.php?tid=235676)



RE: skin helper service - Angelinas - 2021-07-03

(2021-07-03, 14:20)Dumyat Wrote: Just gave that version a try, but it seems to strip everything from the search string, including the actual programme title (not just 'New:') I tried on 3 different 'New' shows and had to do a manual look-up for each of them as no artwork appeared. When the search dialog appeared, the programme title was blank.
One of the shows had 2 'New' episodes playing back-to-back and after I searched for it, poster artwork also showed up for the 2nd episode as well. Don't think that would have happened previously, so there is some progress  Smile
Your settings have wrong old character.Need to write new...
Code:
<setting id="pvr_art_stripchars" default="true">New:|(|)|:|;|\&quot;|`|_new|new_|\&apos;"/</setting>
(2021-07-03, 14:20)Dumyat Wrote: Yeah, I'm using local artwork for my next up items as well, especially my (Now-Next TV Channel View). Then I realised this was also affecting my Next-UP dialog pop-up that appears 30 seconds before the next programmes starts. If skin helper definitely can't fetch 'next-up' items, then I'm happy to continue with using local artwork.....Something, is better than nothing!  Wink
OK Smile


RE: skin helper service - Dumyat - 2021-07-04

(2021-07-03, 21:30)Angelinas Wrote:
(2021-07-03, 14:20)Dumyat Wrote:  
Your settings have wrong old character.Need to write new...
Code:
<setting id="pvr_art_stripchars" default="true">New:|(|)|:|;|\&quot;|`|_new|new_|\&apos;"/</setting>
(2021-07-03, 14:20)Dumyat Wrote:  
Gotcha!....I will give it a try again later.  Smile


RE: skin helper service - the_bo - 2021-07-04

(2021-06-16, 16:37)Angelinas Wrote: update repo
- script.module.metadatautils-1.0.42
- script.skin.helper.service-1.1.37
- script.skin.helper.skinbackup-1.0.22
- script.skin.helper.backgrounds-1.0.36

Which repo contains metadatautils?


RE: skin helper service - Angelinas - 2021-07-04

(2021-07-04, 20:52)the_bo Wrote: Which repo contains metadatautils?
https://github.com/kodi-community-addons/repository.marcelveldt/archive/refs/heads/master.zip


RE: skin helper service - Chillbo - 2021-07-05

(2021-06-06, 22:24)Angelinas Wrote: Status was...., is same ....I continue to change files on Github.
For official repo ...too complicate for me., i don't have a good opinion on how to change something or upload new script on Kodi repo.
Maybe another member of the github kodi-community will try to upload on Kodi repo.

Maybe @sualfred can help with this? He's worked on some of the Kodi community addons before and PRed some updates to the Kodi repo.


RE: skin helper service - sualfred - 2021-07-08

@Angelinas 
https://github.com/xbmc/kodi-addon-submitter Smile


RE: skin helper service - Edworld - 2021-07-09

@Angelinas

If you have time, can you look at the code to pull top250 for tvshows?

Thanks


RE: skin helper service - Chillbo - 2021-07-20

(2021-07-08, 06:28)sualfred Wrote: @Angelinas 
https://github.com/xbmc/kodi-addon-submitter Smile

Can this help to get the newest versions of the skin helper service script as well as its dependencies into the Kodi v19 repo, @Angelinas?


RE: skin helper service - Bungee_G - 2021-07-27

Hello, I am experiencing an issue with the titan bingie mod v1 skin, as you can read here : https://forum.kodi.tv/showthread.php?tid=355993&pid=3051500#pid3051500
and a skin helper error appear, here is the log : https://paste.kodi.tv/ahoreseqib.kodi

Thanks


RE: skin helper service - Angelinas - 2021-07-31

(2021-07-27, 18:18)Bungee_G Wrote: Hello, I am experiencing an issue with the titan bingie mod v1 skin, as you can read here : https://forum.kodi.tv/showthread.php?tid=355993&pid=3051500#pid3051500
and a skin helper error appear, here is the log : https://paste.kodi.tv/ahoreseqib.kodi

Thanks
Need to install cript.skin.helper.service v1.1.39 
https://github.com/kodi-community-addons/repository.marcelveldt/blob/master/matrix/script.skin.helper.service/script.skin.helper.service-1.1.39.zip


RE: skin helper service - Bungee_G - 2021-07-31

(2021-07-31, 07:45)Angelinas Wrote:
(2021-07-27, 18:18)Bungee_G Wrote: Hello, I am experiencing an issue with the titan bingie mod v1 skin, as you can read here : https://forum.kodi.tv/showthread.php?tid=355993&pid=3051500#pid3051500
and a skin helper error appear, here is the log : https://paste.kodi.tv/ahoreseqib.kodi

Thanks
Need to install cript.skin.helper.service v1.1.39 
https://github.com/kodi-community-addons/repository.marcelveldt/blob/master/matrix/script.skin.helper.service/script.skin.helper.service-1.1.39.zip

Okay thanks, will give it a try later !


RE: skin helper service - grimmace92 - 2021-08-11

I think the arrow module needs to be updated.  I'm getting the following skin helper error.  I think there was a fix for this in the arrow module here https://github.com/arrow-py/arrow/releases/tag/1.1.1

ERROR <general>: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                                    - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                                   Error Type: <class 'AttributeError'>
                                                   Error Contents: 'int' object has no attribute 'tzinfo'
                                                   Traceback (most recent call last):
                                                     File "/home/osmc/.kodi/addons/script.skin.helper.service/plugin.py", line 10, in <module>
                                                       from resources.lib.plugin_content import PluginContent
                                                     File "/home/osmc/.kodi/addons/script.skin.helper.service/resources/lib/plugin_content.py", line 22, in <module>
                                                       from metadatautils import MetadataUtils
                                                     File "/home/osmc/.kodi/addons/script.module.metadatautils/lib/metadatautils.py", line 10, in <module>
                                                       import helpers.kodi_constants as kodi_constants
                                                     File "/home/osmc/.kodi/addons/script.module.metadatautils/lib/helpers/kodi_constants.py", line 11, in <module>
                                                       from .utils import KODI_VERSION
                                                     File "/home/osmc/.kodi/addons/script.module.metadatautils/lib/helpers/utils.py", line 13, in <module>
                                                       import arrow
                                                     File "/home/osmc/.kodi/addons/script.module.arrow/lib/arrow/__init__.py", line 2, in <module>
                                                       from .api import get, now, utcnow
                                                     File "/home/osmc/.kodi/addons/script.module.arrow/lib/arrow/api.py", line 12, in <module>
                                                       from arrow.arrow import TZ_EXPR, Arrow
                                                     File "/home/osmc/.kodi/addons/script.module.arrow/lib/arrow/arrow.py", line 1703, in <module>
                                                       Arrow.min = Arrow.fromdatetime(dt_datetime.min)
                                                     File "/home/osmc/.kodi/addons/script.module.arrow/lib/arrow/arrow.py", line 318, in fromdatetime
                                                       if dt.tzinfo is None:
                                                   AttributeError: 'int' object has no attribute 'tzinfo'
                                                   -->End of Python script error report<--


RE: skin helper service - Chillbo - 2021-08-13

(2021-06-06, 22:24)Angelinas Wrote: Status was...., is same ....I continue to change files on Github.
For official repo ...too complicate for me., i don't have a good opinion on how to change something or upload new script on Kodi repo.
Maybe another member of the github kodi-community will try to upload on Kodi repo.

Problem is, @Angelinas, only the GitHub addon author or successor is allowed to submit addon updates to the Kodi repo per Kodi addon rules. I could very well open a PR, but it won't get accepted from me as I can't do much about the code either, if asked (I don't know the code). Please do push the addons you've so wonderfully ported to Matrix v19 and maintained to the Kodi repo to make them available for more users! Blush


RE: skin helper service - mr.sarge1 - 2021-08-20

(2021-07-31, 07:45)Angelinas Wrote:
(2021-07-27, 18:18)Bungee_G Wrote: Hello, I am experiencing an issue with the titan bingie mod v1 skin, as you can read here : https://forum.kodi.tv/showthread.php?tid=355993&pid=3051500#pid3051500
and a skin helper error appear, here is the log : https://paste.kodi.tv/ahoreseqib.kodi

Thanks
Need to install cript.skin.helper.service v1.1.39 
https://github.com/kodi-community-addons/repository.marcelveldt/blob/master/matrix/script.skin.helper.service/script.skin.helper.service-1.1.39.zip
Hi,

this solved the "Skin Helper Service" error" for me, thanks for that!

But I still receive a "Skin Widget" error (Kodi 19.1, Amber 3.4.26) when I login on my second profile (first profile don't give me this error)

ERROR <general>: EXCEPTION Thrown (PythonToCppExceptEion) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <class 'AttributeError'>
Error Contents: module 'xbmc' has no attribute 'abortRequested'
Traceback (most recent call last):
File "/home/osmc/.kodi/addons/service.skin.widgets/default.py", line 804, in <module>
Main()
File "/home/osmc/.kodi/addons/service.skin.widgets/default.py", line 67, in __init__
self._fetch_info_randomitems()
File "/home/osmc/.kodi/addons/service.skin.widgets/default.py", line 140, in _fetch_info_randomitems
self._fetch_movies('RandomMovie')
File "/home/osmc/.kodi/addons/service.skin.widgets/default.py", line 166, in _fetch_movies
if not xbmc.abortRequested:
AttributeError: module 'xbmc' has no attribute 'abortRequested'
-->End of Python script error report<--

best regards,

Sarge


RE: skin helper service - Fuchs2468 - 2021-08-20

@mr.sarge1 

I believe you are with your mistake in the wrong forum thread.
Angelinas looks after "script.skin.helper.widgets" and not "service.skin.widgets".