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) - schimi2k - 2014-08-19

works for me surlias ( 13.2 )


RE: Aeon nox 4.1.9 (GOTHAM) - helinhotmartins - 2014-08-19

(2014-08-19, 21:30)Surlias Wrote: Is the "update art after database update" option currently not working?

Image

Only works if you have to manually update the database, If that happens automatically update when you open the program, the option will not work.

To work when you open the xbmc take a look in this link: http://forum.xbmc.org/showthread.php?tid=189800

Forgive my English.


RE: Aeon nox 4.1.9 (GOTHAM) - woodside - 2014-08-19

(2014-08-19, 14:51)AbRASiON Wrote:
(2014-08-17, 04:22)ShadowTek Wrote:
(2014-08-17, 03:33)AbRASiON Wrote: Is there a way to remove the plot from the bottom left on the pause menu?

Search for and delete all <colordiffuse> lines ln the Viewtype_AddonWall.xml file

Seriously? there's a heck of a lot of them - that doesn't sound like what would control that box in the bottom right - it's only on the pause menu.
Damn idiot thing is chock full of dumb spoilers, why have it there? :/

I believe he is referring to a different post about the darkness of the posters in wall view and replied to the wrong post. I would disregard.


RE: Aeon nox 4.1.9 (GOTHAM) - shooshoo - 2014-08-20

Hello, I try to install "skin.aeon.nox.gotham.4.1.9.9" on the new XBMC 13.2, but every time it says Install Failed. Only information from log is: "ERROR: Could not read addon description of skin.aeon.nox.gotham"
I have tried to redownload but again same error. Installing other skins is no problem, but I really want this one.


RE: Aeon nox 4.1.9 (GOTHAM) - reksp13 - 2014-08-20

(2014-08-20, 04:05)shooshoo Wrote: Hello, I try to install "skin.aeon.nox.gotham.4.1.9.9" on the new XBMC 13.2, but every time it says Install Failed. Only information from log is: "ERROR: Could not read addon description of skin.aeon.nox.gotham"
I have tried to redownload but again same error. Installing other skins is no problem, but I really want this one.

Un-Zip it to C:\Users\YOUR NAME\AppData\Roaming\XBMC\addons and then start XBMC


RE: Aeon nox 4.1.9 (GOTHAM) - shooshoo - 2014-08-20

Ok many good. Working perfect now, thank you for help


RE: Aeon nox 4.1.9 (GOTHAM) - reksp13 - 2014-08-20

(2014-05-08, 02:07)shedrock Wrote: Of course I can. I believe these are the only 2 files you need: DialogFullScreenInfo and DialogVideoInfo. If any other is required, please let me know.

Here is the link:

https://www.dropbox.com/s/09qk4a19k2zy9v1/custome_files.zip

Cheers!

This link is dead Can you please re-upload. Thanks


Re: Aeon nox 4.1.9 (GOTHAM) - Shane818 - 2014-08-20

Any know of an edit to keep item number and page in the top bar to always stay visible

Edit using the the shadow top bar style


RE: Aeon nox 4.1.9 (GOTHAM) - ciprijan - 2014-08-20

if anyone can adapt live tv menu for helix


Aeon nox 4.1.9 (GOTHAM) - patseguin - 2014-08-20

I had to reinstall XBMC and reinstalled Aeon. I use smart playlists for 2d movies and 3d movies but when I try to select the type in the main menu as a video playlist, it doesn't display my smart playlists. I don't remember this problem in the past. Where in the OE directory structure are smart playlists? Maybe I just have to navigate to them.


RE: Aeon nox 4.1.9 (GOTHAM) - woodside - 2014-08-20

Anyone come up with a fix for the empty keyboard using Helix?

Image


RE: Aeon nox 4.1.9 (GOTHAM) - ShadowTek - 2014-08-20

(2014-08-19, 23:44)woodside Wrote:
(2014-08-19, 14:51)AbRASiON Wrote:
(2014-08-17, 04:22)ShadowTek Wrote: Search for and delete all <colordiffuse> lines ln the Viewtype_AddonWall.xml file

