• 1
  • 26
  • 27
  • 28(current)
  • 29
  • 30
  • 770
Release Aeon Nox: SiLVO
(2015-01-25, 00:57)Edworld Wrote: Mike:

Another question. Installed the themes: red and orange.

When I switch to red and use extendedinfo (Steve's mod that you implemented) the hard disk icon that indicates that the movie is in my library is also shown in red, instead of limegreen which is the default. This does not happen with orange and the default color.

Any idea what I need to change in the extendedinfo scripts so it always use the theme color?

thanks

I don't know offhand but I will look at the code. I don't think that should be a problem solving though. Not sure till I take a peek... I will test some things out and get back to you tomorrow.
Reply
(2015-01-25, 01:03)mikesilvo164 Wrote:
(2015-01-25, 00:57)Edworld Wrote: Mike:

Another question. Installed the themes: red and orange.

When I switch to red and use extendedinfo (Steve's mod that you implemented) the hard disk icon that indicates that the movie is in my library is also shown in red, instead of limegreen which is the default. This does not happen with orange and the default color.

Any idea what I need to change in the extendedinfo scripts so it always use the theme color?

thanks

I don't know offhand but I will look at the code. I don't think that should be a problem solving though. Not sure till I take a peek... I will test some things out and get back to you tomorrow.

Thamks
Reply
Mike:

There is a bug in BigList view. Under tvshows. If you select this view for episodes the HD/SD toggle doesn't work, and the HD/SD label is on top of the "watched" indicator
Reply
Hello Mike,

How about to put warner306 new mod Movie Set Disc Art - LowList - Nox 5 in your modded skin?

Or is this to much work?

I think it looks great.
Reply
(2015-01-25, 06:19)Edworld Wrote: Mike:

There is a bug in BigList view. Under tvshows. If you select this view for episodes the HD/SD toggle doesn't work, and the HD/SD label is on top of the "watched" indicator

Should be fixed now, thanks.
Reply
(2015-01-25, 01:07)Edworld Wrote: Mike:

Another question. Installed the themes: red and orange.

When I switch to red and use extendedinfo (Steve's mod that you implemented) the hard disk icon that indicates that the movie is in my library is also shown in red, instead of limegreen which is the default. This does not happen with orange and the default color.

Any idea what I need to change in the extendedinfo scripts so it always use the theme color?

thanks

Try these files out. Let me know how they work.
Reply
(2015-01-25, 14:26)Pienoet Wrote: Hello Mike,

How about to put warner306 new mod Movie Set Disc Art - LowList - Nox 5 in your modded skin?

Or is this to much work?

I think it looks great.

I don't think it is necessary to add that since it is a single file mod so if you like it just overwrite my file with his and you're good to go.
Reply
(2015-01-25, 19:19)mikesilvo164 Wrote:
(2015-01-25, 01:07)Edworld Wrote: Mike:

Another question. Installed the themes: red and orange.

When I switch to red and use extendedinfo (Steve's mod that you implemented) the hard disk icon that indicates that the movie is in my library is also shown in red, instead of limegreen which is the default. This does not happen with orange and the default color.

Any idea what I need to change in the extendedinfo scripts so it always use the theme color?

thanks

Try these files out. Let me know how they work.

Perfect!

There is another bug that comes and goes and I'm not able to reproduce, it just happens. Biginfo view, IMDB label disappears. If I use this view on playlists the label is always their but not consistently in movies.

Different subject: I'm trying to learn how to modify xml files. I've read notepad ++ but not sure if I downloaded the right version and how to set it up. Google doesn't seem to help, are you aware of any post that I can read. Specifically when I add lines in notepad ++ it aligns perfectly but when I open the file in explorer I can see that the added line is misaligned to the right and if I use the skin, I get a black screen.

Thanks again for all your help and patience!
Reply
(2015-01-25, 19:30)mikesilvo164 Wrote:
(2015-01-25, 14:26)Pienoet Wrote: Hello Mike,

How about to put warner306 new mod Movie Set Disc Art - LowList - Nox 5 in your modded skin?

Or is this to much work?

I think it looks great.

I don't think it is necessary to add that since it is a single file mod so if you like it just overwrite my file with his and you're good to go.

Ok Thanks!
Reply
(2015-01-25, 19:38)Edworld Wrote: Perfect!

There is another bug that comes and goes and I'm not able to reproduce, it just happens. Biginfo view, IMDB label disappears. If I use this view on playlists the label is always their but not consistently in movies.

Different subject: I'm trying to learn how to modify xml files. I've read notepad ++ but not sure if I downloaded the right version and how to set it up. Google doesn't seem to help, are you aware of any post that I can read. Specifically when I add lines in notepad ++ it aligns perfectly but when I open the file in explorer I can see that the added line is misaligned to the right and if I use the skin, I get a black screen.

Thanks again for all your help and patience!

I will look into the imdb label... As for notepad++ it is just a text editor that reads the syntax and can display sections color coded to make it more human readable. There actually is no reason for alignment since that is only for clean looking code that again makes it easier to read. The most common mistake is when having an opening control you must have a close control so whenever I add something I start with an open and close tag then fill in between. A handy thing to add is xmltools in the plugin manager for notepadd++. It has two handy functions a syntax checker to let you know there is a problem and if you want to type quickly and not deal with alignment you can go to the xmltools menu and click pretty print (text indent) or something like that and it will indent everything automatically for you.
Reply
Mike:

I got another question:

I'm a big fan of IMDB and show case view has a rating section that shows: 8.7 (221,626 votes) / Top 250 #26

I've noticed that there is quiet a few views that have: 1946 - 8.7 (221,626 votes) - 130 minutes, I'm assuming that this is a preset label that is used in a lot of views

What I'm trying to do is something like this: 1946 - 8.7 (221,626 votes) / Top 250 #26 - 130 minutes



Can you guide on what I need to change to accomplish this? I opened several view xml files trying to find the label with no luck

Thanks
Reply
(2015-01-26, 00:16)Edworld Wrote: Mike:

I got another question:

I'm a big fan of IMDB and show case view has a rating section that shows: 8.7 (221,626 votes) / Top 250 #26

I've noticed that there is quiet a few views that have: 1946 - 8.7 (221,626 votes) - 130 minutes, I'm assuming that this is a preset label that is used in a lot of views

What I'm trying to do is something like this: 1946 - 8.7 (221,626 votes) / Top 250 #26 - 130 minutes



Can you guide on what I need to change to accomplish this? I opened several view xml files trying to find the label with no luck

Thanks

That is controlled by the variable FloorSubLabelVar in variables.xml line 337
Reply
Thanks Again
Reply
(2015-01-24, 17:44)Mario S. Wrote: For Warez

alternative link zippyshare(unzip and copy textures.xbt,red.xbt,orange.xbt in to "skin.aeon.nox.silvo\media")
http://www34.zippyshare.com/v/eUH9fADw/file.html


I'm not seeing this. I downloaded the textures.xbt, red.xbt, and orange.xbt from the zippyshare link, uploaded them to the /addons/skin.aeon.nox.silvo/media folder, and restarted Kodi. I still see the standard coloured flags though...?
- Amazon FireTV Stick 4K running latest stable Kodi version
- Sony Bravia XBR-x900h Android TV running latest stable Kodi version
- Skin: Aeon Nox: SiLVO
Reply
(2015-01-26, 03:34)canadave Wrote:
(2015-01-24, 17:44)Mario S. Wrote: For Warez

alternative link zippyshare(unzip and copy textures.xbt,red.xbt,orange.xbt in to "skin.aeon.nox.silvo\media")
http://www34.zippyshare.com/v/eUH9fADw/file.html


I'm not seeing this. I downloaded the textures.xbt, red.xbt, and orange.xbt from the zippyshare link, uploaded them to the /addons/skin.aeon.nox.silvo/media folder, and restarted Kodi. I still see the standard coloured flags though...?

You can copy both of them to your nox5 media folder. Then choose the theme for use.
Image

Image
Reply
  • 1
  • 26
  • 27
  • 28(current)
  • 29
  • 30
  • 770

Logout Mark Read Team Forum Stats Members Help
Aeon Nox: SiLVO55