• 1
  • 506
  • 507
  • 508(current)
  • 509
  • 510
  • 759
Release Aeon Nox: SiLVO
I added widgets to my home screen and wanted to use cases around the posters, but when i try to use either "Case" or "Clear case" only some of them have blu-ray in the text spot, most have "Trailer"

All my movies have blu-ray in the title so i don't think the title is the problem. How do i fix it?
Reply
Another quick question.  How do I disable the floor reflections in list view?
Reply
Since latest changes i can't see Language flags in Subittle Download addon.
Worked perfectly before latest language changes.
 
Intel Core i5 2320 8GB 500GB HDD - Tvheadend + Kodi, Raspberry Pi 3 - LibreELEC, HDHomeRun HDHR3-4DC, Epson TW3200, Pioneer VSX-1123
Reply
I downloaded Kodi 18 verison of Skin but for some reason Menu areas are missing 

no movies area  and Yes it enabled on the skins menu but it dose not show up
Also weather is missing 

even added to another area or it own profile they don't show up 

no idea whats going on 
HELP
Reply
I’m running Kodi 18 alpha 2 on xbox one. I installed the skin via the zip on the first post.

I’m having trouble getting CdArt to show up and ClearLogos to display for my band names. Using Aeon Nox CdArt works fine, using Aeon Nox:SiLVO not a single CdArt works. I must be missing a setting or something. I’ve been through the menus but I can’t see any option to set image path for my music.

Any help greatly appreciated
Reply
@dazzaw are you using Artwork Beef?
Reply
I dont know what that is, so probably no Wink
My artwork works fine with other skins. its just this one that CdArt and Logos dont work. For the record filenames im using are cdart.png and logo.png

Edit: Downloaded that Artwork Beef you mentioned and my artwork now all displays correctly. Thanks for the heads up 👍
Reply
@mikeSiLVO, love the skin its awesome work that you have put into it and also helping others on the forum.

I've been literally pulling my hair out trying to work out why I cant get Australian classifications going, with an initial problem with IMDB scrapes not working correctly and finally working out after changing from TMM to Ember daily it was to do with the IMDB webpage change. However, problems persist and as far as I can tell its in the code itself, I have NFI about coding. Seems that this was identified some time ago back here #6970 although I would have thought the full MA15+ and R18+ would be better that re-ordering the coding.

If the png files are needed they can be found at this post Aus MPAA mod or others are around on the forum. I probably read somewhere what the parameters were but cant recall atm.
Reply
(2018-01-24, 08:30)mikeSiLVO Wrote:
(2018-01-19, 06:32)guandms Wrote: mikeSilvo, is there a way to change the lyrics to the regular ones?
It's really heavy on my Android system.
Depends on what you mean by "regular"? VideoLyrics by manfeed is the default and only option at the moment. What exactly do you want? 

Hi,

Firstly - thank you also from my side for the amazing work and all your time and efforts to create this skin!

+1 for the "normal" lyrics. VideoLyrics are impressive at the beginning but annoying on the long run. Especially if ones want to sing along in a sort of a karaoke style. I'm thinking of simple list of all verses with the current one highlighted, for example like the one on Aeon MQ7:

Image

https://imgur.com/a/trEpG

Additionally, is there any way to manually refresh the list of random albums? I enabled an extended panel widget on the main view for the Music section with a list of random albums but I'd like to be able to get a new set, e.g. by some context menu command. Is it possible or - if not - any change you can implement this feature?
Reply
+2 for the "normal" lyrics. VideoLyrics are impressive at the beginning but annoying on the long run. Especially if ones want to sing along in a sort of a karaoke style. I'm thinking of simple list of all verses with the current one highlighted, for example like the one on Aeon MQ7:
Reply
I have a FR:
If "Show plot for unwatched Items" (in Kodi itself) is off, then the Plot e.g. for a Epsode is hidden with "* Hidden to prevent spoilers *". Which is good, but ListItem.Icon is shown, which is the Episode-Thumb on TV-Shows and it can give a spoiler too!
Please change this in View_502_Episode.xml around line 91:
xml:
<control type="image">
                            <left>1250</left>
                            <top>-20</top>
                            <width>484</width>
                            <height>290</height>
                            <aspectratio>scale</aspectratio>
                            <texture background="true">$INFO[ListItem.Icon]</texture>
                            <fadetime>IconCrossfadeTime</fadetime>
                            <bordertexture border="20">thumbs/thumb_shadow.png</bordertexture>
                            <bordersize>20</bordersize>
                            <visible>!Skin.HasSetting(alternatelayoutepisode)</visible>
                        </control>
with this:
xml:
<control type="image">
                            <left>1250</left>
                            <top>-20</top>
                            <width>484</width>
                            <height>290</height>
                            <aspectratio>scale</aspectratio>
                            <texture background="true">$INFO[ListItem.Icon]</texture>
                            <fadetime>IconCrossfadeTime</fadetime>
                            <bordertexture border="20">thumbs/thumb_shadow.png</bordertexture>
                            <bordersize>20</bordersize>
                            <visible>!Skin.HasSetting(alternatelayoutepisode) + !String.IsEqual(ListItem.Plot,$LOCALIZE[20370])</visible>
                        </control>
                        <control type="image">
                            <left>1250</left>
                            <top>-20</top>
                            <width>484</width>
                            <height>290</height>
                            <aspectratio>scale</aspectratio>
                            <texture background="true">$INFO[ListItem.Art(tvshow.landscape)]</texture>
                            <fadetime>IconCrossfadeTime</fadetime>
                            <bordertexture border="20">thumbs/thumb_shadow.png</bordertexture>
                            <bordersize>20</bordersize>
                            <visible>!Skin.HasSetting(alternatelayoutepisode) + String.IsEqual(ListItem.Plot,$LOCALIZE[20370])</visible>
                        </control>
