Kodi Community Forum
[RELEASE CANDIDATE] Aeon Nox 3.0 - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67)
+---- Forum: Aeon Nox: Silvo (https://forum.kodi.tv/forumdisplay.php?fid=142)
+---- Thread: [RELEASE CANDIDATE] Aeon Nox 3.0 (/showthread.php?tid=127670)



RE: MPAA Flags - phil65 - 2012-05-21

(2012-05-21, 15:50)chrisvilla Wrote:
(2012-05-21, 15:27)frodo19 Wrote:
(2012-05-21, 09:49)chrisvilla Wrote: I have downloaded the media folder from source, so am not using the textures.xbt.
I have the coloured flags inside the /flags/rating folder.

Anyone?

So, you can not put these just inside /flags/rating , but inside : /flags/rating/info folder too.

Yeh I've done that. So that when I click for the movie info I get a coloured mpaa flag at the top.

But what I'm looking for is a bit of code to make the mpaa flagg appear on the dvd cover in tri-panel view as shown in my screenshot that I mocked up:

Image
By chrisvilla

you need something like this

Code:
<control type="image">
                        <description>Rating flags</description>
                        <posx>xxx</posx>
                        <posy>xxx</posy>
                        <animation effect="fade" time="250">VisibleChange</animation>
                        <width>xxx</width>
                        <height>xxx</height>
                        <aspectratio align="center">keep</aspectratio>
                        <texture fallback="flags/rating/MPAA_NR_Certificate_US.png">$VAR[VideoRatingFlagVar,flags/rating/,.png]</texture>
                        <visible>Container.Content(movies)</visible>
                    </control>
inside groups 5202/5203 in viewtype_tripanel.xml


RE: [RELEASE CANDIDATE] Aeon Nox 3.0 - ReducedToZero - 2012-05-21

Hi Guys,

Small display bug with extended actor info. The title of the movie can overlap the tagline of the movie.

This only happens when access is via the TV section, then selecting movie information from an actors filmography.

When accessing via the Movie section, then selecting movie information from an actors filmography the title / tagline do not overlap and display as expected.

Image

HTH


RE: [RELEASE CANDIDATE] Aeon Nox 3.0 - phil65 - 2012-05-21

(2012-05-21, 16:11)ReducedToZero Wrote: Hi Guys,

Small display bug with extended actor info. The title of the movie can overlap the tagline of the movie.

This only happens when access is via the TV section, then selecting movie information from an actors filmography.

When accessing via the Movie section, then selecting movie information from an actors filmography the title / tagline do not overlap and display as expected.

Image

HTH

fixed. thx for reporting


RE: [RELEASE CANDIDATE] Aeon Nox 3.0 - ReducedToZero - 2012-05-21

(2012-05-21, 16:36)phil65 Wrote:
(2012-05-21, 16:11)ReducedToZero Wrote: Small display bug with extended actor info. The title of the movie can overlap the tagline of the movie.

<snipped>

fixed. thx for reporting

np. Unfortunately, still seems to overlap after the fix (cc1374).




RE: [RELEASE CANDIDATE] Aeon Nox 3.0 - phil65 - 2012-05-21

(2012-05-21, 17:16)ReducedToZero Wrote:
(2012-05-21, 16:36)phil65 Wrote:
(2012-05-21, 16:11)ReducedToZero Wrote: Small display bug with extended actor info. The title of the movie can overlap the tagline of the movie.

<snipped>

fixed. thx for reporting

np. Unfortunately, still seems to overlap after the fix (cc1374).

ups, fixed the wrong file Big Grin should work now


RE: [RELEASE CANDIDATE] Aeon Nox 3.0 - ReducedToZero - 2012-05-21

(2012-05-21, 17:28)phil65 Wrote: ups, fixed the wrong file Big Grin should work now

*Chuckle*

Yep, that got it Smile


RE: [RELEASE CANDIDATE] Aeon Nox 3.0 - Shinu - 2012-05-21

(2012-05-21, 17:34)ReducedToZero Wrote:
(2012-05-21, 17:28)phil65 Wrote: ups, fixed the wrong file Big Grin should work now

*Chuckle*

Yep, that got it Smile

not completely. episode info still overlap....

Image


RE: [RELEASE CANDIDATE] Aeon Nox 3.0 - phil65 - 2012-05-21

(2012-05-21, 19:19)Shinu Wrote:
(2012-05-21, 17:34)ReducedToZero Wrote:
(2012-05-21, 17:28)phil65 Wrote: ups, fixed the wrong file Big Grin should work now

*Chuckle*

Yep, that got it Smile

not completely. episode info still overlap....

Image

fixed.




RE: [RELEASE CANDIDATE] Aeon Nox 3.0 - Shinu - 2012-05-21

(2012-05-21, 12:56)phil65 Wrote:
(2012-05-20, 21:28)Shinu Wrote: hmmm. well i set the area color for the home menu to yellow and enabled "use area color for all areas" to on. it works for every screen except for this one. i tried doing the same for the "settings" window, but it didn't make a difference.

you have to set "color panels" for settings area...

that doesn't work. strange.


RE: [RELEASE CANDIDATE] Aeon Nox 3.0 - phil65 - 2012-05-21

(2012-05-21, 21:07)Shinu Wrote:
(2012-05-21, 12:56)phil65 Wrote:
(2012-05-20, 21:28)Shinu Wrote: hmmm. well i set the area color for the home menu to yellow and enabled "use area color for all areas" to on. it works for every screen except for this one. i tried doing the same for the "settings" window, but it didn't make a difference.

you have to set "color panels" for settings area...

that doesn't work. strange.

post a screenshot of your color settings.


RE: [RELEASE CANDIDATE] Aeon Nox 3.0 - crimsonfury - 2012-05-21

"The Trailers" addon under Movies called Trailers doesn't seem to work... Is it broken with this skin? It worked fine with Aeon Nox 2.0....

Update:
Seems to be working now... Ok thx.


RE: [RELEASE CANDIDATE] Aeon Nox 3.0 - phil65 - 2012-05-21

(2012-05-21, 21:39)crimsonfury Wrote: "The Trailers" addon under Movies called Trailers doesn't seem to work... Is it broken with this skin? It worked fine with Aeon Nox 2.0....

workin here.


RE: [RELEASE CANDIDATE] Aeon Nox 3.0 - Death-Axe - 2012-05-21

(2012-05-21, 15:41)phil65 Wrote:
(2012-05-21, 15:38)Death-Axe Wrote: I think I broke the skin some how, I changed an option in the poster view type under movies and xbmc froze (got quite a few freezes in various different places on this always with setting options, but this is beta)

I go into movies now on this skin and it freezes. Is there an ini file or xml or something so I can delete the skin settings?

skin settings can be reset by deleting (parts of) guisettings.xml in userdata folder.
would make more sense to check the debug log before, the freeze is probably related to the moviesets addon.

Thanks dude. (I don't use that addon btw)


Everything working again :-)


RE: [RELEASE CANDIDATE] Aeon Nox 3.0 - e2zippo - 2012-05-21

(2012-05-21, 15:30)e2zippo Wrote:
(2012-05-21, 14:54)Big_Noid Wrote: I dont know what you mean by vertical. All nes covers i can find are poster format which should work just fine with showcase view.

I'll make some screens later Smile


Here's some screns to show you what I mean Smile

Aeon Nox Landscape View,

N64 Covers
https://www.sugarsync.com/pf/D6085304_0691617_766673
sides are cut of, and corners shouldn't be rounded

NES Covers
https://www.sugarsync.com/pf/D6085304_0691617_766685
top & bottom are severly cut off

SNES Covers
https://www.sugarsync.com/pf/D6085304_0691617_766687
sides are cut of, and corners shouldn't be rounded

----------------------------------------------------------------------------------------

Aeon Nox Showcase View

N64 Covers
https://www.sugarsync.com/pf/D6085304_0691617_766681
sides are severly cut off, and corners shouldn't be rounded

NES Covers
https://www.sugarsync.com/pf/D6085304_0691617_766683
a little bit cut off on the sides and corners shouldn't be rounded

SNES Covers
https://www.sugarsync.com/pf/D6085304_0691617_766695
sides are severly cut off, and corners shouldn't be rounded


--------------------------------------------------------------------------------------

Aeon MQ3 Poster View
https://www.sugarsync.com/pf/D6085304_0691617_766689
displays the whole cover

--------------------------------------------------------------------------------------

Confluence View (Don't know the name)

N64 Covers
https://www.sugarsync.com/pf/D6085304_0691617_766679
displays the whole cover

NES Covers
https://www.sugarsync.com/pf/D6085304_0691617_766671
displays the whole cover


And even when i view all my collections in confluence, not just one system, NES and SNES for instance, the look properly scaled beside one another.

Cheers Smile







RE: MPAA Flags - chrisvilla - 2012-05-21

(2012-05-21, 16:03)phil65 Wrote:
(2012-05-21, 15:50)chrisvilla Wrote:
(2012-05-21, 15:27)frodo19 Wrote: So, you can not put these just inside /flags/rating , but inside : /flags/rating/info folder too.

Yeh I've done that. So that when I click for the movie info I get a coloured mpaa flag at the top.

But what I'm looking for is a bit of code to make the mpaa flagg appear on the dvd cover in tri-panel view as shown in my screenshot that I mocked up:

Image
By chrisvilla

you need something like this

Code:
<control type="image">
                        <description>Rating flags</description>
                        <posx>xxx</posx>
                        <posy>xxx</posy>
                        <animation effect="fade" time="250">VisibleChange</animation>
                        <width>xxx</width>
                        <height>xxx</height>
                        <aspectratio align="center">keep</aspectratio>
                        <texture fallback="flags/rating/MPAA_NR_Certificate_US.png">$VAR[VideoRatingFlagVar,flags/rating/,.png]</texture>
                        <visible>Container.Content(movies)</visible>
                    </control>
inside groups 5202/5203 in viewtype_tripanel.xml
Thanks for this, worked a charm with a little tinkering. Had to remove "video" from "VideoRatingFlagVar", but other than that its great. Here's my entry if anyone interested:

Code:
<control type="image">
                        <description>Rating flags</description>
                        <posx>405</posx>
                        <posy>685</posy>
                        <animation effect="fade" time="250">VisibleChange</animation>
                        <height>48</height>
                        <aspectratio align="center">keep</aspectratio>
                        <texture fallback="flags/rating/MPAA_NR_Certificate_US.png">$VAR[RatingFlagVar,flags/rating/,.png]</texture>
                        <visible>Container.Content(movies)</visible>
                    
                </control>