• 1
  • 416
  • 417
  • 418(current)
  • 419
  • 420
  • 759
Release Aeon Nox: SiLVO
(2017-02-02, 22:29)jimbonice Wrote: In Jarvis, on the stock Aeon Nox 5, when I pressed "O" it brought up the video, audio & system info, as well as the amount I had buffered ahead. With Krypton, is the "buffering ahead" no longer an option, as I can't see that anymore. It seems like I've only got have the codec info.

Sent from my SM-N900W8 (typie typie)
I discovered that if I pressed control, shift , O, it brings up the caching.

Sent from my SM-N900W8
Reply
Hi..first of all..THANKS for your hard job...

In my opinion this is the best skin for kodi...i wonder if it is possible to update the skin in the repo including the last DialogSeekBar.xml file....
Reply
Still busy with my move but it looks like Krypton went final so time to post the latest to SiLVO repo and first post download.

You can check the news area in the info screen of the skin using the addon browser for a list of some of the new stuff. I have not had time to incorporate manfeeds music lyrics so that will come at a later time...

Enjoy Cool
Reply
Nice! Still time until 17.1 comes out ...

There are a few PRs left and I'm waiting for a response of BigNoid on this. Maybe he is busy too Wink

Are you interested in changes to variables.xml for webradio together with skinhelper service? This adds Artist- and Titles for webradio streams to MusicInfo.

There are pics of TV-section missing in the first post Angel
Philips TV with Kodi 20.2 with IPTV --- Orbsmart 500 Android 21 alpha/beta as Online-radio/TV in the kitchen
Reply
Awesome that this skin are still being updated. Thanks for the hard work. Can you please update the changelog file? I love to keep track of what's happening and changing Tongue Thanks again!
FANART.TV
The best source of high quality fan supplied artwork for your media collection.
Reply
wondering if anyone can help or have any suggestions im using a firstick with 6.0.3 (Krypton) build on it , when i try to disable some parts of the main menu i cant as i dont see an option to disable at all not like in the original version of Aeon nox , it does look like when on the screen to configure main menu items that you could scroll a little bit further down the page as i'm using the remote for the firestick i cant do , so im stuck with Pictures - Music on the main horizontal menu bar where i would like then not to show up at all ..

i suppose i could reconfigure them to do something else and label them, but i would prefer them disabled and not show on the main menu

any help appreciated thankyou
Reply
(2017-02-04, 02:44)no-spam Wrote: wondering if anyone can help or have any suggestions im using a firstick with 6.0.3 (Krypton) build on it , when i try to disable some parts of the main menu i cant as i dont see an option to disable at all not like in the original version of Aeon nox , it does look like when on the screen to configure main menu items that you could scroll a little bit further down the page as i'm using the remote for the firestick i cant do , so im stuck with Pictures - Music on the main horizontal menu bar where i would like then not to show up at all ..

i suppose i could reconfigure them to do something else and label them, but i would prefer them disabled and not show on the main menu

any help appreciated thankyou

Select the main menu item you want to modify/disable/move, etc. Bring up the "Context" menu ("C" key on PC, not sure on Firestick).
Matrix 19.x (LE), Aeon Nox SiLVO, NUC8i5BEK (i5-8259U, Intel Iris Plus Graphics 655, 16 GB ram, 128 GB M.2 SSD)
Samsung F6300 46" LED LCD TV, SMSL Q5 Pro amplifier, Pioneer HPM-100 speakers
Synology DS215j NAS fileserver (WD Gold 10TB x 2)
Reply
Should be a long press on OK. I don't have a Firestick 2 :~
Philips TV with Kodi 20.2 with IPTV --- Orbsmart 500 Android 21 alpha/beta as Online-radio/TV in the kitchen
Reply
(2017-02-04, 02:56)whysoserious Wrote:
(2017-02-04, 02:44)no-spam Wrote: wondering if anyone can help or have any suggestions im using a firstick with 6.0.3 (Krypton) build on it , when i try to disable some parts of the main menu i cant as i dont see an option to disable at all not like in the original version of Aeon nox , it does look like when on the screen to configure main menu items that you could scroll a little bit further down the page as i'm using the remote for the firestick i cant do , so im stuck with Pictures - Music on the main horizontal menu bar where i would like then not to show up at all ..

