• 1
  • 478
  • 479
  • 480(current)
  • 481
  • 482
  • 759
Release Aeon Nox: SiLVO
Please do not know my advice is not showing me the case in the film.movie library. thank you for your help.
Reply
Hello guys. Want to know if this Mod is running on LibreELEC with Kodi nightly?!
Reply
HI Guys, I've created my own skin using Aeon Box Silvo - I currently have it installed on my PC and Android TV box....and all working great.

Can anyone please advise me how I can make my build touch enabled?...ie when I install my build onto my iPad...I have no way of going back (no back button) or a way to get back to the main menu.

How do I add a back button and a home button?

Thanks in advance
Image
Reply
(2017-08-15, 20:03)flhthemi Wrote: Thing is this happened on a clean install. I removed Kodi 17.3 installed 17.4, your repo and nothing else. The reason being I wanted to make sure nothing was left behind from 17.3 as it also had happened on an update from 17.3 to 17.4. So...uh, I'm stumped. Cuz wouldn't doing this be the same as what you just described above? i.e. A fresh install, your repo and nada....
I do not recall if your debug log (wiki) said you were using 64 bit version of Kodi but, it appears that, for now there is no script.module.pil support for x64 systems. There is no requirement for scritp.toolbox in the skin for exactly this reason. I suggest to disable the addon or use 32bit version if available Smile

No pissing in ponds here Wink
(2017-08-16, 10:08)skewed_stony Wrote: Hi MikeSILVO,

I didnt mean the info while the file is playing. Thats all correct but in the menu "MOVIES" when I show all the movies I have in the database, it will show the aspectratio from the nfo-file. Look I have a screenshot of the movie ARRIVAL for example.
The Title got an aspectration of 2.39:1 in the nfo. It will show only 2.40:1.
Screenshot

Screenshot NFO

I am sorry but why you do not support the Jarvis Version anymore?
I think there are many users already use the jarvis version of kodi.

Thx
The pic you posted shows a playcount of "1" so... IT DOES NOT MATTER WHAT THE NFO SAYS!!! Once played the details of the file read by FFMPEG ovewrite any previous DB values.

I do not know how else to explain this to you Confused

I do not support Jarvis anymore cause it is difficult to remember code changes and requires a lot of time looking over old code to solve issues that have likely been fixed in newer versions.
(2017-08-17, 13:59)tomtomclub Wrote: nice but were can i dow 6.0.9 (Krypton) background pic
Not sure what you mean, please explain in more detail.
(2017-08-17, 23:25)Method007 Wrote: Mike,

This is in my opinion, the best skin ever made as it is definitely the best skin I have ever used since the day I installed XBMC on that big ass x-block. I say this not only because its so true - but because I want you to know that so I hopefully won't offend you when I say-

Is there anyway to make your TV guide look like the TV guide from aeon mq6 krypton mega? I currently switch between your skin and that skin and take a screenshot of the guide for the week.

Here is what it looks like: https://www.dropbox.com/s/ycxq3qr3bh65ik...e.PNG?dl=0

I'm sorry if what I am saying is rude or unethical or wrong or something, and feel free to tell me to shove off. It's just that if I could get your skin's TV guide to look like that TV guide, I would LITERALLY never switch skins again, most likely forever.

Thanks for your time Mike!!!
For the moment I am quite happy with the skin so while I do plan on improving and adding things over time... I have no plans to change this section ATM. Tomorrow, the day after, or the month after that could be a different story though Wink
(2017-08-20, 13:50)Morphy99 Wrote: Hi Mike

I have an issue with your skin where it's not converting and caching progressive images from the posters of movies. Every time I reboot my rpi 3 running Openelec 7.0.1 I get a slight freeze when scrolling to TV shows menu item and Movies menu item. I think this is related to this in the log which will only occur once until reboot or maybe an extended period of time:
Code:
COMXImageFile::GetCodingType progressive images not supported by decoder
As discussed here it seems to be an issue where the cache isn't working as expected. I've tried this on Confluence and the widget posters appear to cache ok.
It's not a massive deal but it detracts slightly from the overall awesome flow of this skin which is a shame.
This is not a skin issue. Posters are user selected and have no bearing on the skin or its textures.
(2017-08-22, 18:47)Solo0815 Wrote: Hi Mike,

as you are working on the skin (Mini-FS-info), here is code for a NextUp-Notification in Live-TV
It appears 1m20s before the next show starts. You can close the dialog with left/right.
https://pastebin.com/c6m0VrfR
save it as custom_1135_PVRNextUp.xml, no editing of other files necessary.

