• 1
  • 228
  • 229
  • 230(current)
  • 231
  • 232
  • 759
Release Aeon Nox: SiLVO
EDITED: Resolved this on my own.

Hi. Would someone be able to explain how to break up the time and date on home into two sections so I can place them in different spots?

<control type="label" id="9025">
<width>auto</width>
<height>50</height>
<label>$INFO[System.Date,[COLOR gold], | [/COLOR]]$INFO[System.Time]</label>
<font>fontdate</font>
<textcolor>lightgray</textcolor>
<shadowcolor>shadow</shadowcolor>
</control>
Reply
I can't get movie name (nor logo) to show in the Movies showcase. Any third party addon needed for this?
S@
Reply
So...I re-installed Kodi and the skin. The skin from git. These problems still arise.

I troubleshooted according to the Kodi troubleshoot wiki, still no solution.

1. (One that I didn't mention before). When trying to modify the "Tv Shows" main menu's sub-menu it doesn't allow me to add a new sub-menu.
If I make a new main screen title with the command " Tv Shows ", it let's me edit the sub-menus, but when i back out to the main menu, the sub-menus are gone.
When i then try to do it all again it doesn't allow me to create sub-menus when I choose "add".
I need to restore the old sub-menus for the "Tv Shows" title ad then edit them.
Same problem before I re-installed everything.

2. In music library, in settings to the left, the "full-screen" option is off screen at the bottom.

4. My smart playlist for movies and TV shows are the same:

Movies - path - contains = works fine when using that playlist in main menu, and when pressing "i" for info the info screen appears.

Tv Shows - path(or any other filter) - contains (or any other rule) = works fine when using that playlist in main menu, but the "i" never works, it just freezes, or the show thumb disappears for a second and comes back, and I have to press esc to be able to browse again.

This problem was in the old version too, on 2 different computers, on two different windows, 32 and 64bit,and 2 different Kodi versions 15.1 and 15.2

5. When pressing play on a folder to play all the songs in there, then going to "current playlist" and press "up" to get the settings screen, it doesn't come out. I need to press right, then it appears super-fast and disapears again, and then pressing "up" works. Same issue in older version and used in the same manner as the aforementioned problem on 2 pc's.

6. When changing poster/thumb or artwork for a movie or show, before it took a couple of seconds to show the changes, now it takes a long time, and sometimes only after going out of the view and re-entering.
Reply
(2015-11-29, 22:06)Xemaniac Wrote: 1. (One that I didn't mention before). When trying to modify the "Tv Shows" main menu's sub-menu it doesn't allow me to add a new sub-menu.
If I make a new main screen title with the command " Tv Shows ", it let's me edit the sub-menus, but when i back out to the main menu, the sub-menus are gone.
When i then try to do it all again it doesn't allow me to create sub-menus when I choose "add".
I need to restore the old sub-menus for the "Tv Shows" title ad then edit them.
Same problem before I re-installed everything.

Known bug in the Skin Shortcuts script, which should be fixed on git - https://github.com/BigNoid/script.skinshortcuts

(2015-11-29, 22:06)Xemaniac Wrote: 4. My smart playlist for movies and TV shows are the same:

Movies - path - contains = works fine when using that playlist in main menu, and when pressing "i" for info the info screen appears.

Tv Shows - path(or any other filter) - contains (or any other rule) = works fine when using that playlist in main menu, but the "i" never works, it just freezes, or the show thumb disappears for a second and comes back, and I have to press esc to be able to browse again.

This problem was in the old version too, on 2 different computers, on two different windows, 32 and 64bit,and 2 different Kodi versions 15.1 and 15.2

Looks like the conditions for hiding the standard video info dialog and loading the extended info dialog aren't quite right (at least on Isengard, I couldn't reproduce this on Jarvis.) For a quick fix, either disable 'Replace with Extended Info for Movies and Shows' in the skin settings, or edit DialogVideoInfo.xml - replace the two lines:-

Code:
<onload condition="Skin.HasSetting(Enable.ReplaceExtendedInfo) + [Container.Content(movies) | Stringcompare(Container.FolderPath,videodb://tvshows/titles/) + Substring(Container.FolderPath,videodb://tvshows/titles/,left) + !Container.Content(episodes) + !Container.Content(seasons)]">Action(close)</onload>
<onload condition="Skin.HasSetting(Enable.ReplaceExtendedInfo) + [Container.Content(movies) | Stringcompare(Container.FolderPath,videodb://tvshows/titles/) + Substring(Container.FolderPath,videodb://tvshows/titles/,left) + !Container.Content(episodes) + !Container.Content(seasons)]">RunScript(script.extendedinfo,info=openinfodialog)</onload>

with

Code:
<onload condition="Skin.HasSetting(Enable.ReplaceExtendedInfo) + [Container.Content(movies) | Container.Content(tvshows)]">Action(close)</onload>
<onload condition="Skin.HasSetting(Enable.ReplaceExtendedInfo) + [Container.Content(movies) | Container.Content(tvshows)]">RunScript(script.extendedinfo,info=openinfodialog)</onload>

I also suspect the <visible /> line just below these should also be updated in line with these changes, and may cause issues if its not (though I haven't tested that):-

Code:
<visible>!Skin.HasSetting(Enable.ReplaceExtendedInfo) | ![Container.Content(movies) | Container.Content(tvshows)]</visible>

(note that this is a quick hack, and Mike will have to confirm what the proper fix for this should be though I'm sure we all appreciate this isn't his priority right now!)
Reply
Thanks for the help, will check this out.
Reply
I unchecked the " replace extended info for movies and shows" and now it works!

Thanks a ton!

What does that option do really?
Reply
Is anyone else having issues with the Logo option in Tv shows? When logos are enabled at the root level of the tv shows, when viewing the episode i have a overlap of the episode title and the tv show title. Just wondering what .xml i have to modify to remove the tv show title from the episode title when logos are enabled.
Thanks Big Grin
Reply
(2015-11-29, 11:06)wilmans2m Wrote: Thanks mikesilvo. Do not forget to update language ; ) i really hope Mr V will release his v3 widget soon
I will try my best not to forget... no promises Wink

(2015-11-29, 12:05)Xemaniac Wrote: If this occurs on two different platforms, one where the skin is installed through Kodi's repository, and the other when it's installed the github way, isn't it a little strange if it's from my setup/settings?

Seems like I'm either the most unlucky guy ever...or my setup, that I really haven't done much to at all, with maybe 3 apps installed that are not installed by the skin itself, is just totally wrong.

If the latter option is correct, then I don't really know what I could do different.

The only issue I really would want to solve is the playlist info thing, the others I don't really care much for.
My post was not really ment to get help solving them personally, but highlighting them if others have an issue and if they're a bug.

The full screen music, raising and lowering rating, didn't occur before the update...just as a side note.

To install the skin the way you said, with only it's dependencies, is that the same as installing the github version?
Depends on if you tried to replicate the same settings on both installs... I say it is not skin related based on the fact that the skin has no overrides on prebuilt functions so pressing Up/Down should change tracks and PgUp/PgDwn should change the star rating and Left/Right should follow the skip steps chosen in Kodi settings. Nothing in the skin I provide will change that. I have seen the playlist thing in the past and could not find a reason for it so please check if it does the same in confluence.

(2015-11-29, 13:36)junias Wrote: Hi,
thanks for your answer Wink
My backend is DVB Viewer Recording Service and yes, it supports it... In the last versions of the skin everything was alright with the coloured EPG, just with the last update (2.0.9) it disappeared. I tried Confluence and the "normal" Aeon Nox (from Repo), there i have got the coloured epg Wink
Thanks for your nice skin!
I wanted you to ask in the thread why these colors tied to specific genre codes do not work using your backend. I cannot fix it if I do not know what the PVR backend expects as its genre codes... I hope that makes sense.

(2015-11-29, 14:06)jeffski10 Wrote:
Quote:Just trying to do a rebuild on the newer version and when setting up conditional weather as the background for the weather section it fails to load. The error in the log is:

GetDirectory - Error getting resource://http//aeon-nox-background-packs.googlecode.com/svn/trunk/weather-fanart/default//11/

Seems that a : is missing on the http://

I've done a quick search of the source to find where this is referenced and can't find it to correct it - any ideas?
What skin version? Not sure how to help you without more info...

I've pulled from git master running under Jarvis Kodi (16.0-BETA3)

Think I have resolved it now though by removing and re-adding the multi weather pack add-on and now its showing up.
This will eventually not be available as default since googlecode has shutdown so I may need to find a different one for Isengards default...

(2015-11-29, 16:36)Crossfader Wrote:
Quote:You've found a bug thats been in Skin Shortcuts for, well, I dread to think how long Smile

I'll push a fix to git shortly, but in the meantime select 'Change Action' from the menu customiser, scroll all the way to the bottom to 'Custom Shortcut >' and change 'ActivateWindow(10501,...' to 'ActivateWindow(10502,...'. (And please let me know that this does fix it for you - I always like to get confirmation of fixes before I update git Smile)

Thanks for the Answer, i try it, but this dont fix the bug.
When i change 10501 to 10502, the Addon starts, but i cant navigate in the subfolders of the Addon.
I hope you can understand my English Blush
If the problem persist then a debug log (wiki) is great but if you can also provide the exact steps you did/used so it can be reproduced with ease is also extremely helpful.

(2015-11-29, 18:02)shaktoo Wrote: Congratulations mikesilvo & best of luck for the addition to your family ! take your time for the important things in your life. We wish you & Mrs Silvo the best of luck ! Cheers Buddy Smile
Thanks Smile

(2015-11-29, 20:33)skullmonkey Wrote: I can't get movie name (nor logo) to show in the Movies showcase. Any third party addon needed for this?
S@
Maybe Add-on:Artwork Downloader (wiki)

(2015-11-30, 02:10)Xemaniac Wrote: I unchecked the " replace extended info for movies and shows" and now it works!

Thanks a ton!

What does that option do really?
I have not touched or looked at this code for a long time so Mr. BobCratchett is most likely correct since the code used was borrowed and not really thought out Sad (was added before I knew what I was doing Wink)

(2015-11-30, 03:57)bkafi Wrote: Is anyone else having issues with the Logo option in Tv shows? When logos are enabled at the root level of the tv shows, when viewing the episode i have a overlap of the episode title and the tv show title. Just wondering what .xml i have to modify to remove the tv show title from the episode title when logos are enabled.
Thanks Big Grin
If you do not see the title in place of the logo then there is a problem. Check the FAQ on the first page of this thread to see if it helps. Providing screenshots and an exact way to reproduce are invaluable so please provide as much info as possible when posting issues.
Reply
(2015-11-30, 06:44)mikesilvo164 Wrote:
(2015-11-29, 13:36)junias Wrote: Hi,
thanks for your answer Wink
My backend is DVB Viewer Recording Service and yes, it supports it... In the last versions of the skin everything was alright with the coloured EPG, just with the last update (2.0.9) it disappeared. I tried Confluence and the "normal" Aeon Nox (from Repo), there i have got the coloured epg Wink
Thanks for your nice skin!
I wanted you to ask in the thread why these colors tied to specific genre codes do not work using your backend. I cannot fix it if I do not know what the PVR backend expects as its genre codes... I hope that makes sense.

i will look at it, maybe i find something, i will tell you if i found Wink
i´m actually on isengard 15.2 with addon 2.0.9 Wink
Reply
Hello friends! Audio DSP manager in System settings not worked. Only worked well on Confluence skin.
MediaCenter: Fractal Design Node 605/ASUS Maximus VI Extreme/i3-4170/nVidia GT1030x3@Deepcool V4000 Mod (Passive)/DD Cine v.6.5/Arch Linux Multiseat/Leia x 3/HP Media IR remote/T3-M Remote/Sony PS3 BD remote/PulseEight USB-CEC(AnyNet+)/3 LCDTV over HDMI/SONY MDR-HW700DS ;)
Reply
(2015-11-30, 03:57)bkafi Wrote: Is anyone else having issues with the Logo option in Tv shows? When logos are enabled at the root level of the tv shows, when viewing the episode i have a overlap of the episode title and the tv show title. Just wondering what .xml i have to modify to remove the tv show title from the episode title when logos are enabled.
Thanks Big Grin
If you do not see the title in place of the logo then there is a problem. Check the FAQ on the first page of this thread to see if it helps. Providing screenshots and an exact way to reproduce are invaluable so please provide as much info as possible when posting issues.
[/quote]

Ok it may be due to the extra info option. Any ideas? I like the extra info, don't care if i see the logo here.

Image

Image
Reply
Thanks for your patience with me anyway Mike.

I'm wondering as to what that option really is for, what does it do?
Reply
short question:
where are all the files from the "media" folder, when i´ve installed the skin?
i wanted to look up the epg-genre-files, but in the "media" folder of the installed skin (appdata/roaming/kodi/addons/skin.aeon.nox.silvo/media) are just 8 files (blue.***, green.***,...)...
where are the folders "new-pvr" etc.Huh
can i look them up?

edit: version 2.0.9 on 15.2
Reply
ok, i´ve found Wink
had to use the texture tool Wink

here´s the problem: my pvr uses the "numbers" for the epg-genres Wink
In the epg-genres-folder there are two different folder "transparent" and "non-transparent", where the "png"-files are located.
Now the problem: kodi didn´t search in the subfolder, and only in the "epg-genres"-folder!

i´ve copied the files from "transparent"-folder to the root-folder (epg-genres) and furthermore i copied the png-files from confluence with the numbers "0.png, 16.png, ...) to this folder, now i have a coloured epg Wink
maybe you can fix it Wink
Reply
Congratulations Mike to you and your family for the new addition to your family!

Thank you so much for the enjoyment thus far and we look forward for more!
Image
Reply
  • 1
  • 228
  • 229
  • 230(current)
  • 231
  • 232
  • 759

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