• 1
  • 144
  • 145
  • 146(current)
  • 147
  • 148
  • 264
Release Aeon Nox 5
I see that ratings for Movies are not displayed anymore with TriPanel.
I know ratings are shown if I sort the list by Rating, but some addon can not
chose the sort and I would like to see the ratings no matter what sort option
I chose like before.

In View_55_TriPanel.xml, I changed $INFO[ListItem.Label2] to $INFO[ListItem.Rating]
under Container.Content(movies), but still ratings are not visible in the list although
now the rating shows only for the movie that is currently selected.

How can I display rating for all titles with TriPanel using all sorting options like before?
(2014-09-08, 23:43)WeirdH Wrote:
(2014-09-08, 22:50)BigNoid Wrote:
(2014-09-08, 22:32)WeirdH Wrote: I believe my skin auto-updated to 5.1.4: what has happened to the handling of backgrounds?? Now I can no longer set stage curtains from the side menu for movies, etc., I can only opt to enable or disable fanart in the general backgrounds menu?

I had nice fallbacks for individual categories, but with fanart disabled, we're back at the damn Gravity screen! I also cannot select rollback in the add-ons menu... How do I get the previous behaviour back, please?

Indeed backgrounds has been simplified. If you want the stage curtains to be default (you are a minority, i am sure) delete the default_bg.jpg and rename default_movies.jpg to default_bg.jpg

Seems you replied just as I was editing my post; replacing still won't give me the desired effect, as it's a skin-wide setting. Same with the disabling of fanarts. I want them enabled for music, disabled for movies. This can no longer be done, which is a shame. It's a needless over-simplification afaic. Is there a particular reason this was changed?

Also, AdvancedLauncher backgrounds are overruled by default-bg.

Hehe I forgot that I added an option to disable fanart. its in skin settings-->general--setup background images. That way you can still show your preferred background, which you would choose in the same screen per media window
(2014-09-09, 19:28)madsession Wrote: Hi, my Aeon Nox autoupdated to 5.1.4 and when that happend my menu aint really fixed.

I have "Movies | TV-Shows | System" in the menue. In 5.1.3 the text is in same place when moving between them. After updating the whole text moves to the sides.
Do I need to roll back to 5.1.3 or is there a settings that fixes this. I couldnt find anything.
I thought it would be better usability to have the submenu always centered under the actual main menu instead of the far right or far left. I didn't think of a usecase with 3 or 5 menu items. Will revert this in next update. Rollback to 5.1.3 in the skin addon info page to get old behaviour back for now.

(2014-09-11, 00:35)StinDaWg Wrote:
(2014-09-10, 22:39)wgstarks Wrote:
(2014-09-10, 21:16)StinDaWg Wrote: How do I roll back to Gotham Aeon Nox? I've been using Kodi 14 but having some stability problems so I went back to 13.2. Nox is broken so I downloaded Gotham zip and after installing it's still stuck on 5.5.3.

What happens if you switch to Confluence and then uninstall 5.5.3 and install 5.1.4? I'm guessing you'll have to reset skin customizations though.
Ya, that's the problem. I have so many customizations I'd rather stay on a broken Kodi than lose everything. Trying to figure out a way around that.
There are no new settings in helix version, so should be complelty interchangeable.
(2014-09-11, 06:27)Ymeltje Wrote: Kodi installed an update today, and the extrafanart option is gone?
Yes that option has given me so much headache i removed it. I have a pull request for artwork downloader to simplify it. If thats get added it'll return. Cant live without it, rollback to 5.1.3 in the skin addon info screen to get it back.

(2014-09-12, 21:17)skye Wrote: I see that ratings for Movies are not displayed anymore with TriPanel.
I know ratings are shown if I sort the list by Rating, but some addon can not
chose the sort and I would like to see the ratings no matter what sort option
I chose like before.

In View_55_TriPanel.xml, I changed $INFO[ListItem.Label2] to $INFO[ListItem.Rating]
under Container.Content(movies), but still ratings are not visible in the list although
now the rating shows only for the movie that is currently selected.

