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 - User 224999 - 2016-12-24

(2016-12-23, 13:15)outcave Wrote: No possibility, in a future upgrade, to enable "Listitem Properties" also inside containers?

No, it's not supported by Kodi itself, not an issue of the script.


RE: skin helper service - User 224999 - 2016-12-24

(2016-12-23, 01:09)Gracus Wrote: Here are the AlbumID I got:

tag: f7c680af-5b09-3fea-be84-5e00a7da56a0
db: f7c680af-5b09-3fea-be84-5e00a7da56a0

I remove the value from the db and launch an automatic search for artworks and still no cdart

Yeah, something is not right. I'm already looking into it.


RE: skin helper service - User 224999 - 2016-12-24

(2016-12-23, 05:24)eengert Wrote: So it sounds like this is a bug in the tvos version of Kodi. Will you log this is a bug with the Kodi devs, or should I try to do that?

Not sure if it's a bug but the conclusion is indeed that the Kodi package now includes the x86 version of Pillow on TVOS while it should be the ARM version for iOS/TVOS.


RE: skin helper service - User 224999 - 2016-12-24

(2016-12-23, 18:14)Gracus Wrote: With this code, the movie set will have is clearlogo while each movie in the movie set will keep his own clear logo?

Yes, indeed.


RE: skin helper service - User 224999 - 2016-12-24

(2016-12-23, 20:06)Mike_Doc Wrote: Could you please look at adding formatted versions of these 2 music listitems when you have the time:

SkinHelper.ListItem.AlbumsArtist
SkinHelper.ListItem.AlbumsCompilations

These were added last week. You might need to clear the cache

SkinHelper.ListItem.AlbumsArtist.formatted
SkinHelper.ListItem.AlbumsCompilations.formatted.
Thanks,

(2016-12-23, 20:06)Mike_Doc Wrote: Also having a problem with SkinHelper.ListItem.X.Art.DiscArt, the movies aren't in year order for me, for example the Aliens set is coming out as:

Will be fixed in next update


RE: skin helper service - User 224999 - 2016-12-24

(2016-12-23, 22:01)Angelinas Wrote: This isue with disc ocured for me too...

I'm working on this already, will be fixed in next update. I will also fix the Single issue you mentioned in your post so that an album is preferred over a single.
BTW: You're mixing up the albumid and artistid in your post so that statements are not correct.


RE: skin helper service - sualfred - 2016-12-24

Hey Marcel,

with the latest update the player artworks are working again, but not for music.

Btw: Merry xmas mate Wink

Edit:
Sry, missed that my music bool was disabled.


RE: skin helper service - Gracus - 2016-12-24

(2016-12-23, 17:34)Angelinas Wrote:
(2016-12-23, 15:22)Gracus Wrote: Hi!

Could it be possible to add an option for movie set clearlogo

The acctual situation let us choose for poster and fanart but not for clearlogo and so the movie set show the clearlogo of the first film of the set
For movie set working clearlogo-clearart (set by Kodi)
Code:
Window(Home).Property(SkinHelper.ListItem.Art.ClearArt)
Window(Home).Property(SkinHelper.ListItem.Art.ClearLogo)

For ClearLogo-ClearArt in moviset by number (set Helper script)
Code:
Window(Home).Property(SkinHelper.ListItem.0.Art.ClearArt)
Window(Home).Property(SkinHelper.ListItem.0.Art.ClearLogo)
uper left corner is Logo of Hobit collection (set by Kodi, chosen from context menu movieset-choose art)
Image

(2016-12-23, 18:14)Gracus Wrote: With this code, the movie set will have is clearlogo while each movie in the movie set will keep his own clear logo?
Yes,Logo for collection is only for collestion (you can chose what logo want to use from your library)
Movies from set have his own logo.

(2016-12-24, 00:43)marcelveldt Wrote:
(2016-12-23, 18:14)Gracus Wrote: With this code, the movie set will have is clearlogo while each movie in the movie set will keep his own clear logo?

