Kodi Community Forum
Release Aeon Nox 5 - 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 5 (/showthread.php?tid=183504)



RE: Aeon Nox 5 - mikeSiLVO - 2015-01-04

(2015-01-04, 18:09)maxdido Wrote: when I click on a movie set I can choose between the movies in that set. But if I don't want to choose a movie and want to go back to my moviewall, how do I do that? Because when I right click with the mouse button I get back to the Home Screen?

Backspace?


RE: Aeon Nox 5 - wgstarks - 2015-01-04

(2015-01-04, 18:09)maxdido Wrote: when I click on a movie set I can choose between the movies in that set. But if I don't want to choose a movie and want to go back to my moviewall, how do I do that? Because when I right click with the mouse button I get back to the Home Screen?
delete or esc should take you back to the movie wall.


RE: Aeon Nox 5 - maxdido - 2015-01-04

Thanks, I will give it a try.


RE: Aeon Nox 5 - JukEboX - 2015-01-05

Conditional Weather background is not working atm. It is completely black and it is set for conditional weather. Suggestions?


RE: Aeon Nox 5 - Warner306 - 2015-01-05

(2015-01-05, 01:55)JukEboX Wrote: Conditional Weather background is not working atm. It is completely black and it is set for conditional weather. Suggestions?

You must have made a mistake. Go to the weather section and access the left sidebar. Set the path to your fanart from the sidebar. Provided the folders are correct, conditional weather should appear.


RE: Aeon Nox 5 - JukEboX - 2015-01-06

(2015-01-05, 06:12)Warner306 Wrote:
(2015-01-05, 01:55)JukEboX Wrote: Conditional Weather background is not working atm. It is completely black and it is set for conditional weather. Suggestions?

You must have made a mistake. Go to the weather section and access the left sidebar. Set the path to your fanart from the sidebar. Provided the folders are correct, conditional weather should appear.

Where is the fan art folder with the images?


RE: Aeon Nox 5 - Brimstone - 2015-01-06

(2014-12-24, 10:35)BigNoid Wrote:
(2014-12-24, 07:09)Brimstone Wrote: With today's release of Kodi, I was hoping that the in progress widget issue would be resolved. Keeping my fingers crossed....
I am not aware anything is wrong with the in progress widget Huh
Anyway, you can make a smart playlist and assign that as widget.

I tried assigning my own smart playlist to the widget and same issue.


RE: Aeon Nox 5 - wgstarks - 2015-01-06

(2015-01-06, 04:07)JukEboX Wrote:
(2015-01-05, 06:12)Warner306 Wrote:
(2015-01-05, 01:55)JukEboX Wrote: Conditional Weather background is not working atm. It is completely black and it is set for conditional weather. Suggestions?

You must have made a mistake. Go to the weather section and access the left sidebar. Set the path to your fanart from the sidebar. Provided the folders are correct, conditional weather should appear.

Where is the fan art folder with the images?

You have to download and install the fanart pack. Here's a rather old tutorial- 62261 (thread). The only problem is that none of the links are working for the download. Does anyone have a working link to the art?


RE: Aeon Nox 5 - Bullsboy - 2015-01-07

Conditional weather just worked when I enabled it. It maybe took a minute for the images to show but I haven't downloaded anything extra


RE: Aeon Nox 5 - wgstarks - 2015-01-07

(2015-01-07, 14:28)Bullsboy Wrote: Conditional weather just worked when I enabled it. It maybe took a minute for the images to show but I haven't downloaded anything extra

What path did you set when you de-selected "Hide fanart"?


RE: Aeon Nox 5 - choekstr - 2015-01-07

(2015-01-07, 14:28)Bullsboy Wrote: Conditional weather just worked when I enabled it. It maybe took a minute for the images to show but I haven't downloaded anything extra

Same here. I just turned it on and it started showing in the background various images. I didn't have to pick a folder or any images.

Now it makes me wish I could change the transparency of the yahoo weather app so I could actually see the images it is showing. They are effectively covered up with the mostly opaque weather panels.


RE: Aeon Nox 5 - mikeSiLVO - 2015-01-07

BigNoid added this to the code awhile ago...

Code:
<onclick>Skin.SetString(WeatherFanartDir,http://aeon-nox-background-packs.googlecode.com/svn/trunk/weather-fanart/default/)</onclick>
All that does is use the weatherfanart stored on the googlecode page for Aeon Nox if you don't specify a particular location.


RE: Aeon Nox 5 - wgstarks - 2015-01-07

(2015-01-07, 16:20)mikesilvo164 Wrote: BigNoid added this to the code awhile ago...

Code:
<onclick>Skin.SetString(WeatherFanartDir,http://aeon-nox-background-packs.googlecode.com/svn/trunk/weather-fanart/default/)</onclick>
All that does is use the weatherfanart stored on the googlecode page for Aeon Nox if you don't specify a particular location.

Which xml file?


RE: Aeon Nox 5 - choekstr - 2015-01-07

(2015-01-07, 17:32)wgstarks Wrote:
(2015-01-07, 16:20)mikesilvo164 Wrote: BigNoid added this to the code awhile ago...

Code:
<onclick>Skin.SetString(WeatherFanartDir,http://aeon-nox-background-packs.googlecode.com/svn/trunk/weather-fanart/default/)</onclick>
All that does is use the weatherfanart stored on the googlecode page for Aeon Nox if you don't specify a particular location.

Which xml file?

Easy enough to find out:
Quote:root@rk3188:/sdcard/Android/data/org.xbmc.kodi/files/.kodi/addons/skin.aeon.nox.5/1080i # grep google *
MyWeather.xml: <onclick>Skin.SetString(WeatherFanartDir,http://aeon-nox-background-packs.googlecode.com/svn/trunk/weather-fanart/default/)</onclick>
Startup.xml: <onload condition="IsEmpty(Skin.String(WeatherFanartDir))">Skin.SetString(WeatherFanartDir,http://aeon-nox-background-packs.googlecode.com/svn/trunk/weather-fanart/default/)</onload>
custom_1119_ExtrasDialog.xml: <description>Concerts in google maps addon</description>
root@rk3188:/sdcard/Android/data/org.xbmc.kodi/files/.kodi/addons/skin.aeon.nox.5/1080i #



RE: Aeon Nox 5 - Warner306 - 2015-01-07

A quick Google search would have solved the conditional weather fanart issue in a matter of seconds.

This forum post has several links. Download and point to the root folder and your problem is solved. No need to download the images from the Internet.