[RELEASE CANDIDATE] Aeon Nox 3.0

  Thread Rating:
  • 7 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Closed
ReducedToZero Offline
Member
Posts: 88
Joined: Jun 2011
Reputation: 3
Post: #11
@Big_Noid & phil65

Bugs / Features in 3.0.0-pre you're possibly aware of, mentioning just in case now there's a 3 specific thread Smile

In Customize Top Bar, the toggle switches for Show Now Playing and Weather Info appear to be the wrong way around (on is off and vice versa).

There seems to be no way to disable or enable the PDA style weather pop up. I had this installed under v2 but disabled, somehow it's defaulted to enabled in 3.0.0-pre.

'Zero

-----
XBMC Frodo | XBMCbuntu (+ OSX / Windows 7 on a MacMini) | Aeon Nox 4 (Stable) | Maraschino Git | xbmcremote 1-04 | XSqueeze
-----
On a long enough timeline. The survival rate for everyone drops to zero.
find
phil65 Offline
Skilled Skinner
Posts: 4,456
Joined: Mar 2009
Reputation: 56
Location: Cologne, Germany
Post: #12
(2012-04-04 11:17)farr3ll Wrote:  
(2012-04-04 09:22)farr3ll Wrote:  Aeon Nox 3.0 was pushed to my XBMC installation about 10 minutes ago.. Just reading your post above is this officialConfused

El Bizzaro..!!! I reinstalled v2.0 as v3.0 kept crashing on Tv Shows (would freeze when scrolling through on banner view)

debug log, please
(2012-04-04 09:22)farr3ll Wrote:  Aeon Nox 3.0 was pushed to my XBMC installation about 10 minutes ago.. Just reading your post above is this officialConfused

no, only inofficially distributed via Passion XBMC repo.
(This post was last modified: 2012-04-04 17:04 by phil65.)
find
Monkeypox Offline
Member
Posts: 67
Joined: Oct 2011
Reputation: 0
Post: #13
If upgrading from a previous version, will saved custom menus, home screen pictures, etc... be retained or is it a complete install from scratch?
find
phil65 Offline
Skilled Skinner
Posts: 4,456
Joined: Mar 2009
Reputation: 56
Location: Cologne, Germany
Post: #14
(2012-04-04 18:03)Monkeypox Wrote:  If upgrading from a previous version, will saved custom menus, home screen pictures, etc... be retained or is it a complete install from scratch?


yes, settings will break.
(2012-04-04 16:59)ReducedToZero Wrote:  @Big_Noid & phil65

Bugs / Features in 3.0.0-pre you're possibly aware of, mentioning just in case now there's a 3 specific thread Smile

In Customize Top Bar, the toggle switches for Show Now Playing and Weather Info appear to be the wrong way around (on is off and vice versa).

There seems to be no way to disable or enable the PDA style weather pop up. I had this installed under v2 but disabled, somehow it's defaulted to enabled in 3.0.0-pre.

that´s the way it´s intended. if you do not want pda style, just deactivate/ deinstall the addon.
(This post was last modified: 2012-04-04 18:11 by phil65.)
find
Shinu Offline
Posting Freak
Posts: 769
Joined: Jul 2010
Reputation: 3
Location: Trinidad & Tobago
Post: #15
A few things I've noticed....

1. The fullscreen info in 2.0 used to center the movie title (in line with the flags) if there was no tagline present...

[Image: 8f01ff8eb34fea112a5b2ca7be7a6.png]

2. the selector for the weather panel seems a bit too large...

[Image: bda6a1e588223133645a8ea145748.png]

3. The "submenu" indicator is shown on any custom menu item if it has a submenu or not.

4. I'm not seeing the "TV" option in settings. Wasn't PVR added to this build?

5. Still need full implementation of the Random and Last Items script (for TV Show).

[Image: sigpic_71695_ea6badd43f8af70382024c3e138d01b9.jpg]
[Image: watched-fanart.jpg]
[Image: widget]
find
Big_Noid Offline
Skilled Skinner
Posts: 2,626
Joined: Jul 2010
Reputation: 68
Location: Below sea level
Post: #16
(2012-04-04 19:13)Shinu Wrote:  A few things I've noticed....

