Kodi Community Forum
[RELEASE] Aeon Nox 2.0 (deprecated) - 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] Aeon Nox 2.0 (deprecated) (/showthread.php?tid=89151)



- Hack_kid - 2011-08-04

hey big noid in latest xbmc nightly after a reboot of xbmc the home screen no longer loads any text its very strange. i am using a compressed textures.xbt file instead of uncompressed media folder but i doubt that makes any difference whats going on is this a known bug


- Mr. Orange - 2011-08-04

thezoggy Wrote:In the weather section on the home screen i clicked on animated and it kills the current icons... now all i have is empty spots where the images should be.
I tried d/ling the animated weather icons from the first post but the link doesn't seem to work. The weather image pack works fine. I tried playing with all kinds of settings in the skin but I could not revert the weather icons back to default. Bug?

I also had trouble disabling animated weather icons through system>skin settings. I fixed it by editing userdata/guisettings.xml. There are 2 animated weather icon settings in there: 1 for the home screen, 1 for the weather screen.

btw the icon pack from the first post downloads fine here


- BigNoid - 2011-08-04

Hack_kid Wrote:hey big noid in latest xbmc nightly after a reboot of xbmc the home screen no longer loads any text its very strange. i am using a compressed textures.xbt file instead of uncompressed media folder but i doubt that makes any difference whats going on is this a known bug

I just see this today. I know what the problem is and will try to fix asap.
If you press enter and go back to home everything is fine. (use latest git)

EDIT: fixed now in git. I think this has to do with a bug in XBMC. Nightly from two days ago works fine.


- Shinu - 2011-08-04

LiLChris Wrote:I hope it will be supported, it seems silly not to.
In my case I have tons of Anime and it would be great if I can show them the trailer without having to go to the YouTube plugin.

That's the same reason why I asked in the first place. I have upwards of 500 series and I can always remember what every series is about. Hopefully they'll change their minds one day and implement it. Maybe under the name "Promo" or something. That would be cool.


- BigNoid - 2011-08-04

thezoggy Wrote:In the weather section on the home screen i clicked on animated and it kills the current icons... now all i have is empty spots where the images should be.
I tried d/ling the animated weather icons from the first post but the link doesn't seem to work. The weather image pack works fine. I tried playing with all kinds of settings in the skin but I could not revert the weather icons back to default. Bug?

I'll revert the opening of the dialog when no animated icons are set and will only show the button when the animated icon pack is set in skin settings


- Martijn - 2011-08-04

Big Noid,

Lukely it's getting harder to find bugs in your skin and that's a good thing Nod
However here some small things

Movie cover on top of mediamenu:
http://imageshack.us/photo/my-images/836/screenshot030c.png/
(Side note: i like the glow around the small moviescreen. Will this be available in the other vieuws as well? Can remember some post about this a while ago)

The video in progress window doesn't show episode image but it does show from movies. Does this show fanartart/extrathumbs?
Found this in the error log:
Code:
18:35:06 T:1540 M:1481105408   DEBUG:   msg: PICTURE::LoadImage: Unable to open image: special://profile/Thumbnails/Video/0/auto-098ff15d.tbn Error: (2)
18:35:06 T:1540 M:1481105408   ERROR: Texture manager unable to load file: special://profile/Thumbnails/Video/0/auto-098ff15d.tbn
I don't think the "auto-" must be in front of the filename. The file without the "auto-" does exist. Is this some error of the addon script?

http://imageshack.us/photo/my-images/804/screenshot027.png/

Text on the screen alignement not showing properly
http://imageshack.us/photo/my-images/37/screenshot021q.png/

