• 1
  • 455
  • 456
  • 457(current)
  • 458
  • 459
  • 468
Aeon Madnox for Krypton / Jarvis - (no longer in development)
BTW At this moment i was trying to make a "universe" (movies combined with tvshows) from the Mixed widget but i have some troubling with the exact copy of a 2nd and or third list in the widget in the first mixed widget widget 1 i can add a/change the icon but when i go to the second or third i can only change the Background (instead of icon) is this deliberately. i can also not make a second list for that specific widget (and/or third) because it takes the 1st list again.
(2019-01-24, 21:47)mikeSiLVO Wrote:
(2019-01-21, 04:41)Darkdc Wrote: I found a small issue in this skin , i don`t know if this is already been mention but in the Kodiflix viewtype>tvart the Indicator that chooses the thumb nail is  not in place or the thumb nails are not in place .

I cannot replicate this.

Can you post some screenshots of your KodiFlix settings and/or a copy of the settings.xml file?
The file is located in userdata (wiki)\addon_data\skin.aeon.madnox  
 yah , got it again https://imgur.com/a/25tbmr2 don`t know what i did  but loaded up today and its back here is the settings https://pastebin.com/3sEkSSTB
It seems bit defender was not the problem
Hi Mike,

MR V took the trouble to make an adjustment in the PVR records.
I tested it and it works fine.

Now the station logos are displayed.

Many thanks once again @Mr. V 



In MyPVRrecordings.xml;

DELETE this at line 67

<control type="image">
<width>804</width>
<height>80</height>
<texture>common/black.png</texture>
<animation effect="fade" end="60" condition="true">conditional</animation>
</control>

REPLACE with

<control type="image">
<top>-375</top>
<width>804</width>
<height>455</height>
<texture border="4">pvr/Border.png</texture>
<colordiffuse>$VAR[ExtendedColorDiffuseVar]</colordiffuse>
</control>
<control type="image">
<left>4</left>
<top>-371</top>
<width>796</width>
<height>447</height>
<texture>$INFO[ListItem.Icon]</texture>
<aspectratio scalediffuse="false" align="center" aligny="center">keep</aspectratio>
<animation effect="fade" end="60" condition="true">conditional</animation>
</control>
<control type="image">
<left>4</left>
<width>796</width>
<height>76</height>
<texture>common/black.png</texture>
<animation effect="fade" end="60" condition="true">conditional</animation>
</control>

Can you push it on git?



Before:
Image


After:
Image
Ok i think i got it fixed again ,
My tv shows  starts with Shelf 3d >Shelf 3d> Kodiflix (Tvshow>Season>episodes)  when i switched from the 2nd shelf 3d (Seasons) to kodiflix ( so now it is Shelf 3d>kodiflix>kodiflix) i got back the tvart options in the Episodes section and the indicator is now back on its place , so in this case if u want to use koddiflix make sure u use kodiflix before and after so they line up better. Wow that means i can not mix to much view types in every different part of the tv shows section either way i figured it out ( lol )
Many thanks for fixing the "Leia" bug so fast. Works fine again Smile There is one thing Im still curious about since I use the Leia Version. I have all Artists and discs in my music libary treated with Media Elch and so I have for any Artist a full set of media data like logo and fanart... In Kodi 16/17 madnox used my local logo files and show them in th emusic overview and also in the player view but in Leia no logo appear. In the former alphas, logos which are availiable online was displayed but no offline logos and no in the RC, no logos appear at all. Maybe I have wrong settings but maybe it is a bug. Also Skin Helper error appears now permanantly while there is no update. Maybe there is a relation between those two bugs!? Here some screenshots what I mean exactly. In the red marked areas, usualy the logo should appear Smile

Image

Image
Here is my folder structure:

Image

Any hint is welcome!
KODI 19 Matrix RC 1
Intel® DZ87KLT-75K with I5 4670 Haswell CPU
DD Cine S2 6.5 | DVD viewer | Silverstone SST-LC16B-M
ImageI have just updated to Kodi 18 and latest madnox. So far all looks good. I do have a problem in artist view. Play count albums etc are all blank. It is probably a setting I need to fix but I don't remember what addon is controlling this. Any suggestions would be helpful.
Very nice work

thank you
Image

sorry to repost but it seems there was more missing. I am sure it is connected someway. ON Album View not getting number of songs, label, and type of file (mp3 or flac). Since I don't see anybody posting this problem hopefully it is just a setting or missing addon. Again any help is much appreciated.
(2019-01-25, 21:52)Slipass Wrote: Hi Mike,

MR V took the trouble to make an adjustment in the PVR records.
I tested it and it works fine.

