• 1
  • 315
  • 316
  • 317(current)
  • 318
  • 319
  • 763
Release Aeon Nox: SiLVO
(2016-04-20, 22:59)oldgit9 Wrote:
(2016-04-20, 01:14)mikesilvo164 Wrote:
(2016-04-19, 23:38)oldgit9 Wrote: ***another main menu background question***
how can we set default backgrounds images for each main menu heading via xml?

i have done a quick search on here and some of the answers have come close to what i want...but no juice. and i believe it's an easy fix (hopefully).

i know you can set the custom background images in the system settings. which is an easy fix. but that is not what i want to do. when i go to install my build on different devices (i have too many & it's growing), i want the custom backgrounds images to work off the bat. and i believe that the only way to achieve this, is to edit some xml code and have the images for each menu title in the "backgrounds" folder.

i have been looking through the xml files and i cant find anything that stands out (item id....). not like other skins, where the code for the background images are usually either in the "include_home.xml" or "include_horizontal_home.xml" file. after doing a search, i found some code in the "script-skinshortcuts-include.xml". i have added the following code to the other "item id's" and it worked for perfect for 1 second and then it disappeared.
Code:
<property name="background">/Users/****/Library/Application Support/Kodi/addons/skin.aeon.nox.silvo/backgrounds/default_bg.jpg</property>
<property name="backgroundName">/Users/****/Library/Application Support/Kodi/addons/skin.aeon.nox.silvo/backgrounds/default_bg.jpg</property>

replaced my name with ****

but just like someone else mentioned, when i went back in the "script-skinshortcuts-include.xml", the lines of code that i had entered, has also disappeared. how can we stop this overwriting of the code i've entered, or is there a way we can code the images in another file?

im sorry if this has been asked and answered before. but i've not got the time to read through 316 pages and the search didn't give me any results that helped me. so i had to ask.
This skin is not "build" friendly. The include file you mention is not meant to be user modified. It will always be overridden by the skin shortcuts script.

There is a way to do what you want but it is not user friendly. The skins used for "builds" usually have hardcoded menus which use skin settings and can be modified the way you want.

Since I myself have limited time to answer everyone with how to modify everything to their liking and also I do not like builds so I usually ignore posts involving them, however I will say this and never speak of it again...

You have two options but there is no support for either:
1) Search the thread for "properties" and one of the top 4 or 5 posts will give you some helpful info.
2) Modify the skins default shortcuts. To do that you can use the incredibly detailed documentation for the skin.shortcuts script.

P.S. That is the last post from me on helping with "builds".

thanks Mike for the reply. i honestly wasn't expecting a reply from you, but thanks for taking the time.

im not classing what i want to do as a "build". im classing it as, "skinning a skin" if that makes any sense to you. basically, slightly changing the look of the skin and not it's guts. that's way above my station.

the only reason why am asking about the background image for each menu title, is to make sure that the skin looks the way i want it to look and to save people from selecting the files for each menu title.

i will do the recommended search and read up on the documentation.

thanks again

As of the newly-added FAQ for Skin Shortcuts, the recommended (and only supported) method - unless you want to do the job properly and provide default shortcuts and properties the way that skinners do - is now detailed here: Skin Shortcuts FAQ: Copying menu to another system.
Reply
Photo 
Is there any way I can get the black menu bar to be transparent? I'd like to see as much of the wallpaper as possible. I suspect it's something I can change in home.xml but can't find the line of code I should change.
Image
Am using the most up to date Jarvis build for reference.
Reply
Hi Mike,

Thanks for all your work on this mod, it really makes for the closest thing to a perfect skin I've seen! I was using Aeon MQ as it was the only skin I could find which offered the level of customisation I need but the downside was that it can be overly complex and a little busy. Nox Silvo somehow offers just the right amount of customisation without becoming overbearing and remaining 'clean' looking - very well done.

One weird bug I have noticed and a request if I may:

1) Has anyone else noticed that the script.tv.show.next.aired script randomly fires on the home screen and takes you to a weird TV guide type screen? I've had to uninstall the script on the NUC as it just appears randomly when scrolling around on the home screen. I captured a debug log of when this happened, hopefully it offers a clue.

2) Is there any chance you could add some customisation to the PVR Recorded TV page? I now use Kodi as a total replacement for a cable/satellite box so have now built up a reasonable size recordings library. I find the list only showing 7 items to be a little limiting - would it be possible to add an option for half-height rows thus doubling the number of listed items? Also, could something be done with the dead space on the right hand side of this page? Estuary's use of that space is pretty good, they give quite a lot of programme info when individual episodes are highlighted and nice summary of the folders contents for folders:

Image Image

I've had a stab at some of this, I've managed to double the line count and add dates to the folders but am stuck at trying to port extra info as seen in Estuary, I really want to replicate those 3 side panes!

Image
Reply
H hope I can ask this question.How do I get the disc artwork to work?
Reply
(2016-04-22, 06:49)Robzilla Wrote: H hope I can ask this question.How do I get the disc artwork to work?

Did you install artwork downloader?
Reply
hi hope someone can help.
im looking to change the font in main and sub menu.
could someone tell me which lines i need to change in the font xml.
thanks
Reply
you need to edit the fonts.xml

line 254

Code:
        <font>
            <name>font_MainMenu</name>
            <filename>Earth-Normal.ttf</filename>
            <linespacing>0</linespacing>
            <size>50</size>
        </font>

this is mine as example..
for more info look here ...change fonts
- RaspBerry V3 - Kodi 16.7 - Aeon Nox Silvo - MQ7 mod
- Pioneer VSX-922 - Tannoy Mercury V4/V1/VC/TS-8
Reply
thanks,but that only helps with the main font i need the line number for the sub menu font in the font xml.
Reply
i do believe for submenu this one
Code:
font13_title
- RaspBerry V3 - Kodi 16.7 - Aeon Nox Silvo - MQ7 mod
- Pioneer VSX-922 - Tannoy Mercury V4/V1/VC/TS-8
Reply
thanks tork.
Reply
(2016-04-19, 07:06)mikesilvo164 Wrote:
(2016-04-17, 09:54)reksp13 Wrote: I think I might of asked for this before or maybe I asked in BigNoid's thread. Can you please add an option for "Season Banners" in Show Case view for TV Shows? I had first requested it in warlion's Aeon Nox 4.1.9 MOD and after some testing it was later added. And when Mike_Doc released Aeon Madnox he used it in his skin. This is what it looks like:
And here is the menu option:
If their is a season banner on thetvdb.com or a local file named season01-banner, it displays the banner, if not it defaults to the TV Shows main banner or you can choose an image the same you would choose art for season posters and fanart. Like this:

I really hope you consider adding this to your already great skin. I have spent so much time making Season Banners for TV Shows that were missing them on thetvdb.com and fanart.tv I don't want it to have been a wast of time. If you want, I can send you some of the original files that were modded by "warlion" and "mikebzh44" from 4.1.9 when it was still being tested. Let me know. And thank you in advance for any consideration you might have on this subject.

I added this, it may not work exactly how you want, but it is on Git for testing. Take it for a test-drive and let me know if you see any issues.
Smile

Sorry to take so long to reply. Thank you so much! Works Great! The only thing I noticed was the missing text on the side menu:

Image Image

Other than that perfect.
Image
Reply
Hi all ,
I'm bewildered as to the artwork shown in this post. I have artwork down-loader and all required scripts installed.
I am trying to get the menu to show a DVD spinning when you go to the menu bar on top of Kodi Jarvis 16.1
Also my DVD cases are Red. How do I change this to lets say blue? There is also a view called Logos but nothing other than standard fonts show.
I hope you can help me.
Kind regards,
Reply
I cant seem to install this. I am running OpenELEC Beta Releases (7.0 beta 2) and tried installing both from repository and skin.aeon.nox.silvo-5.8.4-3.0.2 (Jarvis), both of them give me an error saying that it failed to install a dependency. Something before that message is the file that fails, but I cant see what it is. Please advise as I really LOVE this skin ;-)

**Edit

Okay, so I took a video so that I could see why it fails to install, not sure if this is the right place to put this, but it is a dependency that fails, namely "Recordlabel Icons - White" I tried to install it from the kodi repository as well, to no avail. Please help!
Reply
Hi Mike, do you know when we can expect another update for Silvo, and also do you think there will ever be an option on movie sets for all discs to roll in and out of the screen like the single discs do, I use mine on Rightlist and that is perfect for disc art on single film, but when you have a movie collection/set it would be good if all discs showed at the top of the case or rolled in/out like on Shednox I think it was or Madnox

Do you think there will ever be an option for Disc Art on TV shows, I think I remember Shednox or Madnox again having this option, maybe....

Sorry to be a top pain in the Arse buddy !!!
Reply
please delete this post
Reply
  • 1
  • 315
  • 316
  • 317(current)
  • 318
  • 319
  • 763

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