• 1
  • 387
  • 388
  • 389(current)
  • 390
  • 391
  • 759
Release Aeon Nox: SiLVO
(2016-10-15, 20:53)AL8782 Wrote: Hi Mike,

What's the menu bar color value in the image you have posted here. Can't seem to get that exact color.

Thanks
It is FFFF9800 or what flhthemi calls "SiLVO orange" :p and can be manually typed or found in the Material Design color picker palette.
(2016-10-16, 09:28)Mario S. Wrote:
(2016-10-15, 22:37)Glueckstiger Wrote: Hi,
I just activated this Skin on my beebox on Libreelec Kodi Krypton beta3 and now it stucks on the intro video. How can i start kodi with standard skin?

I have the same problem its only with activated intro video without the skin starts normal you must change the line in the settings.xml
Code:
<setting id="Disable.StartupIntro" type="bool">true</setting>
from false to true it deactivated the intro video Wink it is in the \Userdata\addon_data\skin.aeon.nox.silvo folder and restart your beebox !!!
Any chance I can get a debug log (wiki) of this happening so I can ask around about fixing it. I do not like it when default settings cause issues on new installs... Confused
(2016-10-18, 14:49)snyft Wrote: When using repo to install 6.0.1:
ADDON: no available versions of skin.aeon.nox.silvo

If i install using zip will it auto update from the repo later?
Updates are based on version number so yes when a new version is posted and you have the one previous it will auto update.
(2016-10-18, 15:50)Alanon Wrote: @mikesilvo: Just updated to git 6.0.2, and I have some pretty strange behaviour in the showcase view.

First, the cases seem to have bugged-out - they mostly don't appear? They do appear only when I hover over a film, and on some films they are displayed properly? I really couldn't figure out a pattern.

Second, the movie sets always have 6 discs in the box, even when it's, for example a trilogy. The remaining discs are random pickings...

Third, there seems to be an issue with the rolling disc. 99% of the time, when the case opens, there is a stationary image of a random disc already present. Then the real disc rolls in, but is placed under that random disc image? Manually selecting the disc for that film helps, but just until a restart.

I haven't watched a movie in Kodi in a while, so this might be a very old occurence in my setup... I'm using the showcase view with all of the eye candy settings turned on. That means the open case, movieset, brochure and all that enabled. I can remember that a couple of months ago it was alright, though that doesn't say much.

Now, I'm not at all sure this is a skin bug, I'm thinking it might be some kind of cache mess, right? Short of a clean install and re-scrape, is there anything I could do to at least narrow it down a bit?

Cheers!
No idea about the cases not appearing. That is a weird one and I cannot reproduce it on my system. The rest of the issues sound like it is because of an older version of skin.info.service. The script has been updated but the version number was not changed so I have added it to my repo with a higher version number. Install my repo to get the updated version or manually install it from phil65's GitHub.
Reply
(2016-10-15, 20:53)AL8782 Wrote: Hi Mike,

What's the menu bar color value in the image you have posted here. Can't seem to get that exact color.

Thanks

If you need it here is a link to an alphabetically correct list of colors, including Silvo Orange Wink
Reply
Hello,

I'm on the latest windows store version of kodi and of the skin and have been having problems with recently added movies displaying. Some but not all the files display in the recently added section. I had read that this may be due to the date when the file was created but this doesn't seem to be the case. Any help would be greatly appreciated.
Reply
(2016-10-19, 16:35)pinn Wrote: Hello,

I'm on the latest windows store version of kodi and of the skin and have been having problems with recently added movies displaying. Some but not all the files display in the recently added section. I had read that this may be due to the date when the file was created but this doesn't seem to be the case. Any help would be greatly appreciated.
No idea without a debug log (wiki) but recently added can get all screwy if you have been mucking about with your advancedsettings.xml (wiki) file. Try recent movies Widget instead cause that uses Library Data Provider and not the library path.
Reply
6.0.1 failing to install? Any idea why
Reply
Ok got it installed but live tv widget not working since krypton beta 3 update. Is that the skin or the kodi beta 3 causing broblem? Hope it gets fixed as it looked great.
Reply
@mikeSILVO: Is there any chance to get your skin repo in the Kodi 17 distribution?
Reply
(2016-10-19, 21:16)Nathcloud9 Wrote: Ok got it installed but live tv widget not working since krypton beta 3 update. Is that the skin or the kodi beta 3 causing broblem? Hope it gets fixed as it looked great.
Check with your PVR backend. The Live TV widget is working fine for the Demo client.
(2016-10-20, 01:15)HomerJau Wrote: @mikeSILVO: Is there any chance to get your skin repo in the Kodi 17 distribution?
Not sure what you mean Huh My repo is updated for Krypton. If you mean adding it to the Kodi repo then that is never going to happen.
Reply
LiveTV-widget does work in Krypton since the beginning and is is still working with >= Beta3 and latest SiLVO-master