Some strange thing on the "recommended albums" widget.
Don't know if it's the skin or addon... maybe you can tell
I can can sroll through it and all works well but when i press RIGHT (once or twice") all the album names disapear except the bottom one. I can still scroll throught it and it still show the selected album on the left. Also xbmc get real choppy or it hangs and must be shutdown the hard way.
(side note: the album of 3 doors down has no cover so that's correct)
http://imageshack.us/photo/my-images/29/screenshot034d.png/
http://imageshack.us/photo/my-images/51/screenshot035wj.png/
http://imageshack.us/photo/my-images/59/screenshot037vz.png/

That's it for now..

Keep up the good work


- BigNoid - 2011-08-04

@Machine-Sanctum:
I think the videobokkmark script has issues. Mine only shows episode thumbnails and no movie posters.
When pressing right in the random items widgets the randomitems script runs. Since a few updates of the script ago it takes a bit longer to load the script and locks xbmc till finished. Just let it load a few seconds eventually it will come up.
All other issues should be fixed Smile


- Martijn - 2011-08-04

Big_Noid Wrote:@Machine-Sanctum:
I think the videobokkmark script has issues. Mine only shows episode thumbnails and no movie posters.
When pressing right in the random items widgets the randomitems script runs. Since a few updates of the script ago it takes a bit longer to load the script and locks xbmc till finished. Just let it load a few seconds eventually it will come up.
I'll see if i can fix that (for me it's to delete the code with "auto-") and see what it does. I'll let you know.

Well the chopiness takes more than just a few seconds and i think that my htpc is fast enough to handle such a script. Maybe it's because i run from sql server that it takes (a lot)longer. However that one is also fast enough and i have no problems with the normal library.

Quote:All other issues should be fixed Smile
On a hunt to search for more Cool


- BigNoid - 2011-08-04

@Machine-Sanctum: You probably have a lot bigger database. I'm also running MySql and it really is just 15 seconds or so.


- Martijn - 2011-08-04

Big_Noid Wrote:@Machine-Sanctum: You probably have a lot bigger database. I'm also running MySql and it really is just 15 seconds or so.

Not really. I thought it took long but was only 6 seconds (yes i am impatient)

By the way:
I fixed my thumbnails for video.bookmark
Deleted "auto-" line237 "default.py"
Code:
old:
thumb = "special://profile/Thumbnails/Video/%s/auto-%s" % ( thumb_cache[ 0 ], thumb_cache, )
new:
thumb = "special://profile/Thumbnails/Video/%s/%s" % ( thumb_cache[ 0 ], thumb_cache, )

Maybe this also works for your movies.
Strange thing is i added some of the code of recently added to this one and it didn't work. So just took the easy way and deleted the text it was looking for.
I'll see if i can get it to work like the way it is supposed to


New theme - BigNoid - 2011-08-04

Added Lite_Floor theme in git version. Place this in media folder to test it out. Update git first. Works best with default spot color and disabled infopanel.
This changes only the floor to the lite one from original Aeon together with the color of the flags and labels and scrollbar.


- dascmo - 2011-08-04

Big_Noid Wrote:@Machine-Sanctum:
I think the videobokkmark script has issues. Mine only shows episode thumbnails and no movie posters.
When pressing right in the random items widgets the randomitems script runs. Since a few updates of the script ago it takes a bit longer to load the script and locks xbmc till finished. Just let it load a few seconds eventually it will come up.
All other issues should be fixed Smile

Mine started showing the movie posters after I rebuilt my library. It's kind of cool to watch as it updates the "recently added" widget in real time. Before rebuild it showed the fanart and also while scanning showed fanart.


- Martijn - 2011-08-04

dascmo Wrote:Mine started showing the movie posters after I rebuilt my library. It's kind of cool to watch as it updates the "recently added" widget in real time. Before rebuild it showed the fanart and also while scanning showed fanart.

I think you're mistaking "recently.added" with "video.bookmarks"
These are two seperate scripts


- dascmo - 2011-08-04

Machine-Sanctum Wrote:I think you're mistaking "recently.added" with "video.bookmarks"
These are two seperate scripts

Blush -- You're right

I was scanning the thread too fast.


- meridius - 2011-08-05

I feel like that would kill the point of it being a Carousel since it doesn't go around forever. :p[/quote]

Q1 Could u do one without the wrap but call it a different name ad I like the view but looks abait weird with only 2 series

Just wanted to know if u can do it.

Q2 Also can u make the showcase view bigger or have 3 different view options that have different sizes

Also found a bug in tv logos when u have more than one season it works but if u only have one season and goes straight to the episodes there is no tv logo it does not get displayed

Thanks all