(2019-02-02, 00:07)Slipass Wrote: @mikeSiLVO
Great buddy! It Works
Could you also have a look at the artworks for Live TV for the old madnox?
Mr.V couldn't find it but his concentration is also on Aeon 2.0
It has something to do with the skin helper service, I think.
I think it'll be a little something for you.
Thanks!
@
mikeSiLVO and @
Slipass
Currently working with views in madnox 2.0 and am looking at PVR. So now the issue and solution to the PVR artwork.
For the Kodi REPO verson of skin helper service;
All the PVR info labels are like this;
Code:
Window(home).Property(SkinHelper.PVR.Thumb)
(Thumb being what the artwork type is)
Skin helper is downloading the artwork and it can be seen in the context menu "Artwork options". The property is never filled and the wiki property's do not fill either (which are different to what is in aeon madnox)
This works;
Some where along the road, a kodi repo update changed something. (or possibly my install
![Huh Huh](https://forum.kodi.tv/images/smilies/question.png)
)
For the marcelveldt's BETA REPO;
Change any property's like this;
Code:
Window(home).Property(SkinHelper.PVR.Thumb)
To this;
Code:
Window(home).Property(SkinHelper.ListItem.Art.Thumb)
If you need compatibility between the Kodi REPO and the marcelveldt's Beta REPO
Use This;
Note the 'fallback=". Kodi considers the image to be never empty even if skin helper returns no image. So in the above example it will return the channel icon if no image is found.
EDIT: Give me some time and i can update the xml's. I need to sort out 2.0 first.
So if you would like me to update them, it is a question of what option is preferred? Backwards compatibility or Beta repo compatibility?
EDIT2: I think i still have push rights to aeon madnox so that could be the way?