Yes, indeed.


Thanks to both of you and merry christmas


RE: skin helper service - vdb86 - 2016-12-25

Hi Marcel!
I'm trying to use the backgrounds with my screensaver.
I managed to make it show an image, but it doesn't change it.
Of course I had to use xbmc.executebuiltin("Skin.SetString(SkinHelper.RandomFanartDelay,15)") but that didn't do anything...
I checked that setting by grabbing it with xbmc.getInfoLabel("Skin.String(SkinHelper.RandomFanartDelay)") and the value is 15 as it was set previously.

Any idea what I'm doing wrong?


RE: skin helper service - marhutchy - 2016-12-25

Can I get some assistance with this?

Skin helper error log - http://pastebin.com/Jq1kjndS


RE: skin helper service - User 224999 - 2016-12-25

(2016-12-25, 00:11)vdb86 Wrote: I'm trying to use the backgrounds with my screensaver.
I managed to make it show an image, but it doesn't change it.
Of course I had to use xbmc.executebuiltin("Skin.SetString(SkinHelper.RandomFanartDelay,15)") but that didn't do anything...
I checked that setting by grabbing it with xbmc.getInfoLabel("Skin.String(SkinHelper.RandomFanartDelay)") and the value is 15 as it was set previously.

Which of the images are you testing with ?
The images should rotate, the only condition where they won't, is when video is playing fullscreen.


RE: skin helper service - User 224999 - 2016-12-25

(2016-12-25, 02:37)marhutchy Wrote: Can I get some assistance with this?
Skin helper error log - http://pastebin.com/Jq1kjndS

Did you install my beta repo ?
You're missing some of the dependencies on your system.

Try to manual install the artutils module:

https://github.com/marcelveldt/repository.marcelveldt/raw/master/script.module.skin.helper.artutils/script.module.skin.helper.artutils-1.0.23.zip


RE: skin helper service - vdb86 - 2016-12-26

(2016-12-25, 23:00)marcelveldt Wrote:
(2016-12-25, 00:11)vdb86 Wrote: I'm trying to use the backgrounds with my screensaver.
I managed to make it show an image, but it doesn't change it.
Of course I had to use xbmc.executebuiltin("Skin.SetString(SkinHelper.RandomFanartDelay,15)") but that didn't do anything...
I checked that setting by grabbing it with xbmc.getInfoLabel("Skin.String(SkinHelper.RandomFanartDelay)") and the value is 15 as it was set previously.

Which of the images are you testing with ?
The images should rotate, the only condition where they won't, is when video is playing fullscreen.

I used this for images:
self.image_control.setImage(xbmc.getInfoLabel("$INFO[Window(Home).Property(SkinHelper.AllVideosBackground)]"))

One image shows up and that's it, they don't change.
This should work, but for some reason it doesn't...


RE: skin helper service - User 224999 - 2016-12-26

(2016-12-26, 00:27)vdb86 Wrote: I used this for images:
self.image_control.setImage(xbmc.getInfoLabel("$INFO[Window(Home).Property(SkinHelper.AllVideosBackground)]"))

One image shows up and that's it, they don't change.
This should work, but for some reason it doesn't...

As long as you set that image with an X interval it will work, otherwise it won't.
If yoú like to just set it and forget, you should use the $INFO labels in the xml code (if there is any for a screensaver).

So, you will have to poll that xbmc.GetInfoLabel every X seconds to get the latest image


RE: skin helper service - vdb86 - 2016-12-26

(2016-12-26, 01:16)marcelveldt Wrote: As long as you set that image with an X interval it will work, otherwise it won't.
If yoú like to just set it and forget, you should use the $INFO labels in the xml code (if there is any for a screensaver).

So, you will have to poll that xbmc.GetInfoLabel every X seconds to get the latest image

So with using xbmc.GetInfoLabel... I should get a new image every time?
Skin.SetString(SkinHelper.RandomFanartDelay,15) is not needed?