Kodi Community Forum
[MOD] Aeon Warlion 4.1.9 (Aeon Nox-based, Gotham only) - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67)
+---- Forum: Aeon Nox: Silvo (https://forum.kodi.tv/forumdisplay.php?fid=142)
+---- Thread: [MOD] Aeon Warlion 4.1.9 (Aeon Nox-based, Gotham only) (/showthread.php?tid=185290)



RE: Aeon nox 4.1.9 (GOTHAM) - sveni_lee - 2014-05-16

(2014-05-16, 07:58)Batiatus Wrote: Like this

https://www.youtube.com/watch?v=3yf0JIb3EBw

okay I see...
Did you tried this

watch gallery



RE: Aeon nox 4.1.9 (GOTHAM) - sveni_lee - 2014-05-16

Here are the changed xml-files

Include_WidgetLayout.xml

variables.xml

this both includuing the changes of Vaikin..


RE: Aeon nox 4.1.9 (GOTHAM) - Botafuco - 2014-05-16

(2014-05-15, 13:24)Punk_Boy Wrote: Just one question. Can anybody install 4.1.9.9 from the zip file on the addons section or is it a common error with this version, ao so we have to unzip it to the right dir?

Yes, the problem is common. Manually unpack to the right dir, restart XBMC, the skin should then be there for your picking.


RE: Aeon nox 4.1.9 (GOTHAM) - Punk_Boy - 2014-05-16

Where can i see the diference between 4.1.9.8 and 4.1.9.9? Just because the sizes aro so different that i wanted to know.


RE: Aeon nox 4.1.9 (GOTHAM) - masterziggy - 2014-05-16

(2014-05-16, 10:18)sveni_lee Wrote: Here are the changed xml-files

Include_WidgetLayout.xml

variables.xml

this both includuing the changes of Vaikin..

With this new update ... The case into the widget with details of movie is the default case and not the case with the resolution Sad

watch gallery



RE: Aeon nox 4.1.9 (GOTHAM) - baijuxavior - 2014-05-16

(2014-05-16, 08:38)sveni_lee Wrote:
(2014-05-16, 04:00)Vaikin Wrote: Im assuming you want the 3d cases to appear similar to in this picture: http://i.imgur.com/u2AFooZ.jpg
Code:
<variable name="WidgetCaseVar">
        <value condition="SubString(ListItem.Property(VideoResolution),3d)">3d.png</value>
        <value>$INFO[ListItem.Property(VideoResolution)]p.png</value>
    </variable>
Then in the Widget_Layout I made an image with the texture:
Code:
<texture background="true">thumbs/boxes/$VAR[ShowcaseCasePathVar]/$VAR[WidgetCaseVar]</texture>

Seemed to do the trick.

I made a new variable just for laughs because I honestly don't know enough about AN 4 to know which variables are being used and which aren't. You might be able to rewrite an existing one.

Thanks for sharing.
yes, that did the trick. I think the new variable is okay. Hope Warlion will this include in his Git.

One mor little question.
on the detail information on widget I still missing the right cover

Image

so I changes the following line in Includes_WidgetLayout.xml

from
Code:
<texture background="true">thumbs/boxes/$VAR[ShowcaseCasePathVar]/$INFO[Window(home).Property(VideoResolution)]p.png</texture>

to
Code:
<texture background="true">thumbs/boxes/$VAR[ShowcaseCasePathVar]/$VAR[WidgetCaseVar]</texture>

but than I got this...

Image

so any idea where is my mistake...?

Did you find a fix? I also found another problem, the height of 3d cases is slightly smaller than that of bd cases in the widget.


RE: Aeon nox 4.1.9 (GOTHAM) - sandz - 2014-05-16

I m using nox 4.1.9.9 on a clean Gotham 13.0 installation

Everything is working super smooth Big Grin , can't thank you enough for that.

just one problem though...

the box case in movieset is empty
If i turn off boxcase the bd cases do not open at all
I have all the necessary artwork, discarts scrapped from local folders.

Can you please suggest if there are any other plugins or settings needed to be done.


Image


And here is my settings

Image


RE: Aeon nox 4.1.9 (GOTHAM) - Adnedz - 2014-05-16

(2014-05-16, 14:40)sandz Wrote: I m using nox 4.1.9.9 on a clean Gotham 13.0 installation

Everything is working super smooth Big Grin , can't thank you enough for that.

just one problem though...

the box case in movieset is empty
If i turn off boxcase the bd cases do not open at all
I have all the necessary artwork, discarts scrapped from local folders.

Can you please suggest if there are any other plugins or settings needed to be done.


Image


And here is my settings

Image

Try enable "backend mode" Smile and extended info script : extendedinfo - https://github.com/azraelomega/script.extendedinfo (Modded for gotham)


RE: Aeon nox 4.1.9 (GOTHAM) - sandz - 2014-05-16

(2014-05-16, 15:22)Adnedz Wrote: Try enable "backend mode" Smile and extended info script : extendedinfo - https://github.com/azraelomega/script.extendedinfo (Modded for gotham)

Thanks for the prompt reply Big Grin

As per the info u gave me, I installed the extendedinfo script , enabled the backend mode in skin settings > general
launched the extendedinfo script > ran update all

But no joy Sad ....the result is the same as before.

Anything else I can do ?


ps. now everytime i start XBMC, i get a extendedinfo script failed error


RE: Aeon nox 4.1.9 (GOTHAM) - MaxCore - 2014-05-16

you dont need to run the script ...


RE: Aeon nox 4.1.9 (GOTHAM) - sandz - 2014-05-16

(2014-05-16, 15:22)Adnedz Wrote:
(2014-05-16, 14:40)sandz Wrote: I m using nox 4.1.9.9 on a clean Gotham 13.0 installation

Everything is working super smooth Big Grin , can't thank you enough for that.

just one problem though...

the box case in movieset is empty
If i turn off boxcase the bd cases do not open at all
I have all the necessary artwork, discarts scrapped from local folders.

Can you please suggest if there are any other plugins or settings needed to be done.


Image


And here is my settings

Image

Try enable "backend mode" Smile and extended info script : extendedinfo - https://github.com/azraelomega/script.extendedinfo (Modded for gotham)

tried everything found in this forum....anymore ideas anyone can think of ??


RE: Aeon nox 4.1.9 (GOTHAM) - brazen1 - 2014-05-16

Nice quick job folks. 3D on the case as well as the case itself now working on widgets when a title has .3D in its name. As stated by baijuxavior, the case itself is a little shy in size. The bottom needs to be slightly extended. Gave you guys some rep points. Thank you, looks great.


RE: Aeon nox 4.1.9 (GOTHAM) - toineb - 2014-05-16

(2014-05-16, 16:16)sandz Wrote:
(2014-05-16, 15:22)Adnedz Wrote:
(2014-05-16, 14:40)sandz Wrote: I m using nox 4.1.9.9 on a clean Gotham 13.0 installation

Everything is working super smooth Big Grin , can't thank you enough for that.

just one problem though...

the box case in movieset is empty
If i turn off boxcase the bd cases do not open at all
I have all the necessary artwork, discarts scrapped from local folders.

Can you please suggest if there are any other plugins or settings needed to be done.


Image


And here is my settings

Image

Try enable "backend mode" Smile and extended info script : extendedinfo - https://github.com/azraelomega/script.extendedinfo (Modded for gotham)

tried everything found in this forum....anymore ideas anyone can think of ??

Make sure the backend option is activated in settings and then run the artwork downloader - it should pull through your discart (make sure you have it set to use local art)


RE: Aeon nox 4.1.9 (GOTHAM) - brazen1 - 2014-05-16

(2014-05-16, 16:45)toineb Wrote:
(2014-05-16, 16:16)sandz Wrote:
(2014-05-16, 15:22)Adnedz Wrote: Try enable "backend mode" Smile and extended info script : extendedinfo - https://github.com/azraelomega/script.extendedinfo (Modded for gotham)

tried everything found in this forum....anymore ideas anyone can think of ??

Make sure the backend option is activated in settings and then run the artwork downloader - it should pull through your discart (make sure you have it set to use local art)

Can this open case eye candy work without having to use Coverflow? Imo, coverflow looks impressive but functionality is the worst. I suppose if one had a few titles in a collection it wouldn't matter. When a collection grows and your scrolling, this effect becomes a nightmare. Something about my eye to brain coordination. I seem to not only look at the title in focus, but the other posters I know are coming before I click the next scroll allowing me to scroll quickly when deciding on something to watch. Coverflow interrupts the whole process since I can no longer see titles coming because I'm forced to only see the focused one. Know what I mean? Since the opening and closing of the case is delayed using the new mod, quick scrolling without using coverflow, would be ideal. On a side note, can the opening of the case be increased or delayed?


RE: Aeon nox 4.1.9 (GOTHAM) - mikebzh44 - 2014-05-16

You cannot open case without coverflow, because discart are not displayed anymore in this case :

Image

You can use "No case for movieset option" :

Image

Or "Moviebox" :

Image