How can I display rating for all titles with TriPanel using all sorting options like before?
Ask your addon author to add rating to label2. If you change it manually, there is itemlayout and focusedlayout that needs changing. By the sound of it, you only changed the focusedlayout.
When watching some movies that are supposed to be full screen they show with black bars on the side. I looked through the forums and found a way to fix it. But when I go to look for the video setting when playing a movie in Aeon Nox I can't find the video option like what is in confluence. Where do I find video setting so I can fix my issue?
(2014-09-12, 21:17)skye Wrote: I see that ratings for Movies are not displayed anymore with TriPanel.
I know ratings are shown if I sort the list by Rating, but some addon can not
chose the sort and I would like to see the ratings no matter what sort option
I chose like before.

In View_55_TriPanel.xml, I changed $INFO[ListItem.Label2] to $INFO[ListItem.Rating]
under Container.Content(movies), but still ratings are not visible in the list although
now the rating shows only for the movie that is currently selected.

How can I display rating for all titles with TriPanel using all sorting options like before?
Ask your addon author to add rating to label2. If you change it manually, there is itemlayout and focusedlayout that needs changing. By the sound of it, you only changed the focusedlayout.
[/quote]

Thank you for quick reply. Actually I personally never use the list sorted by rating.
I want to see the ratings in the list sorted by year, title, etc..so I guess I have to change
it manually.
I have changed the $INFO[ListItem.Label2] to $INFO[ListItem.Rating] for both itemlayout
and focusedlayout as follows, but the rating show up only on focused title.

I have not touched any other area in View_55_TriPanel.xml since it seems other places
have nothing to do with movie list, but I am complete novice for programming languages.
What else should I change?

-<itemlayout condition="Container.Content(movies)" width="806" height="70">


-<control type="image">

<posy>12</posy>

<width>806</width>

<height>60</height>

<texture border="1">separator2.png</texture>

</control>


-<control type="label">

<posx>15</posx>

<width>90</width>

<height>68</height>

<font>font15</font>

<textcolor>labelheader</textcolor>

<selectedcolor>selected</selectedcolor>

<align>left</align>

<aligny>center</aligny>

<label fallback="• • • •">$INFO[ListItem.Year]</label>

<visible>!IsEmpty(ListItem.Title)</visible>

</control>


-<control type="label">

<posx>110</posx>

<posy>0</posy>

<width>620</width>

<height>68</height>

<font>font15</font>

<textcolor>grey2</textcolor>

<selectedcolor>selected</selectedcolor>

<label>$INFO[ListItem.Label]</label>

</control>


-<control type="label">

<posx>730</posx>

<posy>0</posy>

<width>620</width>

<height>68</height>

<font>font15</font>

<align>right</align>

<textcolor>grey2</textcolor>

<selectedcolor>selected</selectedcolor>

<aligny>center</aligny>

<label>$INFO[ListItem.Label2]</label>

</control>


-<control type="image">

<posx>742</posx>

<posy>3</posy>

<width>64</width>

<height>64</height>

<aspectratio>keep</aspectratio>

<texture>$VAR[ListItem.Overlay]</texture>

</control>

</itemlayout>


-<focusedlayout condition="Container.Content(movies)" width="806" height="70">


-<control type="image">

<posy>12</posy>

<width>806</width>

<height>60</height>

<texture border="1">separator2.png</texture>

</control>


-<control type="image">

<width>806</width>

<height>70</height>

<texture border="4">listselect_fo.png</texture>

<visible>Control.HasFocus(55)</visible>

<include>VisibleFadeEffect</include>

</control>


-<control type="label">

<posx>15</posx>

<width>90</width>

<height>68</height>

<font>font15</font>

<selectedcolor>selected</selectedcolor>

<align>left</align>

<aligny>center</aligny>

<label fallback="• • • •">$INFO[ListItem.Year]</label>

<animation time="300" condition="!Control.HasFocus(55)" easing="inout" tween="sine" end="70" start="100" effect="fade">Conditional</animation>

<visible>!IsEmpty(ListItem.Title)</visible>

</control>


-<control type="label">

<posx>110</posx>

<posy>0</posy>

<width>620</width>

<height>68</height>

<font>font15</font>

<selectedcolor>selected</selectedcolor>

<label>$INFO[ListItem.Label]</label>

<animation time="300" condition="!Control.HasFocus(55)" easing="inout" tween="sine" end="70" start="100" effect="fade">Conditional</animation>

</control>


-<control type="label">

<posx>730</posx>

<posy>0</posy>

<width>620</width>

