• 1
  • 6
  • 7
  • 8(current)
  • 9
  • 10
  • 379
[RELEASE] Aeon Nox 2.0 (deprecated)
jupiterslover Wrote:@dascmo

I would love to have your mods...I am especially interested in your TV Show list page...how did you get it right justified like that? So awesome

My mod is really only the Fonts/sizes for those using SD TV's. danofun added the rightlist view from another skin. If you look back a few pages he posted the info to do it as well as his files. They will probably need to be re-integrated though since there have been other updates to the skin since he posted them. I may do this myself but it probably won't be until later tonight or tomorrow.
--Dascmo

\\ OpenElec \ Frodo \ ASROCK 330HT \\ AEON NOX 4.0 \\


Free Online Storage: Copy

^^HIGHLY RECOMMENDED^^
Reply
There's a design-bug under:

Music
Playlists
Party mode playlist

there is no background for the settings
Reply
traxxus Wrote:There's a design-bug under:

Music
Playlists
Party mode playlist

there is no background for the settings

You're right. Will fix that in next release.

ferrytale Wrote:Oke that works for me but when I press The "" TAB"" button on my keyboard to go to fullscreen I see the visualisation again.

On that point I want the artist fanart as well,is that possible?

You have to set visualization to none for that to work.
Reply
smiffy1989 Wrote:On the infopanel for movies, Country is one of the things it shows. Could it be changed to genre instead? The country tag for almost all my movies is blank!

Thanks Smile

That's because it's relative new field in the scraper I think. If I reload my movies that have that field missing then it gets added to the database. I won't change that in the skin, but if you want to change it it's relatively simple. Go to Includes_Showcase.xml and do a search & replace of the following:
Code:
$INFO[ListItem.Country]
with
Code:
$INFO[ListItem.Genre]
Reply
Big_Noid Wrote:That's because it's relative new field in the scraper I think. If I reload my movies that have that field missing then it gets added to the database. I won't change that in the skin, but if you want to change it it's relatively simple. Go to Includes_Showcase.xml and do a search & replace of the following:
Code:
$INFO[ListItem.Country]
with
Code:
$INFO[ListItem.Genre]

Thanks Smile

EDIT: Changing that changes the info but not the label. So it says: Country: Crime/Drama. How can I change the label too? Thanks Smile
Reply
smiffy1989 Wrote:Thanks Smile

EDIT: Changing that changes the info but not the label. So it says: Country: Crime/Drama. How can I change the label too? Thanks Smile

Sorry, forgot about that :confused2:

Search & Replace in Includes_Showcase.xml:
Code:
$LOCALIZE[21875]:
with
Code:
$LOCALIZE[515]:
Reply
Big_Noid Wrote:Sorry, forgot about that :confused2:

Search & Replace in Includes_Showcase.xml:
Code:
$LOCALIZE[21875]:
with
Code:
$LOCALIZE[515]:

Perfect, thanks Smile
Reply
@big_noid

[Request 1]: While using MQ2 when you have music playing on the home screen and look through the recently added movies the now playing moves to the top of the screen and you are still able to view the movie/tv/song information of the recently added item. Can you implement this into NOX as a feature? Also the possibility of viewing the next 5 or 10 playing tracks from the home menu.

[Request 2]: uncompressed textures.xbt file

[Bug?]: When in the music visualization screen and you pull up the music OSD menu the lyrics button only seems to be selectable if you are on the stop button and press up. Not sure if this is by design or not.
--Dascmo

\\ OpenElec \ Frodo \ ASROCK 330HT \\ AEON NOX 4.0 \\


Free Online Storage: Copy

^^HIGHLY RECOMMENDED^^
Reply
My new favorite skin, great work!

Don't know if it already has been mentioned (searching this thread for "lyrics" brought no result) but the lyrics button in Music full screen does not work although I have activated it in the skin settings.
Vero 4k+ | OSMC Kodi 19.1
Sony KD-65A1
Reply
dascmo Wrote:My mod is really only the Fonts/sizes for those using SD TV's. danofun added the rightlist view from another skin. If you look back a few pages he posted the info to do it as well as his files. They will probably need to be re-integrated though since there have been other updates to the skin since he posted them. I may do this myself but it probably won't be until later tonight or tomorrow.

Thank you for pointing that out. I skimmed the rest of the thread and jumped right over it. I thought I had read about it, but I musta been super tired (as usual)
Reply
dascmo Wrote:@big_noid

[Request 1]: While using MQ2 when you have music playing on the home screen and look through the recently added movies the now playing moves to the top of the screen and you are still able to view the movie/tv/song information of the recently added item. Can you implement this into NOX as a feature? Also the possibility of viewing the next 5 or 10 playing tracks from the home menu.

Makes more sense to have everything visible, I agree. I will implement this in next release.

dascmo Wrote:[Request 2]: uncompressed textures.xbt file
You can checkout the source files via
Code:
svn checkout http://aeon--nox.googlecode.com/svn/trunk/
dascmo Wrote:[Bug?]: When in the music visualization screen and you pull up the music OSD menu the lyrics button only seems to be selectable if you are on the stop button and press up. Not sure if this is by design or not.

This is a bug, not a feature. Will fix that in next release.

Bobby Blixberg Wrote:My new favorite skin, great work!

Don't know if it already has been mentioned (searching this thread for "lyrics" brought no result) but the lyrics button in Music full screen does not work although I have activated it in the skin settings.

This is a navigation bug, on "Stop" press up to activate the lyrics. As mentioned above I will fix this in next release. Also in next release I will fix the problem of the CU lyrics script. I now have two XML's for this script in the 720p folder, but I never skinned it, so the script is almost unusable now.
Reply
I've installed the skin yesterday and I like it so far! One thing that bothers me though is that in your screenshot in the first post you have a view I suppose is media info 1. However this view isn't available (at least not in SVN). What happened? This would be my preferred skin for movies.

Cheers!
Running XBMC on my HTPC, tablet, phone and pinball machine.
Always read the XBMC online-manual, FAQ and search the forums before posting. Do NOT e-mail Team-XBMC members asking for support. For troubleshooting and bug reporting, make sure you read this first.
Reply
Okay so I've found out that's actually Showcase + Infopanel.

Next question: Any way you could keep the "Press UP to see trailer" button when "No coverflow" is selected? That would be awesome.
Running XBMC on my HTPC, tablet, phone and pinball machine.
Always read the XBMC online-manual, FAQ and search the forums before posting. Do NOT e-mail Team-XBMC members asking for support. For troubleshooting and bug reporting, make sure you read this first.
Reply
Never mind, I must be blind.
Running XBMC on my HTPC, tablet, phone and pinball machine.
Always read the XBMC online-manual, FAQ and search the forums before posting. Do NOT e-mail Team-XBMC members asking for support. For troubleshooting and bug reporting, make sure you read this first.
Reply
@big_noid

Thanks for the info. I'm patiently awaiting the next release. I'll continue to post bugs if and when I find them. I wish I had some coding experience to help you out but I tend to work by trial and error which can be rather frustrating as I'm sure you know. Thank's again for your time and work.
--Dascmo

\\ OpenElec \ Frodo \ ASROCK 330HT \\ AEON NOX 4.0 \\


Free Online Storage: Copy

^^HIGHLY RECOMMENDED^^
Reply
  • 1
  • 6
  • 7
  • 8(current)
  • 9
  • 10
  • 379

Logout Mark Read Team Forum Stats Members Help
[RELEASE] Aeon Nox 2.0 (deprecated)29