All views disappear when going into music
#1
Long time lurker, first post Smile.

Ton of info on this forum and only found one other guy with a similar problem in another (unrelated) thread.

skabyss Wrote:I noticed a couple bugs with the current eden version.. also when selecting 'Music' from the home screen, it will always bring me to a jukebox display mode that doesnt respond to any button but 'back' (android remote) which brings it back to the library root folder.

Anybody else experiencing these issues?

Completely happy with this skin except for the bug as noted by skabyss where it goes into a black screen (with the jukebox picture barely visible) when entering music. The view menu shows the view as blank. Has anyone seen or experienced this or even better have a fix for it? This is on the latest night skin available and also tried on both a nightly build and the new eden. I posted the log file which describes entering music, the screen going dark, pressing back, to get me to the library root folder. Hopefully the link below works. Thanks in advance for any help.

http://pastebin.com/jkDk7KZy
Reply
#2
renzo44 Wrote:Long time lurker, first post Smile.

Ton of info on this forum and only found one other guy with a similar problem in another (unrelated) thread.



Completely happy with this skin except for the bug as noted by skabyss where it goes into a black screen (with the jukebox picture barely visible) when entering music. The view menu shows the view as blank. Has anyone seen or experienced this or even better have a fix for it? This is on the latest night skin available and also tried on both a nightly build and the new eden. I posted the log file which describes entering music, the screen going dark, pressing back, to get me to the library root folder. Hopefully the link below works. Thanks in advance for any help.

http://pastebin.com/jkDk7KZy


Welcome!


This is actually one of the problems I figured out a work-around for. Sorry I'm not around my xbmc right now, but I fixed the issue by making a small modification to one of the skin's xml files. I'll post the exact changes I made when I get back home, but it was as simple as changing 'mymusic' to 'music' in part of the xml if I'm remembering properly... The issue I'm having a hard time working around is the newest albums not displaying properly.. but thats another battle! :p
Reply
#3
skabyss Wrote:Welcome!


This is actually one of the problems I figured out a work-around for. Sorry I'm not around my xbmc right now, but I fixed the issue by making a small modification to one of the skin's xml files. I'll post the exact changes I made when I get back home, but it was as simple as changing 'mymusic' to 'music' in part of the xml if I'm remembering properly... The issue I'm having a hard time working around is the newest albums not displaying properly.. but thats another battle! :p

I wouldn't mind knowing this as it's been bugging me! :p
Reply
#4
Sorry for the delay!

http://pastebin.com/vccTtEHE

Just copy all of that and replace everything in addons/skin.night/720p/Home.xml
Save and restart of course too.

Hope that helps! Let me know if it isn't working for you
Reply
#5
Thumbs Up 
skabyss Wrote:Sorry for the delay!

http://pastebin.com/vccTtEHE

Just copy all of that and replace everything in addons/skin.night/720p/Home.xml
Save and restart of course too.

Hope that helps! Let me know if it isn't working for you

Cheers, I'll have a go later and let you know.
Reply
#6
(2012-01-03, 06:44)skabyss Wrote: Sorry for the delay!

http://pastebin.com/vccTtEHE

Just copy all of that and replace everything in addons/skin.night/720p/Home.xml
Save and restart of course too.

Hope that helps! Let me know if it isn't working for you

This didnt work for me. Still have the problem.

Reply
#7
ok, found the bug, It will be fixed in Night-Eden 2.0.3 (see sig for download link), as soon as I have the time.

Until then, change occurrences of

Code:
<onclick>XBMC.ActivateWindow(MyMusic,return)</onclick>

to

Code:
<onclick>XBMC.ActivateWindow(Music)</onclick>

In Home.xml and Includes_Home_Horizontal.xml
Reply
#8
This is corrected in version 2.0.3.
Reply

Logout Mark Read Team Forum Stats Members Help
All views disappear when going into music0