<height>68</height>

<font>font15</font>

<align>right</align>

<textcolor>grey2</textcolor>

<selectedcolor>selected</selectedcolor>

<aligny>center</aligny>

<label>$INFO[ListItem.Rating]</label>

</control>


-<control type="image">

<posx>742</posx>

<posy>3</posy>

<width>64</width>

<height>64</height>

<aspectratio>keep</aspectratio>

<texture>$VAR[ListItem.Overlay]</texture>

</control>

</focusedlayout>
(2014-09-12, 23:55)Tatts4Life Wrote: When watching some movies that are supposed to be full screen they show with black bars on the side. I looked through the forums and found a way to fix it. But when I go to look for the video setting when playing a movie in Aeon Nox I can't find the video option like what is in confluence. Where do I find video setting so I can fix my issue?

All video settings are in the Settings menu. Make sure you have the settings level set to Expert so that you can see all the settings.
ASUS Chromebox M004U (LibreELEC 8.2/Aeon Nox SiLVO)--->HDMI--->Onkyo TX-NR646--->HDMI--->Panasonic P65VT30
Photo 
Hopefully, I can ask for the assistance of BigNoid, since my understanding of skinning is very basic. I have modified a few things to my personal liking and I'm trying to learn to make the code as concise as it can be as that is the hardest part for me to grasp. I was wondering 2 things...

1. Can anyone provide any help in trying to shorten/abbreviate the code? I have duplicated lines in my DialogFullscreenInfo.xml changes, hopefully there is a way to combine them, it is difficult for me to figure that part out.

2. Can the autoscroll start after I press the "i" key? Right now it appears it has already started scrolling the cast info before I have time to see the top name or it looks like it was scrolling before I even pressed the "i" key?

Here are some pics of how it looks now.

Image

Image

Image

Image

My DialogFullscreenInfo.xml Changes + Full DialogFullScreenInfo.xml