Didn't add a button to disable it. Wasn't sure about it, because there are soooo many buttons Wink

It is a small version of the NextUp Notification with SH-support I added in the other thread.

BTW: Do you plan to add artwork support for streams via SH? Amazon, Netflix etc.
If yes I have some working code
I do not think I will add this now but if users install and it works for them on multiple backends and systems, I'll consider adding. Hope that is OK with you.

No. I plan to add as little support for skin.helper as I can...
(2017-08-25, 13:33)micka59496 Wrote: Hello everyone,

Can someone help me with the logo view in the tvshow ? I''ve tried a new view for my tvshow : the logo one, but impossible to get any logo on screen, just the name of the show written in white. I've tried a lot of things: install script, artwork downloader etc... with no luck.
Can someone tell me if I've missed something ?


Thanks for your help.

Mickael.
You need to use artwork downloader to add logos to your library items but that script is having api issues so you would need to add your own using the instructions given in the last few pages or so.
(2017-08-25, 15:38)GTunney Wrote: Hi Mike,

I'm running 6.0.9 from the repo and was wondering if any changes have been made to the submenu?

I'm sure on older versions when on the main menu and pressed down it used to go to the submenu item directly below the main menu.

Now it seems to go to the first item in the submenu on the far left.

Thanks,
Gtunney
I have not touched this code in awhile but if you focus on an item it remembers your last position regardless if switching to a different library item.

Example is on restart the third item is selected on down but if you move that to the first or any other then all other main meni items will be on the same previously selected submenu item until you refocus or restart Kodi.
(2017-08-25, 18:51)Xero Wrote: Hey Guys, I don't know if this has been asked before, I tried searching through the forum but no luck. How do you get the metacritic and rotten tomato ratings to show up in the video info screen? All I get is the IMDB rating.
That is handled by script.skin.helper.service and it now requires a personal api key to ThemovieDB and OMdb to function correctly. Please visit the skin.helper thread and read the last 5-10 pages or so for more info.
(2017-08-26, 23:34)andel61 Wrote: Please do not know my advice is not showing me the case in the film.movie library. thank you for your help.
I am not 100% sure what the issue is but cases are determined by resolution so if you are using ISO files or some crappy banned addon (wiki) you will not have cases until the item is played.
(2017-08-27, 18:21)bergi_37 Wrote: Hello guys. Want to know if this Mod is running on LibreELEC with Kodi nightly?!
Need to use master branch from Git if using Kodi v18 - Leia.
(2017-08-28, 17:24)ady199 Wrote: HI Guys, I've created my own skin using Aeon Box Silvo - I currently have it installed on my PC and Android TV box....and all working great.

Can anyone please advise me how I can make my build touch enabled?...ie when I install my build onto my iPad...I have no way of going back (no back button) or a way to get back to the main menu.

How do I add a back button and a home button?

Thanks in advance
Please do not make builds. I do not give permission to modify the skin and include banned addons (wiki) for personal use or to distribute to others.
Reply
Is it possible to add a stand alone app to the menu bar for a single click shortcut, such as we can do with kodi video addons
Reply
Hi Mike,

Thanks for the answer :
You need to use artwork downloader to add logos to your library items but that script is having api issues so you would need to add your own using the instructions given in the last few pages or so.

Already tryed to use artwork downloader, but it doesn't work. Read a lots of previous pages to find an answer, but no luck. Do you have the instructions to had the logos ?

Thanks.
Reply
(2017-08-29, 04:48)mikeSiLVO Wrote:
(2017-08-15, 20:03)flhthemi Wrote: Thing is this happened on a clean install. I removed Kodi 17.3 installed 17.4, your repo and nothing else. The reason being I wanted to make sure nothing was left behind from 17.3 as it also had happened on an update from 17.3 to 17.4. So...uh, I'm stumped. Cuz wouldn't doing this be the same as what you just described above? i.e. A fresh install, your repo and nada....
I do not recall if your debug log (wiki) said you were using 64 bit version of Kodi but, it appears that, for now there is no script.module.pil support for x64 systems. There is no requirement for scritp.toolbox in the skin for exactly this reason. I suggest to disable the addon or use 32bit version if available Smile

No pissing in ponds here Wink

Nah...it's Android ArmV7a 32 bit..and yup I just uninstalled it.
Reply
Hi,

Found this article to add your api keys. Use it if you have logos or anything else, not downloaded when you want to get artwork etc... from artwork downloader

