All views disappear when going into music

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
renzo44 Offline
Junior Member
Posts: 1
Joined: Dec 2011
Reputation: 0
Post: #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
(This post was last modified: 2011-12-27 20:05 by renzo44.)
find quote
skabyss Offline
Senior Member
Posts: 243
Joined: Dec 2005
Reputation: 0
Post: #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! Tongue
find quote
Scottland Offline
Junior Member
Posts: 33
Joined: Jan 2011
Reputation: 0
Post: #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! Tongue

I wouldn't mind knowing this as it's been bugging me! Tongue
find quote
skabyss Offline
Senior Member
Posts: 243
Joined: Dec 2005
Reputation: 0
Post: #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
find quote
Scottland Offline
Junior Member
Posts: 33
Joined: Jan 2011
Reputation: 0
Thumbs Up    Post: #5
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.
find quote
jz1276 Offline
Fan
Posts: 328
Joined: Jul 2007
Reputation: 0
Post: #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.
find quote
Balinus Offline
Posting Freak
Posts: 1,018
Joined: Jul 2011
Reputation: 17
Location: Montréal
Post: #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
(This post was last modified: 2012-08-24 17:44 by Balinus.)
find quote
Balinus Offline
Posting Freak
Posts: 1,018
Joined: Jul 2011
Reputation: 17
Location: Montréal
Post: #8
This is corrected in version 2.0.3.
find quote