i suppose i could reconfigure them to do something else and label them, but i would prefer them disabled and not show on the main menu

any help appreciated thankyou

Select the main menu item you want to modify/disable/move, etc. Bring up the "Context" menu ("C" key on PC, not sure on Firestick).


finally worked it out by mistake i had to keep my finger on the select button and then a separate popup menu appears with option to delete or disable and move etc etc

thanks for the reply though
Reply
(2017-02-03, 19:27)mikeSiLVO Wrote: Still busy with my move but it looks like Krypton went final so time to post the latest to SiLVO repo and first post download.

You can check the news area in the info screen of the skin using the addon browser for a list of some of the new stuff. I have not had time to incorporate manfeeds music lyrics so that will come at a later time...

Enjoy Cool


I am still using jarvis..exactly the FTMC version...i was wondering if it could be possible to update the repo for the jarvis version ...

Thanks for all.....
Reply
FYI.

I have the latest beta of LibreELEC, which now includes Kodi 17 final.

I then installed the latest SiLVO from the repo (6.0.3). Upon reboot, the slick animated intro movie plays, but then Kodi hangs/freezes. I traced the problem to two things, it seems, at least for me:

1) the settings !Skin.HasSetting(Disable.StartupIntro) does not seem to matter. I think SiLVO's default is Disable, but the animation plays anyway. Toggling back and forth and rebooting does not seem to matter.

