(2012-05-12 18:48).:B:. Wrote: Of my whole setup you mean, or of just aeon nox?
Whole setup.
If no one else is having this it must be your installation
Martijn
Team-XBMC Joined: Jul 2011 Reputation: 116 Location: Dawn of time |
2012-05-12 19:09
Post: #11
(2012-05-12 18:48).:B:. Wrote: Of my whole setup you mean, or of just aeon nox? Whole setup. If no one else is having this it must be your installation Always read the XBMC online-manual, FAQ and search the forums before posting. Do NOT e-mail Team-XBMC members asking for support. Read/follow the forum rules. For troubleshooting and bug reporting, make sure you read this first For your mediacenter artwork go to ![]() |
| find quote |
.:B:.
Fan Posts: 329 Joined: Mar 2010 Reputation: 0 |
2012-05-12 21:03
Post: #12
Well I guess I'll weigh the pro's and cons then. It took a while setting this up, I'd rather try to fix it than start from a clean slate again.
I appreciate everyone's input, but a reinstall is pretty much a Windows solution .Edit: Xbmc's log said it was looking for the favourites script, but that was not installed. Once I grabbed that the favourites showed up just fine .
* Netgear WNDR3700, OpenWrt Attitude Adjustment 12.09 :: HP Procurve V1410-8G switch * OpenELEC 3.0.1: Zotac Nano AD10, Sony KDL52-NX800 * Debian Wheezy x86_64: Phenom II X4 980 BE, HD6950, Dell U2312HM * Debian Wheezy x86_64: Celeron G530, NFS/MySQL/DLNA/ZFS server
(This post was last modified: 2012-05-12 21:17 by .:B:..)
|
| find quote |
upD8R
Senior Member Joined: Jun 2011 Reputation: 2 Location: Germany |
2012-05-13 09:24
Post: #13
(2012-05-12 21:03).:B:. Wrote: Edit: Xbmc's log said it was looking for the favourites script, but that was not installed. Once I grabbed that the favourites showed up just fineHi, could you pls briefly explain what script was missing and how did you manage to get it? Thanks! XBMC 12 & Aeon Nox 4 running on 3x Windows 7 x64 mySQL hosted on WHS 2011 |
| find quote |
Martijn
Team-XBMC Joined: Jul 2011 Reputation: 116 Location: Dawn of time |
2012-05-13 09:41
Post: #14
Install this one:
http://mirrors.xbmc.org/addons/eden/script.favourites/ Always read the XBMC online-manual, FAQ and search the forums before posting. Do NOT e-mail Team-XBMC members asking for support. Read/follow the forum rules. For troubleshooting and bug reporting, make sure you read this first For your mediacenter artwork go to ![]() |
| find quote |
upD8R
Senior Member Joined: Jun 2011 Reputation: 2 Location: Germany |
2012-05-13 09:48
Post: #15
Ah, thanks indeed!
It seems my issue (cannot assign a smart playlist to a Video/VP1 submenu) has a diffierent cause. I use the built-in path substitution feature for the Playlist folder but this is not recognized in the skin. After copying the playlist to the actual harddisk it works as expected. XBMC 12 & Aeon Nox 4 running on 3x Windows 7 x64 mySQL hosted on WHS 2011 |
| find quote |
james25182
Junior Member Posts: 14 Joined: Feb 2012 Reputation: 0 |
2012-06-23 20:39
Post: #16
I am having the same issue: I cannot assign a smart playlist to a custom menu on Aeon Nox 3.0. As OP suggested, I have assigned a remote button to the smart playlist and that works fine. I have even managed to have a custom menu open a playlist in windows but my HTPC runs Openelec and it doesn't work there. Did this get solved here as I can't see the solution clearly.
Cheers. |
| find quote |
james25182
Junior Member Posts: 14 Joined: Feb 2012 Reputation: 0 |
2012-06-25 21:11
Post: #17
At the risk of talking to myself, this is what I've discovered.
scripts.playlists doesn't seem to have been installed with Aeon NOX 3.0.1. I'm running Openelec so can't seem to install it manually. I have tried manually editing the guisettings.xml file to add: <setting type="string" name="skin.aeon.nox.Nox.CustomHomeItem1.Path">special://profile/playlists/video/MyPlaylist.xsp</setting> but this doesn't work - the file just reverts when the skin is reloaded. I've even tried putting the real file system path in instead of the special:// path but same result. Any other suggestions? I really want to get Aeon Nox working on this system! |
| find quote |
james25182
Junior Member Posts: 14 Joined: Feb 2012 Reputation: 0 |
2012-06-25 21:24
Post: #18
And just as I'd run out of ideas, I've cracked it!
So it appears that every time I was editing the guisettings.xml file, Aeon NOX was overwriting it before resetting so no changes were saved. What I did was this: Kill off XBMC and prevent it restarting by running these commands in an SSH shell: Code: touch /var/lock/xbmc.disabledThen make the edits to guisettings.xml to add the playlists to the custom menu items. To restart XBMC: Code: rm /var/lock/xbmc.disabledI imagine that any further changes to the main menu will bork these changes so it's far from ideal but it does work. |
| find quote |
phil65
Skilled Skinner Posts: 4,458 Joined: Mar 2009 Reputation: 56 Location: Cologne, Germany |
2012-06-25 23:47
Post: #19
...forget it, didn“t read till the end.
(This post was last modified: 2012-06-25 23:48 by phil65.)
|
| find quote |