• 1
  • 519
  • 520
  • 521(current)
  • 522
  • 523
  • 759
Release Aeon Nox: SiLVO
Hello @SkinBase

(2018-08-06, 06:28)SkinBase Wrote: skin starts the first time with the view deep and a menu item.

Maybe google translate got it wrong, but I am not quite sure what you want displayed. Are you able to post an image?
My Signature
Links to : Official:Forum rules (wiki) | Official:Forum rules/Banned add-ons (wiki) | Debug Log (wiki)
Links to : HOW-TO:Create Music Library (wiki) | HOW-TO:Create_Video_Library (wiki)  ||  Artwork (wiki) | Basic controls (wiki) | Import-export library (wiki) | Movie sets (wiki) | Movie universe (wiki) | NFO files (wiki) | Quick start guide (wiki)
Reply
Google Translate is always bad at translating I can not speak English at all. I'll try to explain it again. Only instalation starts the skin with the main menu 5 points and in the middle. But I would like to start the Skin with main menu below and just a menu item.
Reply
Image
Reply
Ok, I understand.

To lower the menu to the bottom of the screen go to Settings > Interface > Configure Skin... > Main Menu then adjust the Aeon Nox main menu horizontal position to low

To remove all the menu items and leave only one, go to Settings > Interface > Configure Skin... > Main Menu then select Setup the Aeon Nox main menu. In that screen, highlight the menu item in the left panel, then select Disable in the right panel.
My Signature
Links to : Official:Forum rules (wiki) | Official:Forum rules/Banned add-ons (wiki) | Debug Log (wiki)
Links to : HOW-TO:Create Music Library (wiki) | HOW-TO:Create_Video_Library (wiki)  ||  Artwork (wiki) | Basic controls (wiki) | Import-export library (wiki) | Movie sets (wiki) | Movie universe (wiki) | NFO files (wiki) | Quick start guide (wiki)
Reply
(2018-07-29, 16:52)jonomite Wrote: Greetings,

I am using Aeon Nox Silvo on Kodi 17, and am using Emby for Kodi. The latest version of the skin produces an error whenever I stop playback of a movie. I get an error message that displays "invalid URL: internal server error." I initially thought this was an issue with the Emby for Kodi addon, but after some troubleshooting with the developer, it appears that it is indeed unique to this skin - I don't receive the error in other Kodi skins.

Any thoughts as to what might be producing this error and how to fix it? Thanks!
Not really. My skin doesn't do anything when you press stop. Can you please point me to these troubleshooting discussions with the developer and a debug log (wiki)? Thanks.

(2018-08-03, 08:58)Solo0815 Wrote: @mikeSiLVO:
I have some improvements for the Leia-version (master) of your mod:
1.You can replace the complete ~480 "lines of "ItemDurationVar" in Variables.xml with this code:
xml:
<variable name="ItemDurationVar">
<value condition="Integer.IsEqual(ListItem.Duration(mins),60) | Integer.IsEqual(ListItem.Duration(mins),120) | Integer.IsEqual(ListItem.Duration(mins),180) | Integer.IsEqual(ListItem.Duration(mins),240) | Integer.IsEqual(ListItem.Duration(mins),300) | Integer.IsEqual(ListItem.Duration(mins),360) | Integer.IsEqual(ListItem.Duration(mins),420)">$INFO[ListItem.Duration(hours),,h]</value>
<value condition="Integer.IsLess(ListItem.Duration(mins),60)">$INFO[ListItem.Duration(m),,m]</value>
<value>$INFO[ListItem.Duration(h),,h]$INFO[ListItem.Duration(m),,m]</value>
</variable>
--> 480 lines less Wink

2. here are the files for the new GameOSD for RetroPlayer:
https://ufile.io/p6xuy
The videofilter, stretch and rotation windows are ugly, but working. You know your code better than me, maybe you can improve them. There are also 3 or 4 new buttons, "focused" only atm. Don't know, if you want unfocused also or if you want to change the look of GameOSD.
I haven't included the Includes.xml file. Make sure, you are inlcuding the file IncludesGames.xml
Nice job on the VAR! I hadn't had a chance to look into the new Duration options for Leia yet. I added it locally and it will be in the next update to Git.

It will be a little bit for the GameOSD stuff while I try to find some time to work on adding it but I will have it ready by the time Leia goes RC1.

Thanks Big Grin

(2018-08-03, 23:25)nhsman Wrote: I experience the same. I tested with Grid and Estuary and the trailer on Youtube works fine on them. It looks like skin related issue. Mike, can you please have another look.
Thank you.
I just checked this issue out again and it seems the problem may be in my overriding onclicks that no longer seem to work in Leia so I copied what Estuary does and changed the button to use default Kodi behavior and added a second button for Trailer search using Extended Info. Will be available on GitHub to test.

(2018-08-04, 18:52)smw6230 Wrote: Anyone know how to remedy this Leia issue.