2) the following settings in 16x9/Startup.xml:
Quote: <!-- Intro -->
<onload condition="!Skin.HasSetting(Disable.StartupIntro)">AlarmClock(Play Intro,PlayMedia(special://skin/extras/intro.mp4,1),00:01,silent)</onload>
<onload condition="Skin.HasSetting(Disable.StartupIntro)">ReplaceWindow($INFO[System.StartupWindow])</onload>
<onunload condition="!Skin.HasSetting(Disable.StartupIntro)">PlayerControl(Stop)</onunload>
<defaultcontrol condition="!Skin.HasSetting(Disable.StartupIntro)">10</defaultcontrol>

Below, I commented out the first line to get the intro to skip. At this point, the skin will load the main menu, albeit after a 10 second pause:
Quote:
<!-- Intro -->
<!--
<onload condition="!Skin.HasSetting(Disable.StartupIntro)">AlarmClock(Play Intro,PlayMedia(special://skin/extras/intro.mp4,1),00:01,silent)</onload>
-->
<onload condition="Skin.HasSetting(Disable.StartupIntro)">ReplaceWindow($INFO[System.StartupWindow])</onload>
<onunload condition="!Skin.HasSetting(Disable.StartupIntro)">PlayerControl(Stop)</onunload>
<defaultcontrol condition="!Skin.HasSetting(Disable.StartupIntro)">10</defaultcontrol>
Not sure if a change in SiLVO tickled this, or a change in Kodi. Just thought people would want to know, in case my situation is not unique. This is a great skin and I'll keep using it regardless. Glad there was a workaround...
Reply
(2017-02-04, 21:11)MasterYous Wrote: FYI.

I have the latest beta of LibreELEC, which now includes Kodi 17 final.

I then installed the latest SiLVO from the repo (6.0.3). Upon reboot, the slick animated intro movie plays, but then Kodi hangs/freezes. I traced the problem to two things, it seems, at least for me:

1) the settings !Skin.HasSetting(Disable.StartupIntro) does not seem to matter. I think SiLVO's default is Disable, but the animation plays anyway. Toggling back and forth and rebooting does not seem to matter.

2) the following settings in 16x9/Startup.xml:
Quote: <!-- Intro -->
<onload condition="!Skin.HasSetting(Disable.StartupIntro)">AlarmClock(Play Intro,PlayMedia(special://skin/extras/intro.mp4,1),00:01,silent)</onload>
<onload condition="Skin.HasSetting(Disable.StartupIntro)">ReplaceWindow($INFO[System.StartupWindow])</onload>
<onunload condition="!Skin.HasSetting(Disable.StartupIntro)">PlayerControl(Stop)</onunload>
<defaultcontrol condition="!Skin.HasSetting(Disable.StartupIntro)">10</defaultcontrol>

Below, I commented out the first line to get the intro to skip. At this point, the skin will load the main menu, albeit after a 10 second pause:
Quote:
<!-- Intro -->
<!--
<onload condition="!Skin.HasSetting(Disable.StartupIntro)">AlarmClock(Play Intro,PlayMedia(special://skin/extras/intro.mp4,1),00:01,silent)</onload>
-->
<onload condition="Skin.HasSetting(Disable.StartupIntro)">ReplaceWindow($INFO[System.StartupWindow])</onload>
<onunload condition="!Skin.HasSetting(Disable.StartupIntro)">PlayerControl(Stop)</onunload>
<defaultcontrol condition="!Skin.HasSetting(Disable.StartupIntro)">10</defaultcontrol>
Not sure if a change in SiLVO tickled this, or a change in Kodi. Just thought people would want to know, in case my situation is not unique. This is a great skin and I'll keep using it regardless. Glad there was a workaround...

I had the same hang/freeze at the splash screen, I removed the guisettings.xml to boot the default screen but I haven't had time to dig into the logs yet. So it doesn't seem like an isolated incident
Reply
So we should not update to the latest version of LibreELEC? Just got the "update available" from LibreELEC, but I don't want to update it if it makes it all freeze Wink
FANART.TV
The best source of high quality fan supplied artwork for your media collection.
Reply
Thanks for the feedback.

After messing with it some more, you can do one of two things, until the issue is resolved:

1) you can literally UNSELECT the "Disable Intro" option under the "Extras" section of the Skin Settings. I know this sounds backwards, but this will kill both the splash screen and the intro video, and you'll go straight to the main menu. This is the option I'm now using. If you're frozen up, log in and edit SkinSettings.xml and flip the selected state of that option.

2) you can edit Startup.xml surgically and comment out the video startup condition.

I can't find anything in the logs but I'm only just getting started with it so maybe I'll see something.

Cheers.

** EDIT **
Ok I lied. The state of the "disable intro" toggle in settings appears to be somewhat inconsistent. You CANNOT ALWAYS rely on the SkinSettings.xml to get you unfrozen, if you flip things there. So, if you get frozen, you comment out the correct line in the Startup.xml file and reboot. This then lets you proceed the next time. You may have to click to see the main menu after a black screen, but it works. Once I got back into my main menu, I can flip the state of Disable Intro (regardless of what it was set to). Upon reboot, Kodi starts up ok. At this point, I can uncomment out the Startup.xml video and it won't play any more. It's almost as if something is cached there with respect to the state of that option AND the video, if it plays, causes a hang.

This sounds totally confusing I'm sure, but that is what is happening. Smile
Reply
(2017-02-05, 13:30)zorensen Wrote: So we should not update to the latest version of LibreELEC? Just got the "update available" from LibreELEC, but I don't want to update it if it makes it all freeze Wink

The latest LE will update Kodi to v17 final. But, I started with a fresh install and restored just my backed up /storage/.kodi folder. If you upgrade in place on top of a working install, it's possible you may see the hang and it's possible you'll be ok. If you're not comfortable executing the above workaround to "unstick" yourself, yeah, hold off.
Reply
  • 1
  • 416
  • 417
  • 418(current)
  • 419
  • 420
  • 759

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