• 1
  • 373
  • 374
  • 375(current)
  • 376
  • 377
  • 759
Release Aeon Nox: SiLVO
(2016-09-13, 01:16)LeeH1988 Wrote: Hi, I am currently using Aeon Nox Silvo skin and I am enjoying the customization options available. After searching high and low through the xml files I am finding it difficult to locate where the code for the positioning of the widgets is and more specifically the amount of widget posters shown. I am using the compact panel poster widget which has 9 posters but I wish to change it to show 6/7 posters whilst still being able to scroll along. I would massively appreciate if you could point me in the right direction to achieve this. I would also like to keep the widget in the centre, thanks in advance and keep up the good work....
The code for the Widgets is unlike any other skin code because it uses the skin shortcuts template feature. The code for them is spread across ~3 files. The main code is in shortcuts/template.xml and then there are includes and variables located in Includes_Widgets.xml and Variables_Widgets.xml respectively.

Changing them will not be so easy and centering a Widget will make the other useless. If you want to change the position easily and you do not care about the 2nd Widget then you can add a slide animation or new <top> tag in the Widget1 include in the Includes_Widgets.xml file.

Changing poster amount is simply math so divide the width by 9 and multiply that by 6 or 7 to get the width you need to display the amount you want.

I wish you luck and good fortune on your coding adventure Wink

If you feel like it post some screens when you finish Smile
Reply
No, I mean if I have the main menu set for icons it will revert back to text and so on. some other options revert also and when I check the settings everything is still ticked as it should be. By the way is there any way to lower the menu further than the "low" view?
Reply
Thanks for your quick reply, I am currently only using widget 1 with the style as compact panel. I don't plan on using the widget 2 option as one widget suffices for what I am trying to achieve. I basically just want to change the amount of posters from 9 to 6 whilst keeping everything else the same including the size of the compact posters. Which part of which xml do I need to change to achieve this? As a total rookie at kodi skinning I feel I need some clearer direction Smile I will quite happily post pictures of the outcome. Thanks again
Reply
Here are some genre fanarts and alternative genre icons for Aeon Nox SILVO
If someone still need another genre icons let me know Wink
watch gallery


LINK for fanart package: genre fanarts
LINK for icon package: genre icons
Reply
Anyone know why the video info that is displayed in the top left is doubled over? There is 2 diffrent pictures and 2 copies of the discription one pasted over the other making it unreadable. The only way to get rid of it is to turn off the show video information in the home window which removes all video information.
Reply
I LOVE THIS SKIN! And I use it on ALL of my setups... and THAT presents a problem as it does not function properly on all of them. On Android, a LOT of the extra scripts will not download or install. On LibreElec only "videoextras" will not install, but the "cinemavision" buttons are also absent when using Libre. Sad
Reply
(2016-09-15, 06:52)tommymsw Wrote: I LOVE THIS SKIN! And I use it on ALL of my setups... and THAT presents a problem as it does not function properly on all of them. On Android, a LOT of the extra scripts will not download or install. On LibreElec only "videoextras" will not install, but the "cinemavision" buttons are also absent when using Libre. Sad

I'm using LibreElec and have no problems with any scripts, plugins or what so ever :-)
FANART.TV
The best source of high quality fan supplied artwork for your media collection.
Reply
(2016-09-14, 22:55)Crunch69 Wrote: Anyone know why the video info that is displayed in the top left is doubled over? There is 2 diffrent pictures and 2 copies of the discription one pasted over the other making it unreadable. The only way to get rid of it is to turn off the show video information in the home window which removes all video information.
If you are using Jarvis then I just pushed a fix to Git and it has already been fixed for Krypton.
(2016-09-15, 06:52)tommymsw Wrote: I LOVE THIS SKIN! And I use it on ALL of my setups... and THAT presents a problem as it does not function properly on all of them. On Android, a LOT of the extra scripts will not download or install. On LibreElec only "videoextras" will not install, but the "cinemavision" buttons are also absent when using Libre. Sad
Video Extras was removed from the Kodi repository. The other stuff is beyond my control, this is just a skin and has no effect on Kodi as a whole so you would have to update Kodi or make a Bug Report with a proper debug log (wiki) in the appropriate thread for whatever version you have installed.
Reply
Mike
Yes it is Jarvis
Replaced the 1080i folder from gifthub and still the video info has a doubled over picture and doubled text. Note 1 pic looks like portrait and the second is landscape
Reply
(2016-09-15, 21:48)Crunch69 Wrote: Mike
Yes it is Jarvis
Replaced the 1080i folder from gifthub and still the video info has a doubled over picture and doubled text. Note 1 pic looks like portrait and the second is landscape
I don't see how that is possible unless you did not restart after so it is likely that you either did something wrong or you are using a crappy add-on that is reporting the content as an episode and a movie at the same time Wink
Reply
(2016-09-15, 10:20)zorensen Wrote:
(2016-09-15, 06:52)tommymsw Wrote: I LOVE THIS SKIN! And I use it on ALL of my setups... and THAT presents a problem as it does not function properly on all of them. On Android, a LOT of the extra scripts will not download or install. On LibreElec only "videoextras" will not install, but the "cinemavision" buttons are also absent when using Libre. Sad

