Kodi Community Forum
[RELEASE] Aeon Nox 2.0 (deprecated) - 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: [RELEASE] Aeon Nox 2.0 (deprecated) (/showthread.php?tid=89151)



- Cyberkid2002 - 2011-08-29

no probs, didnt think to do that... my lads watching some disney at the minute but as soon as he is finished I will have a look.


- fional - 2011-08-29

Cyberkid2002 Wrote:hi... not sure if I have a slight issue with xbmc or this skin as I updated both at the same time but I think this is most likely.

I have numerous movie-sets and before the update if I did not select a custom movie-set thumb it would pick the thumb from the first movie-set. It is no longer doing this but rather showing the standard icon that appears when their is no movie thumbnail.

It performs this way for myself as well. I think it's XBMC, but I haven't tested it on confluence - but I vaguely recall reading about this before and someone else commented on some set-issues with pre-eden.


- BigNoid - 2011-08-29

fional Wrote:It performs this way for myself as well. I think it's XBMC, but I haven't tested it on confluence - but I vaguely recall reading about this before and someone else commented on some set-issues with pre-eden.

I've seen some commits on github regarding sets, so the devs are actively working on it.


- Martijn - 2011-08-29

Big_Noid Wrote:I've seen some commits on github regarding sets, so the devs are actively working on it.

I saw them to but i don't recall that they discussed this problem.


- peppe_sr - 2011-08-30

hi big_noid, could you post a link to download the previous music backdrop (lighting dj) i prefer that the actual. thank you


- BigNoid - 2011-08-30

Added on my download section:

http://code.google.com/p/aeon--nox/downloads/list


- peppe_sr - 2011-08-30

Big_Noid Wrote:Added on my download section:

http://code.google.com/p/aeon--nox/downloads/list

changed! Nod


- atsumori - 2011-08-30

Hi Big_Noid,
I'm a complete noob to modding but I would like to tweak a couple of setting in Nox for a project I'm working on. I was wondering if you could help me by telling me what files I need to change to add a new viewtype to the Programs section (all sections are fine but I only need Programs).

I made a couple of tweaks to an existing viewtype's xml file, so the layout part of it is fine (however, I'd like to keep the original of the layout as well, which is why I want to make a new viewtype).

I just can't figure out how to add it to the Programs viewtype menu. It seems like I need to register it to the includes.xml file, then add it in MyPrograms.xml, but no matter how I tweak the MyPrograms.xml file I can't seem to get it to show up in the viewtype selector. I feel like I'm missing a name for the file in includes.xml. Anyway, even small help would help greatly.


- BigNoid - 2011-08-30

Have you added the list id to this section?

Code:
    <views>50,509,501,504,505,512</views>



- atsumori - 2011-08-30

On around line 4 of MyPrograms.xml? yes. Though I'm not sure how many places I need to define the list ID. So far I've defined it at the line:

Code:
<control type="panel" id="666512">

In the Viewtype_#NAME.xml file for the new viewtype.


- BigNoid - 2011-08-30

Well, no use to keep on guessing. If you pastebin the whole code I can take a look.


- atsumori - 2011-08-30

OK, thanks for helping me:

MyPrograms.xml
http://pastebin.com/DNi6BJcH

Viewtype_AddonWall_CDROM.xml
http://pastebin.com/9qm7ztMX
(There are other viewtypes as well but this is the one I tried to set up first and haven't been able to get working)

includes.xml
http://pastebin.com/49JWJFux

I noticed a slight bug in the includes.xml file (forgot ".xml" at the end of a line) that I've fixed in the pastes above. Now I can get the ViewType name shown in the viewtype selection window under programs, however selecting this option causes the viewtype to reset to List.

Thank you very much for your help!


- BigNoid - 2011-08-30

atsumori Wrote:OK, thanks for helping me:

MyPrograms.xml
http://pastebin.com/DNi6BJcH

Viewtype_AddonWall_CDROM.xml
http://pastebin.com/9qm7ztMX
(There are other viewtypes as well but this is the one I tried to set up first and haven't been able to get working)

includes.xml
http://pastebin.com/49JWJFux

I noticed a slight bug in the includes.xml file (forgot ".xml" at the end of a line) that I've fixed in the pastes above. Now I can get the ViewType name shown in the viewtype selection window under programs, however selecting this option causes the viewtype to reset to List.

Thank you very much for your help!
Change in Viewtype_AddonWall_CDROM this:
Code:
<visible>Control.IsVisible(512)</visible>
to this:
Code:
<visible>Control.IsVisible(666512)</visible>

Might be more but this was just a quick look.


- lapino - 2011-08-30

Got a small problem. When I use this skin and select the "low list" setting for my tv shows, the poster for the tv shows is missing. The artwork is there though, since other display settings show the posters, and when using a different skin, the "low list" setting also shows the posters. Any idea how to fix this? Only one show is displayed correctly. Tried refreshing the info but problem stays.


- BigNoid - 2011-08-30

@lapino: You have posters for your TV Shows, only one show has a poster.jpg in the root. Enable Use Posters instead of Banners for TV Shows in the general skin settings to show native thumb or download poster.jpg by running the tv logo script.