Kodi Community Forum
Aeon Nox 3 Modding Thread - 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: Aeon Nox 3 Modding Thread (/showthread.php?tid=137540)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27


RE: Nox 3.0 Modding Thread - CutSickAss - 2012-06-14

Come to think of it, the overlapping issue I mentioned in my previous post is ridiculously easy to fix, with the addition of one line. Just use this instead:

Code:
<control type="image">
    <posx>-130</posx>
    <width>112</width>
    <include>AudioFlagsVars</include>
    <texture>IMDb_Logo.png</texture>
    <visible>Control.IsVisible(503)</visible>
</control>

The added "Control.IsVisible(503)" line makes sure the IMDb icon is only used in the Landscape viewtype.


RE: Nox 3.0 Modding Thread - Deano316 - 2012-06-15

I decided to try to edit the rating icon in the end. It's come out quite well, very small though!

Image

Going to try it for a few hours and see if still like it, if so I'll post it here later. If I can't get used to it I will try the last fix. Smile


RE: Nox 3.0 Modding Thread - Kokonutcreme - 2012-06-15

Can anyone advise how or where I can remove a logo image that has been cached? I've replaced a logo.png file for a movie in the folder location but the older logo file still appears in the viewtypes.


RE: Nox 3.0 Modding Thread - htpc guy - 2012-06-15

(2012-06-15, 10:33)Kokonutcreme Wrote: Can anyone advise how or where I can remove a logo image that has been cached? I've replaced a logo.png file for a movie in the folder location but the older logo file still appears in the viewtypes.

Delete \XBMC\userdata\Database\Textures#.db (#can be any number. Mine is 6 but yours may be different). This is the path in windows. Its different but similar in Linux.

Then restart XBMC and you will have the new logo.


RE: Nox 3.0 Modding Thread - haenchensd - 2012-06-16

I would like to add a submenu to weather to play weather related videos. Can anyone advise me on where to start my search in the code? Or, do you know if it is going to be a simple matter of adding the options for it and then the setup will run smoothly or is this going to be a ridiculous amount of code to change?


RE: Nox 3.0 Modding Thread - Deano316 - 2012-06-16

After using it for a while I've decided my IMDb ratings flag is staying. Here it is for anyone who wants it:

Image

Here are a few pics of it in action. Now that my mod is nearly complete, I've gone back and edited the .nfos for my movies tidying up the taglines, studios and the source flag. Really finishes it off IMO:

Image

Image

Image

Image

Will add a video later so everyone can see what the fuss was all about. Good luck with everyone else's and thanks all for the help Big Grin


RE: Nox 3.0 Modding Thread - Eisi2005 - 2012-06-16

@Deano316

could you tell me what i must change so switch the aspect ratio logo with your imdb view in the dvd case view ?

Image


Greets
Eisi


RE: Nox 3.0 Modding Thread - Deano316 - 2012-06-16

(2012-06-16, 19:21)Eisi2005 Wrote: @Deano316

could you tell me what i must change so switch the aspect ratio logo with your imdb view in the dvd case view ?

Image


Greets
Eisi

Not in front of my PC right now, the method can be found in the preceding pages. When I get time I'll collate them and place them sequentially in the thread. Wink
Just checked and the solution is in post #38. When you're done just place the logo in a folder called 'posters' and place that folder in the media folder for the Nox skin. Alter the file path in the .xml accordingly Wink


RE: Nox 3.0 Modding Thread - Kokonutcreme - 2012-06-18

(2012-06-15, 16:12)htpc guy Wrote:
(2012-06-15, 10:33)Kokonutcreme Wrote: Can anyone advise how or where I can remove a logo image that has been cached? I've replaced a logo.png file for a movie in the folder location but the older logo file still appears in the viewtypes.

Delete \XBMC\userdata\Database\Textures#.db (#can be any number. Mine is 6 but yours may be different). This is the path in windows. Its different but similar in Linux.

Then restart XBMC and you will have the new logo.

Many thanks again, worked a treat


RE: Nox 3.0 Modding Thread - phil65 - 2012-06-21

small heads-up: one-logo landscape is now available in GIT master branch.
https://github.com/BigNoid/Aeon-Nox/commit/64636d61c59bd9c126f1d8e30fc0839e9661f641


RE: Nox 3.0 Modding Thread - thrak76 - 2012-06-21

(2012-06-21, 03:29)phil65 Wrote: small heads-up: one-logo landscape is now available in GIT master branch.
https://github.com/BigNoid/Aeon-Nox/commit/64636d61c59bd9c126f1d8e30fc0839e9661f641

Very nice!


RE: Nox 3.0 Modding Thread - defluo - 2012-06-21

(2012-06-21, 03:29)phil65 Wrote: small heads-up: one-logo landscape is now available in GIT master branch.
https://github.com/BigNoid/Aeon-Nox/commit/64636d61c59bd9c126f1d8e30fc0839e9661f641

awesome!


RE: Nox 3.0 Modding Thread - Deano316 - 2012-06-21

(2012-06-21, 03:29)phil65 Wrote: small heads-up: one-logo landscape is now available in GIT master branch.
https://github.com/BigNoid/Aeon-Nox/commit/64636d61c59bd9c126f1d8e30fc0839e9661f641

Big GrinBig GrinBig GrinBig Grin


RE: Nox 3.0 Modding Thread - defluo - 2012-06-24

Having a bit of trouble here. Attempting to mod the shift view a little bit. But not sure where to look to get rid of the information in the bottom right
Image


RE: Nox 3.0 Modding Thread - CutSickAss - 2012-06-24

(2012-06-24, 11:53)defluo Wrote: Having a bit of trouble here. Attempting to mod the shift view a little bit. But not sure where to look to get rid of the information in the bottom right
Image

Includes_MediaFlags.xml, the control is between lines 361-372, the specific label is in line 370:

Code:
<label>$INFO[ListItem.Label]$INFO[ListItem.Property(WatchedEpisodes), (,/]$INFO[ListItem.Property(TotalEpisodes),,)]</label>

I would assume changing it affects other viewtypes as well, "Posters" for sure.