https://forum.kodi.tv/showthread.php?tid...pid2622487
Reply
Hi mikeSilvo,

what do you mean? What have I use to do:

Code:
bergi_37 Wrote:  
    Hello guys. Want to know if this Mod is running on LibreELEC with Kodi nightly?!

Need to use master branch from Git if using Kodi v18 - Leia.
Reply
(2017-08-29, 04:48)mikeSiLVO Wrote:
(2017-08-22, 18:47)Solo0815 Wrote: Hi Mike,

as you are working on the skin (Mini-FS-info), here is code for a NextUp-Notification in Live-TV
It appears 1m20s before the next show starts. You can close the dialog with left/right.
https://pastebin.com/c6m0VrfR
save it as custom_1135_PVRNextUp.xml, no editing of other files necessary.

Didn't add a button to disable it. Wasn't sure about it, because there are soooo many buttons Wink

It is a small version of the NextUp Notification with SH-support I added in the other thread.

BTW: Do you plan to add artwork support for streams via SH? Amazon, Netflix etc.
If yes I have some working code
I do not think I will add this now but if users install and it works for them on multiple backends and systems, I'll consider adding. Hope that is OK with you.

No. I plan to add as little support for skin.helper as I can...
All changes I suggest here are running on my system at least 2 weeks on everyday use.
The NextUp notification is OS _and_ PVR-backend independent. But I appreciate your concern to not add it. As always, I only want to improve the skin (PVR-section) Wink
BTW: The code I used is mostly from Madnox

SkinHelper: I added ClearArt SHS-support for Streams just to make the look even to the look of films/series from the library

You can cherry pick any change you want from the files in the other thread if you want to Cool
Philips TV with Kodi 20.2 with IPTV --- Orbsmart 500 Android 21 alpha/beta as Online-radio/TV in the kitchen
Reply
(2017-08-29, 04:48)mikeSiLVO Wrote:
(2017-08-25, 18:51)Xero Wrote: Hey Guys, I don't know if this has been asked before, I tried searching through the forum but no luck. How do you get the metacritic and rotten tomato ratings to show up in the video info screen? All I get is the IMDB rating.
That is handled by script.skin.helper.service and it now requires a personal api key to ThemovieDB and OMdb to function correctly. Please visit the skin.helper thread and read the last 5-10 pages or so for more info.

Thanks for the response Mike. I have personal API keys for all of the free services (including TheMovieDB), but since OMDB started charging, I did not sign up for that one. Thanks for clarifying.
Reply
Reply
Mike can you ask manfeed if you can use his music lyric visualisation in you skin?

Sent from my D6603
Reply
(2017-08-29, 07:04)wtw454 Wrote: Is it possible to add a stand alone app to the menu bar for a single click shortcut, such as we can do with kodi video addons
Should be but will need more info to help.
(2017-08-29, 17:23)micka59496 Wrote: Hi,

Found this article to add your api keys. Use it if you have logos or anything else, not downloaded when you want to get artwork etc... from artwork downloader

https://forum.kodi.tv/showthread.php?tid...pid2622487
Thanks for sharing that you found what I told you to look for Smile

I did know it was possible but thanks for confirming Wink
(2017-08-29, 20:25)bergi_37 Wrote: Hi mikeSilvo,

what do you mean? What have I use to do:
Read the FAQ in the second post of this thread. The Leia version of the skin is available to only those that, at the very least, can install said version manually. Leia is Pre-Alpha software and if you cannot install the proper skin version then you cannot help team Kodi with bugs and should not be installing early versions of software that you do not have the ability to help solve issues with.
(2017-08-30, 18:23)KHALIFA_ALGADY Wrote: Hi,
I'm new here and I really like this skin, I have a question please, how can I get the main menu to look like this in the original post?

Thanks in advance!
Skin settings > Main menu > Aeon Nox main menu layout > Icons.
Skin settings > color customizer > General > Theme > FFFF9800
Skin settings > color customizer > Home window > Focused > FFFFFFFF
Skin settings > color customizer > Home window > Unfocused > FF000000
Skin settings > color customizer > Home window > System Bars> FF000000

Then you can change or alter whatever you want. It is limited only by your imagination Wink
(2017-09-01, 21:26)1jester Wrote: Mike can you ask manfeed if you can use his music lyric visualisation in you skin?
Has already been added for many months now. Only need to activate lyrics to see them Wink
Reply
How do I change thumbnails? Thank you in advance!


Sent from my iPhone
Reply
  • 1
  • 478
  • 479
  • 480(current)
  • 481
  • 482
  • 759

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