1. The fullscreen info in 2.0 used to center the movie title (in line with the flags) if there was no tagline present...

2. the selector for the weather panel seems a bit too large...

3. The "submenu" indicator is shown on any custom menu item if it has a submenu or not.

4. I'm not seeing the "TV" option in settings. Wasn't PVR added to this build?

5. Still need full implementation of the Random and Last Items script (for TV Show).
1 and 2 are fixed.
3 is on the list
4: yes, but you need a build that supports System.HasPVR boolean.
5: this was already added 2 weeks ago

(2012-04-04 14:10)Eisi2005 Wrote:  Hi,

so i enter this code to the dialogseekbar.xml

<control type="image">
<posx>1790</posx>
<posy>-45</posy>
<width>613</width>
<height>87</height>
<texture>osd/osd_bottom_bar.png</texture>
</control>
<control type="label" id="1">
<description>Chapter Name</description>
<posx>668</posx>
<posy>900</posy>
<width>748</width>
<height>42</height>
<aligny>center</aligny>
<align>right</align>
<font>Font_Reg18_Caps</font>
<textcolor>FF363636</textcolor>
<shadowcolor>88e5e5e5</shadowcolor>
<include>Animation_CommonFade</include>
<label>[UPPERCASE]$LOCALIZE[21396]: $INFO[player.chaptername][/UPPERCASE]</label>
<visible>player.chaptercount + ![Player.Forwarding | Player.Rewinding]</visible>
</control>

Now i have rigth bottom corner the window but there is no chaptername. What must i make to see there the Chaptername ?





Greets
Eisi

Change posx of the label to 1900 I think.
(This post was last modified: 2012-04-04 20:02 by Big_Noid.)
find
Big_Noid Offline
Skilled Skinner
Posts: 2,626
Joined: Jul 2010
Reputation: 68
Location: Below sea level
Post: #17
(2012-04-04 14:36)Eisi2005 Wrote:  1. Movie CDArt or a layout loke this where one of the pictures show the cdart if available

2. Two more VPL for the homemenu

Greets
Eisi
Not a big fan of movie cd art. VPLs are enough to most I think so won't be adding new ones for now.
(2012-04-04 14:43)Martijn Wrote:  
(2012-04-04 14:00)butchabay Wrote:  Oh my god !!! phil65 and big_noid on the same boat ... Rofl

It almost feels like Nox is on speed and XTC how fast it is running now Big Grin
Yeah I think it's pretty big difference compared to 2.x.x Big Grin
find
ReducedToZero Offline
Member
Posts: 88
Joined: Jun 2011
Reputation: 3
Post: #18
(2012-04-04 18:10)phil65 Wrote:  
(2012-04-04 16:59)ReducedToZero Wrote:  Bugs / Features in 3.0.0-pre ...

that´s the way it´s intended. if you do not want pda style, just deactivate/ deinstall the addon.

Guess that comes under Features then Wink

Makes streamlining sense, should have realised. Thanks for letting me know. All deleted and good Smile

'Zero

-----
XBMC Frodo | XBMCbuntu (+ OSX / Windows 7 on a MacMini) | Aeon Nox 4 (Stable) | Maraschino Git | xbmcremote 1-04 | XSqueeze
-----
On a long enough timeline. The survival rate for everyone drops to zero.
(This post was last modified: 2012-04-04 20:51 by ReducedToZero.)
find
bigdave50uk Offline
Member
Posts: 82
Joined: Nov 2010
Reputation: 0
Post: #19
The skin looks excellent, great work guys. Any chance of adding a new features list to the first post? I don't want miss out on any of the new cool additions!
find
Big_Noid Offline
Skilled Skinner
Posts: 2,626
Joined: Jul 2010
Reputation: 68
Location: Below sea level
Post: #20
(2012-04-04 21:22)bigdave50uk Wrote:  The skin looks excellent, great work guys. Any chance of adding a new features list to the first post? I don't want miss out on any of the new cool additions!

This would be a good place to look (if you can make sense of the sometimes cryptic notes Smile ):
https://github.com/BigNoid/Aeon-Nox/commits/3.0.0-pre

Too much work to keep a list of changes Tongue
find
Thread Closed