I'm close to making the jump from Krypton to Leia but one thing that bugs me about Leia is the info layout.

On Krypton the info layout was tight & compact. If you wanted to see all of the info you clicked on the appropriate box and the full info would be displayed.

Here:

On Krypton on the main screen I have 10 boxes of information that I can look at before I need to move the cursor.

On Leia the layout isn't compact at all and takes up/wastes screen space.

Here:

See, IMO there is just a whole lot of wasted real estate there as none of those sections need to occupy an entire line. The end result is you have to scroll more to see basic information.

Thus my question, how would I go about changing the DialogVideoInfo in Leia, to match the one in Krypton, so that the info layout matches the cleaner more streamlined layout of Krypton.
I tried to swap out the files and it partly works but I lose the background image (among other things).

FWIW, I searched the thread and I didn't see where the issue was addressed.
It's not really an issue cause I changed the way it looks but I will add an option to show the 10 items like it did previously.

(2018-08-05, 17:32)idro Wrote: Hello,

I don't understand in ths skin how to change the menu bar titles like System, App, Film, Power, etc. from words only to both words and icons
Skin settings --> Aeon Nox main menu layout --> Icons
Image
Then make sure Hide menu labels is not enabled.
Image



@SkinBase If i am understanding you correclty you are modifying the skin and want it to default to low menu and one menu item. You figured out the low menu but now want the one menu item as well.

If I have that correct then the <onload> would be Skin.SetString(MainMenu.Layout,1)
Reply
Yes exactly Mike I want that when the skin is installed exactly with this setting starts. Low and 1 item.
Reply
Image
Reply
I think I got it. Thank you. For my mods on Silvo Skin it is better with this setting to install the skin.
Reply
(2018-08-06, 08:04)mikeSiLVO Wrote:
(2018-07-29, 16:52)jonomite Wrote: Greetings,

I am using Aeon Nox Silvo on Kodi 17, and am using Emby for Kodi. The latest version of the skin produces an error whenever I stop playback of a movie. I get an error message that displays "invalid URL: internal server error." I initially thought this was an issue with the Emby for Kodi addon, but after some troubleshooting with the developer, it appears that it is indeed unique to this skin - I don't receive the error in other Kodi skins.

Any thoughts as to what might be producing this error and how to fix it? Thanks!
Not really. My skin doesn't do anything when you press stop. Can you please point me to these troubleshooting discussions with the developer and a debug log (wiki)? Thanks.
(2018-08-03, 08:58)Solo0815 Wrote: @mikeSiLVO:
I have some improvements for the Leia-version (master) of your mod:
1.You can replace the complete ~480 "lines of "ItemDurationVar" in Variables.xml with this code:
xml:
<variable name="ItemDurationVar">
<value condition="Integer.IsEqual(ListItem.Duration(mins),60) | Integer.IsEqual(ListItem.Duration(mins),120) | Integer.IsEqual(ListItem.Duration(mins),180) | Integer.IsEqual(ListItem.Duration(mins),240) | Integer.IsEqual(ListItem.Duration(mins),300) | Integer.IsEqual(ListItem.Duration(mins),360) | Integer.IsEqual(ListItem.Duration(mins),420)">$INFO[ListItem.Duration(hours),,h]</value>
<value condition="Integer.IsLess(ListItem.Duration(mins),60)">$INFO[ListItem.Duration(m),,m]</value>
<value>$INFO[ListItem.Duration(h),,h]$INFO[ListItem.Duration(m),,m]</value>
</variable>
--> 480 lines less Wink

2. here are the files for the new GameOSD for RetroPlayer:
https://ufile.io/p6xuy
The videofilter, stretch and rotation windows are ugly, but working. You know your code better than me, maybe you can improve them. There are also 3 or 4 new buttons, "focused" only atm. Don't know, if you want unfocused also or if you want to change the look of GameOSD.
I haven't included the Includes.xml file. Make sure, you are inlcuding the file IncludesGames.xml
Nice job on the VAR! I hadn't had a chance to look into the new Duration options for Leia yet. I added it locally and it will be in the next update to Git.

It will be a little bit for the GameOSD stuff while I try to find some time to work on adding it but I will have it ready by the time Leia goes RC1.

Thanks Big Grin
(2018-08-03, 23:25)nhsman Wrote: I experience the same. I tested with Grid and Estuary and the trailer on Youtube works fine on them. It looks like skin related issue. Mike, can you please have another look.
Thank you.
I just checked this issue out again and it seems the problem may be in my overriding onclicks that no longer seem to work in Leia so I copied what Estuary does and changed the button to use default Kodi behavior and added a second button for Trailer search using Extended Info. Will be available on GitHub to test.
(2018-08-04, 18:52)smw6230 Wrote: Anyone know how to remedy this Leia issue.

I'm close to making the jump from Krypton to Leia but one thing that bugs me about Leia is the info layout.

