Kodi Community Forum

Full Version: [RELEASE] Aeon Nox 2.0 (deprecated)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Rumik Wrote:Hmm. I installed it like any other zip file but it didn't tell me it had finished, nor does it show up in programs or addons (if it's an addon, what category will it come under?) and it hasn't added anything to the widgets list. The folder and files were definitely copied over from the zip file, though.

All normal so far Wink
You may need to do a restart. If stil a no, enable debugging and restart wait 5 munutes or so and post your debug log on pastebin.com
Still no good Sad

http://pastebin.com/CxmWDsVZ

Cheers
Rumik Wrote:Still no good Sad

http://pastebin.com/CxmWDsVZ

Cheers

You need to enable debugging in xbmc settings for correct log
Sorry for the dumb question, but I cannot see artist visualization like this
http://www.youtube.com/watch?v=0j5SFC0p_...re=related

Can anyone help me getting this set up?

Thanks
Rumik Wrote:Apologies!

http://pastebin.com/8sV1Pgg5

Debugging on and then do restart so i can what is happening at startup Wink
You can for starters delete the addon.db from your userdata folder. This will cause no problems.
I'll get this posted for you tonight, thanks for your help Smile
Hello, is there a way to show the Artist logo in the TAB screen? I use the logo downloader script.

Thanks
Here we go Smile thanks again!

http://pastebin.com/gk7mKJ9B
Rumik Wrote:Here we go Smile thanks again!

http://pastebin.com/gk7mKJ9B

the script is installed but not triggered becauses it is not enabled in the skin.
When did you get the last Aeon Nox zip file?

You should rename:
C:\Users\Ryan\AppData\Roaming\XBMC\addons\BigNoid-Aeon-Nox-a6a78c7
to
C:\Users\Ryan\AppData\Roaming\XBMC\addons\skin.aon.nox

When you download a .zip from github it includes that version number and it is recommended to change that. Other than i don't see anything wrong.

Maybe BigNoid has an idea
The watchlist script is run when you enable one of the following:
- featured menu item enabled.
- one of the 4 widgets activated that involve watchlist script.
- Watchlist script is installed.

Since you don't see the widget settings for watchlist widget (it hides the settings if the script is not installed) and the script is not run on startup my guess is that something is wrong with the installed watchlist script.

Don't know why, because it says it's installed in the debug.
Hi,

Renamed but no good Sad I don't see an option to enable it anywhere, it doesn't appear in widget options, so is there another way to enable it, like an XML I could edit?

Thanks
villano666 Wrote:Sorry for the dumb question, but I cannot see artist visualization like this
http://www.youtube.com/watch?v=0j5SFC0p_...re=related

Can anyone help me getting this set up?

Thanks

Go to menu while in music viz (press 'm') go to misc. options and make sure Use Classic Aeon music viz is disabled.
Rumik Wrote:Hi,

Renamed but no good Sad I don't see an option to enable it anywhere, it doesn't appear in widget options, so is there another way to enable it, like an XML I could edit?

Thanks

Yes, edit startup.xml so that the last onload line looks like this:
Code:
<onload>RunScript(script.watchlist,movies=true&amp;episodes=true&amp;albums=true&amp;limit=8)</onload>

It's a good idea because if this doesn't work we probably get to see what's wrong with the script.
Should I add that in at the end or edit the current last one?