I'm using LibreElec and have no problems with any scripts, plugins or what so ever :-)

You have this skin on LebreElec and it shows the "Cinamavision" button? I see the button on my PC and on the Android version, but on the Libre version, the Cinamavision button is missing. Even when I try to move it to replace the "play" button. The "play" butting still says "Play" and it still only "plays" the movie. Cinamavision itself works fine, I just lose skin integration on Libre.
Reply
(2016-09-15, 23:52)tommymsw Wrote: You have this skin on LebreElec and it shows the "Cinamavision" button? I see the button on my PC and on the Android version, but on the Libre version, the Cinamavision button is missing. Even when I try to move it to replace the "play" button. The "play" butting still says "Play" and it still only "plays" the movie. Cinamavision itself works fine, I just lose skin integration on Libre.
It is the same skin regardless if using LibreElec, Kodi, or any android device. The CinemaVision button just uses regular old visible conditions so it should work because if it was a skin issue the other installs wouldn't be working and if it was a LibreElec issue then nothing in the skin would work cause almost everything has a visible for something.

You are absolutely sure that CinemaVision is installed and enabled in Kodi's add-on manager?
Image

Edit: You also cannot see that if you enable the replace the default video information screen with Extended Info option.
Reply
(2016-09-16, 00:10)mikeSiLVO Wrote:
(2016-09-15, 23:52)tommymsw Wrote: You have this skin on LebreElec and it shows the "Cinamavision" button? I see the button on my PC and on the Android version, but on the Libre version, the Cinamavision button is missing. Even when I try to move it to replace the "play" button. The "play" butting still says "Play" and it still only "plays" the movie. Cinamavision itself works fine, I just lose skin integration on Libre.
It is the same skin regardless if using LibreElec, Kodi, or any android device. The CinemaVision button just uses regular old visible conditions so it should work because if it was a skin issue the other installs wouldn't be working and if it was a LibreElec issue then nothing in the skin would work cause almost everything has a visible for something.

You are absolutely sure that CinemaVision is installed and enabled in Kodi's add-on manager?
Image

Edit: You also cannot see that if you enable the replace the default video information screen with Extended Info option.

THAT'S IT! I had "Replace with Extendedinfo for Movies and Shows" selected in the Silvo skin settings! Thank you!
Reply
(2016-07-15, 22:26)popy Wrote: Hey guys.

running the github version on krypton alpha 2.
When ill play an movie/series with amazon prime video addon, and look at my home menu at the top left corner there is an overlapping display issue:

imgur doesnt work Confused
I ahve uploaded the picture here: https://drive.google.com/open?id=0B4JpRM...ndnRFJHYlU

Any hints?

thx
pOpY

The issue is fixed.
Ill think it was fixed between 11.08 & 07.09 build.
Currently running 07.09 build, and the issue is gone.

Keep up the good work

thx
pOpY
Fixed in 07.09.2016 git build
Reply
@mike:
In the Live-TV info code, there is
Code:
<texture border="40">dialogs/default/bg.png</texture>
with this animation
Code:
<animation effect="fade" reversible="false" end="85" time="0" condition="true">Conditional</animation>
which gives a nice semi-transparent BG. In many other XMLs there is only the "texture"-line from above without any "animation". This gives non-transparent windows. That is inconsistent. Is this a wanted behaviour?
If not, I suggest adding a include with this lines
Code:
<texture border="40">dialogs/default/bg.png</texture>
<animation effect="fade" reversible="false" end="85" time="0" condition="true">Conditional</animation>
and call it later with a include-tag. If wanted the "85" could be replaced with a Variable, where the user can choose the transparency of the dialogs.

The include has the advantage, that if you want to replace the animation, texture or the transparency, you only have to edit ONE include, instead of 6534 appearences Wink
Philips TV with Kodi 20.2 with IPTV --- Orbsmart 500 Android 21 alpha/beta as Online-radio/TV in the kitchen
Reply
  • 1
  • 373
  • 374
  • 375(current)
  • 376
  • 377
  • 759

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