Seriously? there's a heck of a lot of them - that doesn't sound like what would control that box in the bottom right - it's only on the pause menu.
Damn idiot thing is chock full of dumb spoilers, why have it there? :/

I believe he is referring to a different post about the darkness of the posters in wall view and replied to the wrong post. I would disregard.

Doh!! Yes sorry, I was referring to how to remove the darkened posters, I quoted the wrong post, sorry about that, my bad.


RE: Aeon nox 4.1.9 (GOTHAM) - mac1202 - 2014-08-21

Hi everybody, I have a little problem with MPAA rating icon. Icon display correctly for every rating except for movie rated G. It display the non rated icon. I have the correct file MPAA_G_Certificate_US.png in media/flag/rating. Anyone could help me there ??
Thanks you.
Edit : fixed i changed three lines in variables.xml
lines 208 from
<value condition="SubString(Window(home).Property(mpaa),US:G) | SubString(Window(home).Property(mpaa),USA:G) | SubString(Window(home).Property(mpaa),Rated G)">MPAA_G_Certificate_US</value>
to
<value condition="SubString(Window(home).Property(mpaa),US:G) | SubString(Window(home).Property(mpaa),USA:G) | SubString(Window(home).Property(mpaa),Rated G) | StringCompare(Window(home).Property(mpaa),G)">MPAA_G_Certificate_US</value>

lines 397 from
<value condition="SubString(ListItem.mpaa,US:G) | SubString(ListItem.mpaa,USA:G) | SubString(ListItem.mpaa,Rated G)">MPAA_G_Certificate_US</value>
to
<value condition="SubString(ListItem.mpaa,US:G) | SubString(ListItem.mpaa,USA:G) | SubString(ListItem.mpaa,Rated G) | StringCompare(ListItem.mpaa,G)">MPAA_G_Certificate_US</value>

and lines 444 from
<value condition="SubString(VideoPlayer.mpaa,US:G) | SubString(VideoPlayer.mpaa,USA:G) | SubString(VideoPlayer.mpaa,Rated G)">MPAA_G_Certificate_US</value>
to
<value condition="SubString(VideoPlayer.mpaa,US:G) | SubString(VideoPlayer.mpaa,USA:G) | SubString(VideoPlayer.mpaa,Rated G) | StringCompare(VideoPlayer.Mpaa,G)">MPAA_G_Certificate_US</value>


RE: Aeon nox 4.1.9 (GOTHAM) - BugRaider84 - 2014-08-21

Wow, since my last visit like 6 weeks ago this thread just boomed Tongue

Really good to see you back Warlion, hope you are at good health by now.

Now to my problems. As you all know minor problems (mostly cosmetic nature) drive all of us nuts and I'm wrapping my head around the following ones on my setup.
Running XBMC 13.0 with Nox 4.1.9.9 on Mac using White Theme (!)

Image
First I'd like to get the IMDb rating in the "empty red case" and I know it has been done before (for Nox on Frodo if I'm correct)... can someone point me in the right direction pls?
Second (and this may just be me being all OCD on it) but can we drop the language flags a bit more down so that they actually line up "centered" with all the other icons?

Image
As you can see in this pic the "zoom in function of the logo" (I don't know how to discribe it in another way) is going over the edges and I can't find the right line to adjust that. Maybe I'm even looking in the completely wrong place Tongue Any guidance would be much appreciated

Image
Last for the moment:
as you can see on the top all icons are grey. They are all working but they should be black if I'm right... This way it looks like they are all disabled which they're not (guess this is a weird one haha)
And how can I tell XBMC to count the time down instead of just showing me the total amount of length of the movie?

Thanks a lot for any help, much appreciated Big Grin


RE: Aeon nox 4.1.9 (GOTHAM) - patseguin - 2014-08-22

Anyone got input why I can't see my smart playlists when I try to set a main menu entry as a playlist?