Now the station logos are displayed.

Many thanks once again @Mr. V 



In MyPVRrecordings.xml;

DELETE this at line 67

<control type="image">
<width>804</width>
<height>80</height>
<texture>common/black.png</texture>
<animation effect="fade" end="60" condition="true">conditional</animation>
</control>

REPLACE with

<control type="image">
<top>-375</top>
<width>804</width>
<height>455</height>
<texture border="4">pvr/Border.png</texture>
<colordiffuse>$VAR[ExtendedColorDiffuseVar]</colordiffuse>
</control>
<control type="image">
<left>4</left>
<top>-371</top>
<width>796</width>
<height>447</height>
<texture>$INFO[ListItem.Icon]</texture>
<aspectratio scalediffuse="false" align="center" aligny="center">keep</aspectratio>
<animation effect="fade" end="60" condition="true">conditional</animation>
</control>
<control type="image">
<left>4</left>
<width>796</width>
<height>76</height>
<texture>common/black.png</texture>
<animation effect="fade" end="60" condition="true">conditional</animation>
</control>

Can you push it on git?

Sure no problem. I will add it today. Smile

Thanks @Mr. V

(2019-01-25, 22:28)Darkdc Wrote: Ok i think i got it fixed again ,
My tv shows starts with Shelf 3d >Shelf 3d> Kodiflix (Tvshow>Season>episodes) when i switched from the 2nd shelf 3d (Seasons) to kodiflix ( so now it is Shelf 3d>kodiflix>kodiflix) i got back the tvart options in the Episodes section and the indicator is now back on its place , so in this case if u want to use koddiflix make sure u use kodiflix before and after so they line up better. Wow that means i can not mix to much view types in every different part of the tv shows section either way i figured it out ( lol )

I will have to look into this and get back to you. You should be able to use any view you want.

(2019-01-26, 15:24)olarf Wrote: Many thanks for fixing the "Leia" bug so fast. Works fine again Smile There is one thing Im still curious about since I use the Leia Version. I have all Artists and discs in my music libary treated with Media Elch and so I have for any Artist a full set of media data like logo and fanart... In Kodi 16/17 madnox used my local logo files and show them in th emusic overview and also in the player view but in Leia no logo appear. In the former alphas, logos which are availiable online was displayed but no offline logos and no in the RC, no logos appear at all. Maybe I have wrong settings but maybe it is a bug. Also Skin Helper error appears now permanantly while there is no update. Maybe there is a relation between those two bugs!? Here some screenshots what I mean exactly. In the red marked areas, usualy the logo should appear Smile

Any hint is welcome!

Please check you have v1.1.24 of Skin Helper Service installed from the marcelveldt beta repo and Skin Info Service v1.0.3 from my repository.

It is working on my end.

@tymmy Same as above.
Please check you have v1.1.24 of Skin Helper Service installed from the marcelveldt beta repo and Skin Info Service v1.0.3 from my repository.

It is working on my end.

@tymmy Same as above.

Thanks Mike that did the trick. skin helper service was giving a error. Look in the log and it wanted mod cherrypy , which I found and took the error away. One note which I will have to  investigate is the artist logo in artist view went away. If I select info for a artist it does show up there.
I got the Leia upgrade and I can't get madnox to work - does anyone have a link to a stable Leia version? Or is there a modification I can make on my part?
I upgraded to Kodi and Madnox Leia last night and everything went smoothly, however I noticed that Movie and TV Show runtimes now display in HH:MM:SS format. Is there an option or line of code I can edit to remove the :SS portion? The seconds portion is unecessary and I'd love to just have it show Hours and Minutes. Thanks!
@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


The basic framework is already there.
Image

Previously, the following artworks were downloaded for Live TV
Image

When fallback was the channel logoToday is only the channel logo
Image


It has something to do with the skin helper service, I think.
I think it'll be a little something for you.

Thanks!
Ok I found the Leia build and attempted to install it, but I got an error (the dependency on xbmc.gui version 5.13.0 could not be satisfied) - I unzipped the file and edited the XML to bump the version to 5.14.0, re-zipped it, and when try to install it just hangs now... Does anyone have any ideas?
(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&amp;title=$ESCINFO[Listitem.Title]&amp;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&amp;title=$ESCINFO[Listitem.Title]&amp;fallback=$ESCINFO[ListItem.Icon]&amp;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?
Madnox 2.0
Forum / Source
  • 1
  • 455
  • 456
  • 457(current)
  • 458
  • 459
  • 468

Logout Mark Read Team Forum Stats Members Help
Aeon Madnox for Krypton / Jarvis - (no longer in development)39