Adam B. Wrote:I'm not sure if this is an Eden problem or Transparency.
When adding a custom menu, I choose to select the favorite, but the list is empty. I've verified I do have favorites inside of the menu on the home screen, but no favorites are available in the custom menu options.
I'm running openelec pre-eden nightly with transparency pulled from svn. Anyone else seeing this?
Hey ronie are you the one that maintains this script?
I came across it with 10.1 and also noticed it in the nightlies (T! svn).
http://forum.xbmc.org/showpost.php?p=794...count=1415
Code:
<favourites>
<favourite name="Blu-ray HD-DVD (Untouched)">ActivateWindow(10025,"smb://QUAD/M/Blu-ray HD-DVD (Untouched)")</favourite>
<favourite name="Captain America The First Avenger (2011)">ActivateWindow(10025,"/Users/Lee/Movies/Captain America The First Avenger (2011)/")</favourite>
</favourites>
Seems to add an extra 'return' before the end of the path
Also it does it for local paths as well.