Mike, do you plan to include this commits from AeonNox in your Skin? You merged it, but no code is added to the XMLs
https://github.com/BigNoid/Aeon-Nox/pull/709
https://github.com/BigNoid/Aeon-Nox/pull/710
Note that "PlotOutline" shows the same as Plot in PVRDemoClient, but not on real clients. Some PVR-clients provide PlotOutline, some not. If not, it is not shown.
Philips TV with Kodi 20.2 with IPTV --- Orbsmart 500 Android 21 alpha/beta as Online-radio/TV in the kitchen
Reply
(2016-10-20, 08:08)Solo0815 Wrote: LiveTV-widget does work in Krypton since the beginning and is is still working with >= Beta3 and latest SiLVO-master

Mike, do you plan to include this commits from AeonNox in your Skin? You merged it, but no code is added to the XMLs
https://github.com/BigNoid/Aeon-Nox/pull/709
https://github.com/BigNoid/Aeon-Nox/pull/710
Note that "PlotOutline" shows the same as Plot in PVRDemoClient, but not on real clients. Some PVR-clients provide PlotOutline, some not. If not, it is not shown.

Depends on a few factors but I may do something different. Just because it is in BigNoids skin doesn't mean it will make it to mine especially Live TV stuff. You might see the commit in the Git history but that does not mean it was added. The actual merge commit will contain all that makes it in from the merge.

The changes I have made mean I have to spend the time adding every commit manually line by line. The folder name change (1080i --> 16x9) is the big cause but my changes to PVR were quite drastic so I have to spend the time figuring out what is in all commits and where it fits in my xmls. I like doing it this way though, gives me an opportunity to help, I sometimes post a comment or spot a typo so I get to feel useful every now and then Smile

I prefer having the fork be in as close sync as possible so I know where I left off when merging updates and I also hate seeing "2 commits behind BigNoid:master" Wink
Reply
Do you mind, if I add a PR for these changes? Then you can review it and decide.

Quote:... Just because it is in BigNoids skin doesn't mean it will make it to mine especially Live TV stuff. ...
What is so special on LiveTV, that you don't want to make it better. Huh
And I'm not talking about the PVRDemo client. See Plot/PlotOutline
Philips TV with Kodi 20.2 with IPTV --- Orbsmart 500 Android 21 alpha/beta as Online-radio/TV in the kitchen
Reply
(2016-10-20, 11:26)Solo0815 Wrote: Do you mind, if I add a PR for these changes? Then you can review it and decide.

Quote:... Just because it is in BigNoids skin doesn't mean it will make it to mine especially Live TV stuff. ...
What is so special on LiveTV, that you don't want to make it better. Huh
And I'm not talking about the PVRDemo client. See Plot/PlotOutline

You can PR whatever you'd like Smile

The special part about Live TV is that I need to commit any changes manually and sometimes I prefer to spend time on other things, then there is all the code removed/added/changed so it takes even more time to look it over and add it.

We have had a discussion about Plot/Outline previously and I said that I prefer to get a wider sample of how that is handled by other backends and locations that differ from yours before I changed it. Where does the info in PlotOutline come from? Who provides it? What does it say using WMC in the states? Why does PlotOutline show Episode Name and Year? It doesn't seem to make sense to me to do that when PlotOutline is handled differently in Kodi library. Lots of unanswered questions...

Quote:What is so special on LiveTV, that you don't want to make it better. Huh
Better according to whom Huh

I have an opinion too, which is why I said "I may do something different" Wink
Reply
(2016-10-19, 17:10)mikeSiLVO Wrote:
(2016-10-19, 16:35)pinn Wrote: Hello,

I'm on the latest windows store version of kodi and of the skin and have been having problems with recently added movies displaying. Some but not all the files display in the recently added section. I had read that this may be due to the date when the file was created but this doesn't seem to be the case. Any help would be greatly appreciated.
No idea without a debug log (wiki) but recently added can get all screwy if you have been mucking about with your advancedsettings.xml (wiki) file. Try recent movies Widget instead cause that uses Library Data Provider and not the library path.

I had previously edited the advancedsettings.xml to display more items in recent but deleted that when I had this issues, but to no avail. Also, have tried the widget but it shows the exact same view.Will post a log later. Cheers
Reply
Video 
I'd setup separate menu Movies with widgets and submenu, but it suddenly disappear from menu bar.
What can be a problem?
I see it in settings
Image
Try with remove /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/userdata/addon_data/skin.aeon.nox.silvo/settings.xml but no luck.
Where to dig, before go to last resort and post full debug log ?
Reply
On 6.0.1 while pressing f8(mute) i dont see any icon showing that the audio is muted. Was there in Jarvis version.
Reply
  • 1
  • 387
  • 388
  • 389(current)
  • 390
  • 391
  • 759

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