Aeon Madnox for Krypton / Jarvis - (no longer in development)
(2019-02-08, 03:19)Mr. V Wrote:
(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;
Code:
http://localhost:52307/getpvrthumb&title=$ESCINFO[Listitem.Title]&type=thumb

Some where along the road, a kodi repo update changed something. (or possibly my installHuh)


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;
Code:
http://localhost:52307/getpvrthumb&title=$ESCINFO[Listitem.Title]&fallback=$ESCINFO[ListItem.Icon]&type=thumb
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? 

@Mr. V 
Great, great, great. Really great work.

Unfortunately I didn't understand 100% what the difference is (my English isn't perfect) Big Grin
What exactly are the advantages and disadvantages?
Isn't it better to have the compatibility of both versions?

From my point of view the artworks have to be added automatically and a fallback to the channel logo is also important.

Really good work.


Messages In This Thread
RE: Aeon Madnox - Beta Release - by Mike_Doc - 2015-06-29, 17:08
RE: Aeon Madnox - Beta Release - by Mike_Doc - 2015-06-29, 17:08
RE: Aeon Madnox - Beta Release - by Mike_Doc - 2015-06-29, 17:09
RE: Aeon Madnox - Beta Release - by Mike_Doc - 2015-06-29, 17:09
RE: Aeon Madnox - Beta Release - by Mike_Doc - 2015-06-29, 17:10
RE: Aeon Madnox - Beta Release - by Mike_Doc - 2015-06-29, 17:10
MADNOX FAQ - by schimi2k - 2015-06-29, 17:11
MADNOX HELP - by schimi2k - 2015-06-29, 17:12
RE: Aeon Madnox - Beta Release - by schimi2k - 2015-06-29, 17:12
refresh item - by bill1972 - 2016-03-08, 03:31
Keyboard Autocompletion - by JinNJuice - 2016-03-19, 00:26
System Infoline - by reksp13 - 2016-04-09, 05:20
https://imageshack.com/my/images - by spook61 - 2016-04-14, 17:55
https://imageshack.com/my/images - by spook61 - 2016-04-14, 18:01
Leia - Madnox Problems - by Picard - 2017-06-22, 04:15
VideoLyrics - by Pr.Sinister - 2018-04-05, 23:40
RE: Aeon Madnox for Krypton / Jarvis - [RC2 Revision 0.9.1] 30/05 - by Slipass - 2019-02-08, 23:21
Logout Mark Read Team Forum Stats Members Help
Aeon Madnox for Krypton / Jarvis - (no longer in development)39