[Solved] Aeon Nox not seeing smart video playlists

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
Martijn Online
Team-XBMC
Posts: 7,714
Joined: Jul 2011
Reputation: 115
Location: Dawn of time
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
[Image: fanarttv.png]
find quote
.:B:. Offline
Fan
Posts: 329
Joined: Mar 2010
Reputation: 0
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 Wink.

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 Smile.

* 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 Offline
Senior Member
Posts: 107
Joined: Jun 2011
Reputation: 2
Location: Germany
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 fine Smile.
Hi,

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 Online
Team-XBMC
Posts: 7,714
Joined: Jul 2011
Reputation: 115
Location: Dawn of time
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
[Image: fanarttv.png]
find quote
upD8R Offline
Senior Member
Posts: 107
Joined: Jun 2011
Reputation: 2
Location: Germany
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 Offline
Junior Member
Posts: 14
Joined: Feb 2012
Reputation: 0
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 Offline
Junior Member
Posts: 14
Joined: Feb 2012
Reputation: 0
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 Offline
Junior Member
Posts: 14
Joined: Feb 2012
Reputation: 0
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.disabled
killall -9 xbmc.bin

Then make the edits to guisettings.xml to add the playlists to the custom menu items. To restart XBMC:

Code:
rm /var/lock/xbmc.disabled

I 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 Offline
Skilled Skinner
Posts: 4,456
Joined: Mar 2009
Reputation: 56
Location: Cologne, Germany
Post: #19
...forget it, didn“t read till the end.
(This post was last modified: 2012-06-25 23:48 by phil65.)
find quote
Post Reply