Code:
    <control type="group">
        <visible>VideoPlayer.Content(movies) | VideoPlayer.Content(episodes)</visible>
        <include>Animation_CommonFade</include>
            <control type="label">
                <left>80</left>
                <top>150</top>
                <width>300</width>
                <height>25</height>
                <align>left</align>
                <font>Font_Bold28</font>
                <textcolor>FFFFA500</textcolor>
                <label>PLOT</label>
                <visible>VideoPlayer.Content(movies) + !IsEmpty(VideoPlayer.PlotOutline)</visible>
            </control>
            <control type="label">
                <left>80</left>
                <top>150</top>
                <width>300</width>
                <height>25</height>
                <align>left</align>
                <font>Font_Bold28</font>
                <textcolor>FFFFA500</textcolor>
                <label>PLOT</label>
                <visible>VideoPlayer.Content(episodes) + !IsEmpty(VideoPlayer.Plot)</visible>
            </control>
            <control type="textbox">
                <description>Plot</description>
                <left>80</left>
                <top>200</top>
                <width>750</width>
                <height>500</height>
                <font>font15_textbox</font>
                <textcolor>white2</textcolor>
                <align>justify</align>
                <label fallback="31203">$INFO[VideoPlayer.PlotOutline]</label>
                <wrapmultiline>true</wrapmultiline>
                <autoscroll time="3000" delay="10000" repeat="5000">true</autoscroll>
                <visible>VideoPlayer.Content(movies) + !IsEmpty(VideoPlayer.PlotOutline)</visible>
            </control>
            <control type="textbox">
                <description>Plot</description>
                <left>80</left>
                <top>200</top>
                <width>750</width>
                <height>500</height>
                <font>font15_textbox</font>
                <textcolor>white2</textcolor>
                <align>justify</align>
                <label fallback="31203">$INFO[VideoPlayer.Plot]</label>
                <wrapmultiline>true</wrapmultiline>
                <autoscroll time="3000" delay="10000" repeat="5000">true</autoscroll>
                <visible>VideoPlayer.Content(episodes) + !IsEmpty(VideoPlayer.Plot)</visible>
            </control>
            <control type="label">
                <left>80</left>
                <top>700</top>
                <width>350</width>
                <height>25</height>
                <font>Font_Bold28</font>
                <textcolor>FFFFA500</textcolor>
                <align>justify</align>
                <label>YEAR</label>
                <visible>!IsEmpty(VideoPlayer.Year)</visible>
            </control>
            <control type="label">
                <description>Year</description>
                <left>80</left>
                <top>750</top>
                <width>350</width>
                <height>25</height>
                <font>Font15_textbox</font>
                <textcolor>white2</textcolor>
                <align>justify</align>
                <label>$INFO[VideoPlayer.Year]</label>
                <visible>!IsEmpty(VideoPlayer.Year)</visible>
            </control>
            <control type="label">
                <left>80</left>
                <top>800</top>
                <width>350</width>
                <height>25</height>
                <font>Font_Bold28</font>
                <textcolor>FFFFA500</textcolor>
                <align>justify</align>
                <label>RATING</label>
                <visible>!IsEmpty(VideoPlayer.RatingAndVotes)</visible>
            </control>
            <control type="label">
                <description>Rating & Votes</description>
                <left>80</left>
                <top>850</top>
                <width>350</width>
                <height>25</height>
                <font>Font15_textbox</font>
                <textcolor>white2</textcolor>
                <align>justify</align>
                <label>$INFO[VideoPlayer.RatingAndVotes]</label>
                <visible>!IsEmpty(VideoPlayer.RatingAndVotes)</visible>
            </control>
            <control type="label">
                <left>1100</left>
                <top>150</top>
                <width>300</width>
                <height>25</height>
                <align>left</align>
                <font>Font_Bold28</font>
                <textcolor>FFFFA500</textcolor>
                <label>DIRECTED BY</label>
                <visible>!IsEmpty(VideoPlayer.Director)</visible>
            </control>
            <control type="label">
                <description>Director</description>
                <left>1100</left>
                <top>200</top>
                <width>525</width>
                <height>25</height>
                <font>font15_textbox</font>
                <textcolor>white2</textcolor>
                <align>left</align>
                <label>$INFO[VideoPlayer.Director]</label>
                <visible>!IsEmpty(VideoPlayer.Director)</visible>
            </control>
            <control type="label">
                <left>1100</left>
                <top>275</top>
                <width>300</width>
                <height>25</height>
                <align>left</align>
                <font>Font_Bold28</font>
                <textcolor>FFFFA500</textcolor>
                <label>CAST</label>
                <visible>!IsEmpty(VideoPlayer.CastAndRole)</visible>
            </control>
            <control type="textbox">
                <description>Cast & Role</description>
                <left>1100</left>
                <top>325</top>
                <width>600</width>
                <height>430</height>
                <font>font15_textbox</font>
                <textcolor>white2</textcolor>
                <align>left</align>
                <label fallback="31203">$INFO[VideoPlayer.CastAndRole]</label>
                <wrapmultiline>true</wrapmultiline>
                <autoscroll time="4500" delay="12000" repeat="4000">true</autoscroll>
                <visible>!IsEmpty(VideoPlayer.CastAndRole)</visible>
            </control>
    </control>

My MyVideoNav.xml Changes + Full MyVideoNav.xml

