• 1
  • 56
  • 57
  • 58(current)
  • 59
  • 60
  • 762
Release Aeon Nox: SiLVO
When the RightList view will be available? Smile
Reply
On git it is available !! Wink
Reply
Downloaded the git version and loving right view. Will it be available for episodes? Can only get it for seasons and movies at the mo?

Also any luck with the fan art not displaying correctly? Doesn't bug me too much but Mrs hates it.
Reply
Episodes is wip i dont know when mike is finish with it !
Reply
(2015-02-22, 15:56)GTunney Wrote: Downloaded the git version and loving right view. Will it be available for episodes? Can only get it for seasons and movies at the mo?

Also any luck with the fan art not displaying correctly? Doesn't bug me too much but Mrs hates it.

Still working on things, spare time has been limited recently.
Reply
(2015-02-22, 15:56)GTunney Wrote: Also any luck with the fan art not displaying correctly? Doesn't bug me too much but Mrs hates it.

I think I have fixed the fanart issue for the widgets. I just pushed it to Git... If you could test that would be great. If there is an issue with posters not appearing please turn off then re-add the widget. I have changed something that would require you to do that in order to see the widget correctly.
Reply
warning modding question follows?

i am trying to add a second background image as a smaller inset while maintaining the existing background full size behind.
see first image here: http://forum.kodi.tv/showthread.php?tid=219057

this is what i tried:

defults.xml added:
<default type="multiimage2">
<aspectratio align="center">scale</aspectratio>
<fadetime>FanartCrossfadeTime</fadetime>
<include>InsetDimensions</include>
<timeperimage>7000</timeperimage>
<randomize>true</randomize>

Includes_CommonValues.xml added:
<include name="InsetDimensions">
<left>500</left>
<top>75</top>
<width>1450</width>
<height>816</height>

Home.xml added:
<include>CommonBackground</include>
<include>InsetBackground</include>

IncludesBackgroundBuilding.xml
duplicated and repeated code and named the duplicate
<include name="InsetBackground">
changed all occurrences of
<include>FullscreenDimensions</include>
to
<include>InsetDimensions</include>

Problem: i can get one or the other to show but not both.
i can get the Fullscreen version or the Inset version but not both

what an i doing wrong?

hope my question is clear

thank you
Reply
(2015-02-22, 23:27)mxlance Wrote: warning modding question follows?

i am trying to add a second background image as a smaller inset while maintaining the existing background full size behind.
see first image here: http://forum.kodi.tv/showthread.php?tid=219057

this is what i tried:

defults.xml added:
<default type="multiimage2">
<aspectratio align="center">scale</aspectratio>
<fadetime>FanartCrossfadeTime</fadetime>
<include>InsetDimensions</include>
<timeperimage>7000</timeperimage>
<randomize>true</randomize>

Includes_CommonValues.xml added:
<include name="InsetDimensions">
<left>500</left>
<top>75</top>
<width>1450</width>
<height>816</height>

Home.xml added:
<include>CommonBackground</include>
<include>InsetBackground</include>

IncludesBackgroundBuilding.xml
duplicated and repeated code and named the duplicate
<include name="InsetBackground">
changed all occurrences of
<include>FullscreenDimensions</include>
to
<include>InsetDimensions</include>

Problem: i can get one or the other to show but not both.
i can get the Fullscreen version or the Inset version but not both

what an i doing wrong?

hope my question is clear

thank you

Have you tried to remove one of the Includes and enter the code manually? If the problem is in Includes_BackgroundBuilding, it might a layers problem (one layer must be placed on top of the other). Have you put the smaller image after the fullscreen image? Also, some the code may be duplicated, which could cause a problem. I don't know that you can have dimensions for two images in two different Includes. It might use the dimensions from one image but not the other.

You might need to place each image one after the other, not within the same image tag.
Reply
thanks for the reply

in the IncludesBackgroundBuilding.xml they are in this order:
<include>FullscreenDimensions</include>
<include name="InsetBackground">

so yes smaller image after full.

any other ideas? i am probably doing something really basic wrong. but what?

thanks
Reply
(2015-02-22, 23:27)mxlance Wrote: warning modding question follows?

i am trying to add a second background image as a smaller inset while maintaining the existing background full size behind.
see first image here: http://forum.kodi.tv/showthread.php?tid=219057

this is what i tried:

defults.xml added:
<default type="multiimage2">
<aspectratio align="center">scale</aspectratio>
<fadetime>FanartCrossfadeTime</fadetime>
<include>InsetDimensions</include>
<timeperimage>7000</timeperimage>
<randomize>true</randomize>

Includes_CommonValues.xml added:
<include name="InsetDimensions">
<left>500</left>
<top>75</top>
<width>1450</width>
<height>816</height>

Home.xml added:
<include>CommonBackground</include>
<include>InsetBackground</include>

IncludesBackgroundBuilding.xml
duplicated and repeated code and named the duplicate
<include name="InsetBackground">
changed all occurrences of
<include>FullscreenDimensions</include>
to
<include>InsetDimensions</include>

Problem: i can get one or the other to show but not both.
i can get the Fullscreen version or the Inset version but not both

what an i doing wrong?

hope my question is clear

thank you

(2015-02-23, 00:18)mxlance Wrote: thanks for the reply

in the IncludesBackgroundBuilding.xml they are in this order:
<include>FullscreenDimensions</include>
<include name="InsetBackground">

so yes smaller image after full.

any other ideas? i am probably doing something really basic wrong. but what?

thanks

Code snippets are hard to decipher. If you PM me the files It would be easier for me to see what your currently working with... That being said the fullscreendimensions include is just a quick way to add <width>1920 <height>1080 so including them both in one image control will cancel the other out so you would need separate images and include the fullscreendimensions for the background then add another image with your inset include... unless I am missing something...
I see this:
Quote:IncludesBackgroundBuilding.xml
duplicated and repeated code and named the duplicate
<include name="InsetBackground">
changed all occurrences of
<include>FullscreenDimensions</include>
to
<include>InsetDimensions</include>
which, like I said code snippets are hard to get, looks like you copied and pasted where it said fullscreen dimensions and altered it to be inset?

Just realized this:
Quote:<include>FullscreenDimensions</include>
<include name="InsetBackground">
that does not look right Huh
Reply
thank you
i will try again tonight on my own, if no luck i will pm you tomorrow.
Reply
@mike

I tried your finished RightList and think it's now the best view in your skin. I wish BigNoid would consider something very similar for the main skin. I find it works well with every type of content and size of library (big or small).
Reply
mike.
would it be possible to have the gloss/glass movie cases that are on mq5.

that right hand view is amazing mike.

thanks for all your hard work.
Reply
(2015-02-22, 22:03)mikesilvo164 Wrote:
(2015-02-22, 15:56)GTunney Wrote: Also any luck with the fan art not displaying correctly? Doesn't bug me too much but Mrs hates it.

I think I have fixed the fanart issue for the widgets. I just pushed it to Git... If you could test that would be great. If there is an issue with posters not appearing please turn off then re-add the widget. I have changed something that would require you to do that in order to see the widget correctly.

Just tested on my laptop at work which acts as a test kodi install and it looks like it's fixed. Will install when i get home and let you know.

Thanks.
Reply
When attempting to incorporate the Aeon Nox Silvio mod in his own build, a developer in another forum found that script.extendedinfo is not Android compatible. Two questions:
  1. Do you concur?
  2. Is this also the case for script.skin.info.service?
Thanks!
Reply
  • 1
  • 56
  • 57
  • 58(current)
  • 59
  • 60
  • 762

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