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 - Solo0815 - 2018-01-26

Player.Art(xxx) is not working for TV-Recordings:
(2018-01-24, 22:28)Guilouz Wrote: But to have artworks with PVR, the only way is to use SHS, but it does not seem to work on player.
https://forum.kodi.tv/showthread.php?tid=306757&pid=2695699#pid2695699


RE: skin helper service - badaas - 2018-02-14

edit: NM ... today it works.. Big Grin


RE: skin helper service - Govnah - 2018-02-16

Receiving an error running 1.1.24 and KODI/Leia for UWP/XBOX version. Below is the log file:

http://ix.io/KEK

May be related to this in the FAQ for the UWP version of KODI, Python _subprocess module is not available on UWP, so an author of the add-on must work around or not use it for UWP.

Similiar issue with Artist Slideshow and pkscout was able to provide a patch to address AS, may be similar issue on the UWP version. I understand the UWP version of KODI is alpha and to expect issues.

Thanks!


RE: skin helper service - Solo0815 - 2018-02-25

Is there any development going on?


RE: skin helper service - 104084485 - 2018-02-26

(2018-02-25, 12:02)Solo0815 Wrote: Is there any development going on?
I can't speak for Marcel, but I'm still refining a few features in Skin Helper Widgets.  Not enough outward-facing changes at the moment to push an update, but you can expect a new version on the beta repo within a month or so.

You can also check marcelveldt's github if you want to track his activity in his other addons, including the main Skin Helper Service.


RE: skin helper service - DimitarCC - 2018-03-04

(2018-02-16, 02:07)Govnah Wrote: Receiving an error running 1.1.24 and KODI/Leia for UWP/XBOX version. Below is the log file:

http://ix.io/KEK

May be related to this in the FAQ for the UWP version of KODI, Python _subprocess module is not available on UWP, so an author of the add-on must work around or not use it for UWP.

Similiar issue with Artist Slideshow and pkscout was able to provide a patch to address AS, may be similar issue on the UWP version. I understand the UWP version of KODI is alpha and to expect issues.

Thanks!
 The problem with XBOX One version is the cherrypy module. It rises error in python ctypes import. Someone have to fix this.


skin helper service - VikkiXavier - 2018-03-11

@Marcel wouldnt it be possible for your add-on to grab no.of metacritic reviews?


RE: skin helper service - Eddage - 2018-03-11

I've just started using this script and am running into problems showing rotating fanart for movie sets, the images never show but if I create a label with the same $INFO then it is being populated.

I have added <onload>Skin.SetBool(SkinHelper.EnableExtraFanart)</onload> to my home window and MyVideoNav (not entirely sure how I should use Skin.SetBool - never done so before) and then try to call the fanart using...
Code:
<control type="multiimage">
     <include>FullScreenDimensions</include>
     <aspectratio>scale</aspectratio>
     <fadetime>750</fadetime>
     <animation effect="fade" time="400">VisibleChange</animation>
     <texture background="true">$INFO[Window(Home).Property(SkinHelper.ListItem.Art.ExtraFanArt)]</texture>
     <visible>Container.Content(Sets)</visible>
</control>

but no luck. As I mentioned if I have a label control with <label>$INFO[Window(Home).Property(SkinHelper.ListItem.Art.ExtraFanart)]</label> then it has a value that looks to be calling the images, e.g.

Image

Is there another step I need to take to make the actual images appear? Maybe a setting I've missed?

Thanks


RE: skin helper service - Angelinas - 2018-03-11

(2018-03-11, 15:15)Eddage Wrote:  
Code:
<control type="multiimage">
     <include>FullScreenDimensions</include>
     <aspectratio>scale</aspectratio>
     <fadetime>750</fadetime>
     <animation effect="fade" time="400">VisibleChange</animation>
     <texture background="true">$INFO[Window(Home).Property(SkinHelper.ListItem.Art.ExtraFanArt)]</texture>
     <visible>Container.Content(Sets)</visible>
</control>

Is there another step I need to take to make the actual images appear? Maybe a setting I've missed?

Thanks 
"texture" change in "imagepath"


RE: skin helper service - Eddage - 2018-03-11

(2018-03-11, 15:27)Angelinas Wrote:
(2018-03-11, 15:15)Eddage Wrote:
Code:
<control type="multiimage">
     <include>FullScreenDimensions</include>
     <aspectratio>scale</aspectratio>
     <fadetime>750</fadetime>
     <animation effect="fade" time="400">VisibleChange</animation>
     <texture background="true">$INFO[Window(Home).Property(SkinHelper.ListItem.Art.ExtraFanArt)]</texture>
     <visible>Container.Content(Sets)</visible>
</control>

Is there another step I need to take to make the actual images appear? Maybe a setting I've missed?

Thanks  
"texture" change in "imagepath" 
 I'm an idiot! Rofl Blush

Thanks!


RE: skin helper service - cscott1 - 2018-03-12

(2018-03-04, 11:17)DimitarCC Wrote:
(2018-02-16, 02:07)Govnah Wrote: Receiving an error running 1.1.24 and KODI/Leia for UWP/XBOX version. Below is the log file:

http://ix.io/KEK

May be related to this in the FAQ for the UWP version of KODI, Python _subprocess module is not available on UWP, so an author of the add-on must work around or not use it for UWP.

Similiar issue with Artist Slideshow and pkscout was able to provide a patch to address AS, may be similar issue on the UWP version. I understand the UWP version of KODI is alpha and to expect issues.

Thanks!
 The problem with XBOX One version is the cherrypy module. It rises error in python ctypes import. Someone have to fix this.

 Image



RE: skin helper service - Eddage - 2018-03-16

Getting an error on Android...

Log file

Any ideas?


RE: skin helper service - godeli - 2018-03-30

https://github.com/marcelveldt/script.skin.helper.service/commit/dd398c90755976fc49538785059e3c7aa4a7a01f


RE: skin helper service - User 263865 - 2018-04-05

is there any plan to add trakt rating for movies and tv shows, and rottentomatos for tv show and episode?


RE: skin helper service - FatFred - 2018-04-08

Hello

I have a little problem with the webservice.

When i add
Quote: <texture background="true">http://localhost:52307/getthumb&title=$INFO[Listitem.Title]&channel=$INFO[ListItem.ChannelName]</texture>
i saw the poster-image. (all ok)

But when i add
Quote:<texture background="true">http://localhost:52307/getthumb&title=$INFO[Listitem.Title]&channel=$INFO[ListItem.ChannelName]&type=Banner</texture>
i saw always the same image (Poster - no Banner)

Do im something wrongHuh

MfG
FatFred