• 1
  • 518
  • 519
  • 520(current)
  • 521
  • 522
  • 759
Release Aeon Nox: SiLVO
@Karellen since it seems like you have everything currently running the way you want I will work on it some more and add the options to the next skin update instead of ASAP...

I will also add an option for TV Shows but I am not sure if it should be separate or the same for both. Will think on that but my thought as of now is to make it an option for each section Huh

I will have to take some time to come up with an option name that at the very least seems clever enough to combine "Kodi, Karellen, and any Childhood's End" references that I can come up with. I don't think I can be that clever since my only experience with the subject matter is that I just watched that mini-series Wink

Regardless I will strive to imagine something better then KodiRellenHood cause that sucks Wink

If you ever have any ideas/suggestions let me know Big Grin
Reply
No problems. Yep, KodiRellenHood just doesn't have that ring to it. I'll have a think as well Wink

Yep, no rush. It is all working as I want, so thanks again. It will save a lot of wear and tear on the Information button on my remote.

I wonder how hard it would be to make that info line adjustable by the user? The user can pick from a list what is displayed there.
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
@Karellen If I am gonna be honest then it is only as hard as the choices wanted. What I mean by that is...

For me it is easier to replace the whole line then itemize each choice. In other words if the user only wants one thing to be different it becomes an issue but two or all three make it easier due to the VAR almost being free in terms of system performance cost. Again that is only if I do not have a crazy VAR that accounts for every single possible option Kodi might allow.

IMHO I have a decent DialogSelect replacement that can offer any option I need to but I do not usually add anything unless someone asks for it or there seems to be some kind of niche option that I could provide without compromising my own goals of "middle" of the ground compatibility.

I do not have any other test systems (I am poor Sad) so I try to make decisions based on what I think low performance platforms could handle. I do not care or want compatibility with devices like the original Raspberry Pi to work flawlessly cause that is too low of a performance metric for what I am trying to offer.

Hope that makes sense...
Reply
Yes it makes sense, and I am happy with the way it is now.

Thanks Smile
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-28, 08:07)Karellen Wrote: Yes it makes sense, and I am happy with the way it is now.

Thanks Smile
Absolutely no problem. I have nothing but respect and admiration for all that you do for this community (others alsoWink). I will always do what I can to assist you in any way (those others too).

You ***CKIN deserve it! Wink

For the people who do not like colorful language, I of course said CHICKIN...

Spelling is hard Tongue
Reply
Thank you Smile
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-06-16, 13:01)McVicar Wrote: I would like to play music on the cover and the cdart permanently displayed where can I set?
https://imgur.com/a/eywOYvJ
aja and the cover is cut off where can I put it right
thx
McVicar
The cut off cover art bug can be fixed by deleting lines 244 and 754 (both "<aspectratio align="center">scale</aspectratio>") from MusicVisualisation.xml. See: https://forum.kodi.tv/showthread.php?tid...pid2407100 .
Reply
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!
Reply
@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:
watch gallery

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
Philips TV with Kodi 20.2 with IPTV --- Orbsmart 500 Android 21 alpha/beta as Online-radio/TV in the kitchen
Reply
Quote:Hey guys, im having a problem with the trailer button in the video info dialog. When i click the button, my kodi just restarts. i had a look into dialogvideoinfo.xml but everything seems fine:
(2018-06-07, 21:02)mikeSiLVO Wrote:
(2018-05-23, 15:44)otarie Wrote:
Quote:<onclickcondition="String.IsEmpty(ListItem.Trailer)">ActivateWindow(videos,plugin://plugin.video.youtube/kodion/search/query/?q=$INFO[ListItem.OriginalTitle]+Trailer)</onclick>

my youtube plugin is working too, so why not the trailer on the video info?

anyone an idea?

Here's my Log https://paste.ubuntu.com/p/zbmTYzc5MG/     
I have the same thing happening. Seems like either a Kodi bug or an issue with the Youtube Add-on. The ListItem.Trailer provided by the scrapers is crashing Kodi as is the search function onclick if that INFOlabel is empty. I'm not sure how to fix. Perhaps someone can ask or check the Youtube add-on thread for assistance...     
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.
Reply
(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. 
If it is working in Estuary then maybe $ESCINFO is the clue? From DialogVideoInfo of EstuaryModv2:
xml:
<param name="onclick_3" value="PlayMedia($ESCINFO[ListItem.Trailer],false,1)" />
Philips TV with Kodi 20.2 with IPTV --- Orbsmart 500 Android 21 alpha/beta as Online-radio/TV in the kitchen
Reply
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:

Image

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:

Image

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.
Reply
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
Reply
I don't think you can. You can only choose words or icon. Not both at the same time.
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
Hello I could use a little help. Which command do I have to enter or how can I edit the skin setting so that the skin starts the first time with the view deep and a menu item.

<onload condition="!Skin.HasSetting(firstrun) + !Skin.HasSetting(lowermainmenu)">Skin.SetBool(lowermainmenu)</onload>
This command I use for tie but do not know how I get a menu item.
Reply
  • 1
  • 518
  • 519
  • 520(current)
  • 521
  • 522
  • 759

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