Code:
    <control type="group">
        <visible>Control.IsVisible(59)</visible>
        <animation effect="slide" start="0" end="40" time="720" tween="cubic" easing="inout" condition="Control.IsVisible(57)">Conditional</animation>
        <animation effect="slide" start="0" end="60" time="720" tween="cubic" easing="inout" condition="Control.IsVisible(55)">Conditional</animation>
        <animation effect="slide" start="0,0" end="80,15" time="720" tween="cubic" easing="inout" condition="Control.IsVisible(56)">Conditional</animation>
        <animation effect="slide" tween="cubic" time="720" start="0,806" end="0,0">VisibleChange</animation>
        <visible>[Container.Content(tvshows) | Container.Content(seasons) | Container.Content(movies)]</visible>
            <control type="group">
            <include>Window_OpenClose_Animation_Slower</include>
            <include>VisibleFadeEffect</include>
                <control type="image">
                    <posx>40</posx>
                    <posy>984</posy>
                    <height>100</height>
                    <aspectratio>scale</aspectratio>
                    <colordiffuse>grey2</colordiffuse>
                    <include>MediaFlagVars</include>
                    <texture height="400">$INFO[ListItem.Studio,flags/studios/,.png]</texture>
                </control>
                <control type="label">
                    <visible>Container.Content(movies)</visible>
                    <visible>![SubString(ListItem.Path,videodb://movies/sets) + !Stringcompare(ListItem.Label,..)]</visible>
                    <posx>180</posx>
                    <posy>960</posy>
                    <width>300</width>
                    <height>100</height>
                    <align>center</align>
                    <label>[B]Runtime: $INFO[ListItem.Duration] Minutes[/B]</label>
                    <font>font12</font>    
                    <textcolor>grey2</textcolor>
                </control>
                <control type="label">
                    <visible>Container.Content(movies)</visible>
                    <visible>![SubString(ListItem.Path,videodb://movies/sets) + !Stringcompare(ListItem.Label,..)]</visible>
                    <posx>180</posx>
                    <posy>1005</posy>
                    <width>300</width>
                    <height>100</height>
                    <align>center</align>
                    <label>[B]Release Year: $INFO[ListItem.Year][/B]</label>
                    <font>font12</font>
                    <textcolor>grey2</textcolor>
                </control>
                <control type="label">
                    <visible>[Container.Content(tvshows) | Container.Content(seasons)] + !IsEmpty(Window(Home).Property(NextAired.NextDate))</visible>
                    <posx>180</posx>
                    <posy>960</posy>
                    <width>400</width>
                    <height>100</height>
                    <align>center</align>
                    <label>[B]Next Episode Airs: $INFO[Window(Home).Property(NextAired.NextDate)][/B]</label>
                    <font>font12</font>
                    <textcolor>grey2</textcolor>
                </control>
                <control type="label">
                    <visible>[Container.Content(tvshows) | Container.Content(seasons)] + IsEmpty(Window(Home).Property(NextAired.NextDate))</visible>
                    <posx>180</posx>
                    <posy>960</posy>
                    <width>400</width>
                    <height>100</height>
                    <align>center</align>
                    <label>[B]Last Episode Aired: $INFO[Window(Home).Property(NextAired.LatestDate)][/B]</label>
                    <font>font12</font>
                    <textcolor>grey2</textcolor>
                </control>
                <control type="label">
                    <visible>Container.Content(tvshows) + !IsEmpty(Window(Home).Property(NextAired.Status))</visible>
                    <posx>180</posx>
                    <posy>1005</posy>
                    <width>400</width>
                    <height>100</height>
                    <align>center</align>
                    <label>[B]Status: $INFO[Window(Home).Property(NextAired.Status)][/B]</label>
                    <font>font12</font>
                    <textcolor>grey2</textcolor>
                </control>
                <control type="label">
                    <posx>620</posx>
                    <posy>980</posy>
                    <width>670</width>
                    <height>100</height>
                    <align>center</align>
                    <label>[B]$INFO[ListItem.Tagline][/B]</label>
                    <font>font15</font>
                    <scroll>true</scroll>
                    <textcolor>grey2</textcolor>
                </control>
                <control type="label">
                    <visible>IntegerGreaterThan(ListItem.Property(UnWatchedEpisodes),0)+ !IsEmpty(ListItem.Property(UnWatchedEpisodes))</visible>
                    <posx>760</posx>
                    <posy>980</posy>
                    <width>400</width>
                    <height>100</height>
                    <align>center</align>
                    <label>[B]Unwatched Episodes: $INFO[ListItem.Property(UnWatchedEpisodes)][/B]</label>
                    <font>font15</font>
                    <textcolor>grey2</textcolor>
                </control>
                <control type="label">
                    <visible>![SubString(ListItem.Path,videodb://movies/sets) + !Stringcompare(ListItem.Label,..)]</visible>
                    <posx>1480</posx>
                    <posy>960</posy>
                    <width>250</width>
                    <height>100</height>
                    <align>center</align>
                    <label>[B]IMDb Rating: $INFO[ListItem.Rating][/B]</label>
                    <font>font12</font>
                    <textcolor>grey2</textcolor>
                </control>
                <control type="label">
                    <visible>![SubString(ListItem.Path,videodb://movies/sets) + !Stringcompare(ListItem.Label,..)]</visible>
                    <posx>1480</posx>
                    <posy>1005</posy>
                    <width>250</width>
                    <height>100</height>
                    <align>center</align>
                    <label>[B]Votes: $INFO[ListItem.Votes][/B]</label>
                    <font>font12</font>
                    <textcolor>grey2</textcolor>
                </control>
                <control type="image">
                    <visible>![SubString(ListItem.Path,videodb://movies/sets) + !Stringcompare(ListItem.Label,..)]</visible>
                    <posx>1743</posx>
                    <posy>993</posy>
                    <height>77</height>
                    <aspectratio>scale</aspectratio>
                    <colordiffuse>grey2</colordiffuse>
                    <include>MediaFlagVars</include>
                    <texture fallback="flags/mpaa/NR.png">$VAR[RatingFlagVar]</texture>
                </control>
            </control>
    </control>

Any help or suggestions are greatly appreciated.

Thank you.
(2014-09-11, 11:16)helicon9 Wrote: Hi,
Could somebody tell me if it's possible to get more info on the pause screen while playing video?
I currently see the seek bar, plus the play/pause buttons etc at the top of the screen.
I'd like to be able to view the resolution/audio codec, like how its is displayed in the confluence skin when paused, even when streaming a video from an addon.
I can see there's an "i" logo at the top which gives me that info for movies in my library, but it doesn't appear when I'm streaming video through an addon.

I'm running SPMC (13.3.2) for OUYA and have latest Aeon Nox 5.1.4.

Thanks.

Bump. Can anyone help me with this? BigNoid?
There's a shot in the screenshots on the first post with info displayed on the pause screen so I guess it must be possible.
Thanks.
Have the extra fanart backgrounds been removed recently? There used to be a switch to enable them but I don't see it-

Image

I don't know, maybe I'm loosing my mind and it never was an option in AN5. Big Grin
ASUS Chromebox M004U (LibreELEC 8.2/Aeon Nox SiLVO)--->HDMI--->Onkyo TX-NR646--->HDMI--->Panasonic P65VT30
continuing my attempts to mod the View_57_Shift.xml
i am trying to make the posters bigger, both the unfocused and larger focused versions (not sure if the terminology correct).
looked at other mods still don't get it.
thought it would be simple but i am stumped.
thanks
@Wgstarks: background options have been removed. Default shows fanart now. Will return at some point where it will show extrafanart default if available.
(2014-09-13, 17:33)BigNoid Wrote: @Wgstarks: background options have been removed. Default shows fanart now. Will return at some point where it will show extrafanart default if available.

Thanks for the reply. There's so many AN skins now sometimes I get confused which skins have which features. Not that I'm complaining, I like the variety.
ASUS Chromebox M004U (LibreELEC 8.2/Aeon Nox SiLVO)--->HDMI--->Onkyo TX-NR646--->HDMI--->Panasonic P65VT30
(2014-09-13, 02:39)wgstarks Wrote:
(2014-09-12, 23:55)Tatts4Life Wrote: When watching some movies that are supposed to be full screen they show with black bars on the side. I looked through the forums and found a way to fix it. But when I go to look for the video setting when playing a movie in Aeon Nox I can't find the video option like what is in confluence. Where do I find video setting so I can fix my issue?

All video settings are in the Settings menu. Make sure you have the settings level set to Expert so that you can see all the settings.

EDIT: found the setting. Now to figure out what to change.
i got it working.

found the shift case mod by steveb
using it as a guide i was able to get what i wanted to work.

thanks
(2014-09-13, 02:22)skye Wrote:
(2014-09-12, 21:17)skye Wrote: I see that ratings for Movies are not displayed anymore with TriPanel.
I know ratings are shown if I sort the list by Rating, but some addon can not
chose the sort and I would like to see the ratings no matter what sort option
I chose like before.

In View_55_TriPanel.xml, I changed $INFO[ListItem.Label2] to $INFO[ListItem.Rating]
under Container.Content(movies), but still ratings are not visible in the list although
now the rating shows only for the movie that is currently selected.

How can I display rating for all titles with TriPanel using all sorting options like before?
Ask your addon author to add rating to label2. If you change it manually, there is itemlayout and focusedlayout that needs changing. By the sound of it, you only changed the focusedlayout.

I found the solution for this myself. I just rolled back to 5.1.2 and disabled auto update.
If I want to update, I guess I can just copy and paste this version's View_55_TriPanel.xml.
  • 1
  • 144
  • 145
  • 146(current)
  • 147
  • 148
  • 264

Logout Mark Read Team Forum Stats Members Help
Aeon Nox 537