Music Library defaults to black folder
#1
I'm running pre-eden on Windows and when i select music from the homepage it goes to a folder that says "Files" even though Library is on, then i have to click the backspace on the keyboard it goes to the Genre/Artists/etc.

I'm sure this is simple, please point me in the right direct.
Reply
#2
The blank window usually means the library is enabled but either there's nothing in the library or the library cannot be read.

I'd need to see a debug log to comment further. Enable debug logging from System settings, System, Debugging, and restart XBMC then wait a minute or two for all the startup tasks to finish. Click on Music then close XBMC.

Open the debug log by pressing Windows-R and in the Run dialog type:

"%appdata%\xbmc\xbmc.log"

(including the quotes). Click OK and the log should open in Notepad. Copy and paste the log into http://pastebin.com/ and post the link it gives you here.

JR
Reply
#3
http://pastebin.com/C7ECbzAG

Thank you.
Reply
#4
It's an error in the skin you're using. The skin is attempting to open Music with:

Code:
ActivateWindow(Music,return)

but the second argument should be a directory name.

JR
Reply
#5
Can I fix this? or does the skin developer have to?
Reply
#6
You can fix it. What surprises me is that it works at all. Maybe Dharma ignores the error so the bug has only shown up when mving to Eden.

Anyhow, if you want to fix it open your favourite text editor and open the file C:\Users\xbmc\AppData\Roaming\XBMC\addons\skin.simplicity\720p\Home.xml. Search for "ActivateWindow(Music,return)" and remove the ",return" so the text is just "ActivateWindow(Music)".

JR
Reply
#7
That fixed it. Thanks!
Reply

Logout Mark Read Team Forum Stats Members Help
Music Library defaults to black folder0