Then you have ListItem.Art(landscape) for unwatched Episodes. See the screenshots:
Watched Episode:
Image

Unwatched Episode (Landscape, no Episode thump, no spoiler)
Image

Maybe you want to adapt this for the other views and the alternative Episode-layout
Thx

PS: I have some other additions, which are adding Season- and Episodenr. in the PVR-xmls. Are you interested?
Philips TV with Kodi 20.2 with IPTV --- Orbsmart 500 Android 21 alpha/beta as Online-radio/TV in the kitchen
Reply
hi i am running windows 10 kodi 17.6 and krypton with your skin i have added some movies to kodi library when i use artwork beef for images i keep getting a error i have looked at the log and found several errors thanks



https://paste.ubuntu.com/p/mJrQk2vq4n/
Reply
(2018-03-30, 23:14)Leatherface Wrote: Since latest changes i can't see Language flags in Subittle Download addon.
Worked perfectly before latest language changes.
Should be fixed on latest Git.

Thanks.

(2018-03-31, 01:31)Onknight Wrote: I downloaded Kodi 18 verison of Skin but for some reason Menu areas are missing

no movies area and Yes it enabled on the skins menu but it dose not show up
Also weather is missing

even added to another area or it own profile they don't show up

no idea whats going on
HELP
You need to have items in your movie library to show the Movie menu items.

(2018-03-31, 19:03)dazzaw Wrote: I dont know what that is, so probably no Wink
My artwork works fine with other skins. its just this one that CdArt and Logos dont work. For the record filenames im using are cdart.png and logo.png

Edit: Downloaded that Artwork Beef you mentioned and my artwork now all displays correctly. Thanks for the heads up 👍
Glad it is working. Please let me know if you have any issues with the newly supported music artwork cause it is new and I am doing a lot of skin cleanup and changes so some stuff may break without me realizing it.

(2018-04-02, 08:46)Carnigg Wrote: @mikeSiLVO, love the skin its awesome work that you have put into it and also helping others on the forum.

I've been literally pulling my hair out trying to work out why I cant get Australian classifications going, with an initial problem with IMDB scrapes not working correctly and finally working out after changing from TMM to Ember daily it was to do with the IMDB webpage change. However, problems persist and as far as I can tell its in the code itself, I have NFI about coding. Seems that this was identified some time ago back here #6970 although I would have thought the full MA15+ and R18+ would be better that re-ordering the coding.

If the png files are needed they can be found at this post Aus MPAA mod or others are around on the forum. I probably read somewhere what the parameters were but cant recall atm.
There really isn't a way to make it work for any and all naming schemes so the VARs in the skin usually go by the defaults pulled from the Kodi scrapers. I have no idea what those are for Australian ratings so maybe you can take a look using script.libraryeditor under MPAA and tell me what you see for as many different classifications as you can. After that I can rework the VAR to show the correct flag.

(2018-04-03, 05:55)guandms Wrote: +2 for the "normal" lyrics. VideoLyrics are impressive at the beginning but annoying on the long run. Especially if ones want to sing along in a sort of a karaoke style. I'm thinking of simple list of all verses with the current one highlighted, for example like the one on Aeon MQ7:
I'll do my best to add an option for "normal" lyrics as soon as I can Wink

(2018-04-04, 08:01)Solo0815 Wrote: I have a FR:
If "Show plot for unwatched Items" (in Kodi itself) is off, then the Plot e.g. for a Epsode is hidden with "* Hidden to prevent spoilers *". Which is good, but ListItem.Icon is shown, which is the Episode-Thumb on TV-Shows and it can give a spoiler too!

Maybe you want to adapt this for the other views and the alternative Episode-layout
Thx

PS: I have some other additions, which are adding Season- and Episodenr. in the PVR-xmls. Are you interested?
Added this option to Git but it needs some testing. You can enable the setting in Skin settings > Advanced.

You know the drill with PVR stuff. I can look into adding things that make sense to me so OFC I am interested but I won't add any old thing for the sake of adding it. FYI Leia is kinda in flux ATM so the current layout of PVR info can and most likely will change so if you have any ideas on what is missing just let me know Smile

(2018-04-04, 14:47)bluebug Wrote: hi i am running windows 10 kodi 17.6 and krypton with your skin i have added some movies to kodi library when i use artwork beef for images i keep getting a error i have looked at the log and found several errors thanks


https://paste.ubuntu.com/p/mJrQk2vq4n/
It looks like permission or the destination can't be found type of errors. The log posted is not a debug log (wiki) so it is very hard to help without a proper log.
Reply
hi thanks form your reply i have tried to do a bigger log for you to look at thanks https://paste.ubuntu.com/p/JNkQx2XDf4/
Reply
Two things I may have found in the current git...

1) Widgets will not display Glass case when it's selected
2) Fallback Background selection only allows access to the Backgrounds folder inside skin.aeon.nox.silvo folder even though a folder was set in file manager to special://home/backgrounds (custom folder)

Maybe we now have to place our backgrounds there now...I just know it wasn't like this before.

Keep up the great work...always a surprise inside just like Crackerjax!
Reply
  • 1
  • 506
  • 507
  • 508(current)
  • 509
  • 510
  • 759

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