On Krypton the info layout was tight & compact. If you wanted to see all of the info you clicked on the appropriate box and the full info would be displayed.

Here:

On Krypton on the main screen I have 10 boxes of information that I can look at before I need to move the cursor.

On Leia the layout isn't compact at all and takes up/wastes screen space.

Here:

See, IMO there is just a whole lot of wasted real estate there as none of those sections need to occupy an entire line. The end result is you have to scroll more to see basic information.

Thus my question, how would I go about changing the DialogVideoInfo in Leia, to match the one in Krypton, so that the info layout matches the cleaner more streamlined layout of Krypton.
I tried to swap out the files and it partly works but I lose the background image (among other things).

FWIW, I searched the thread and I didn't see where the issue was addressed.
It's not really an issue cause I changed the way it looks but I will add an option to show the 10 items like it did previously.
(2018-08-05, 17:32)idro Wrote: Hello,

I don't understand in ths skin how to change the menu bar titles like System, App, Film, Power, etc. from words only to both words and icons
Skin settings --> Aeon Nox main menu layout --> Icons
Image
Then make sure Hide menu labels is not enabled.
Image



@SkinBase If i am understanding you correclty you are modifying the skin and want it to default to low menu and one menu item. You figured out the low menu but now want the one menu item as well.

If I have that correct then the <onload> would be Skin.SetString(MainMenu.Layout,1) 
 "It's not really an issue cause I changed the way it looks but I will add an option to show the 10 items like it did previously." - Mike

Thanks man.
Reply
Quote:I don't think you can. You can only choose words or icon. Not both at the same time


But if you see image number 5 in the firsty page the menu bar has words and icons at the same time
Reply
(2018-08-06, 08:04)mikeSiLVO Wrote:
(2018-08-05, 17:32)idro Wrote: Hello,

I don't understand in ths skin how to change the menu bar titles like System, App, Film, Power, etc. from words only to both words and icons
Skin settings --> Aeon Nox main menu layout --> Icons
Image
Then make sure Hide menu labels is not enabled.
Image 
Ok, I saw your answer now.

Now I need another change: above the main bar, where there are date, weather temperature and icon, near temp icon there are a play and eject buttons.
How could I hide them?
Reply
(2018-08-06, 08:04)mikeSiLVO Wrote:  
(2018-08-03, 08:58)Solo0815 Wrote: @mikeSiLVO:
I have some improvements for the Leia-version (master) of your mod:
1.You can replace the complete ~480 "lines of "ItemDurationVar" in Variables.xml with this code:
xml:
<variable name="ItemDurationVar">
<value condition="Integer.IsEqual(ListItem.Duration(mins),60) | Integer.IsEqual(ListItem.Duration(mins),120) | Integer.IsEqual(ListItem.Duration(mins),180) | Integer.IsEqual(ListItem.Duration(mins),240) | Integer.IsEqual(ListItem.Duration(mins),300) | Integer.IsEqual(ListItem.Duration(mins),360) | Integer.IsEqual(ListItem.Duration(mins),420)">$INFO[ListItem.Duration(hours),,h]</value>
<value condition="Integer.IsLess(ListItem.Duration(mins),60)">$INFO[ListItem.Duration(m),,m]</value>
<value>$INFO[ListItem.Duration(h),,h]$INFO[ListItem.Duration(m),,m]</value>
</variable>
--> 480 lines less Wink

2. here are the files for the new GameOSD for RetroPlayer:
https://ufile.io/p6xuy
The videofilter, stretch and rotation windows are ugly, but working. You know your code better than me, maybe you can improve them. There are also 3 or 4 new buttons, "focused" only atm. Don't know, if you want unfocused also or if you want to change the look of GameOSD.
I haven't included the Includes.xml file. Make sure, you are inlcuding the file IncludesGames.xml
Nice job on the VAR! I hadn't had a chance to look into the new Duration options for Leia yet. I added it locally and it will be in the next update to Git.

It will be a little bit for the GameOSD stuff while I try to find some time to work on adding it but I will have it ready by the time Leia goes RC1.

Thanks Big Grin
If you have time, we can discuss improvements for the LiveTV and recordings section, also
I'm using LiveTV and Recordings almost every day Wink
Philips TV with Kodi 20.2 with IPTV --- Orbsmart 500 Android 21 alpha/beta as Online-radio/TV in the kitchen
Reply
How I could hide the eject and play button icons next to date and weather temperature on top of menu bar?
Reply
When I enter the OSD menue by pressing M or enter and for example try to download a subtitle. The menue doesnt automatically close when its finished. Same with video and audio settings. Only seems to close for Info and screenshot. Anyway to fix this?
Reply
Hey, quick question, is there an overlay for 4k content when viewing the movie list? I only see the HD Tags but its just blank for 4k content.
Here's a picture of what I mean: https://imgur.com/a/UDe7jrM
Reply
  • 1
  • 519
  • 520
  • 521(current)
  • 522
  • 523
  • 759

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