Odd Problem - Music
#1
I just compiled a newer SVN last night, rev 35555 - Now, I've just noticed something happen when I go into the music section (which I have just listed as file view as trying to organise my music into the library well, that's too much time I don't have at the moment)

But when I go into the music section, I see a faint outline of the jukebox (just the top curves), the rest is black.

If I press escape(or the back button on my remote) then the file views show as per normal

I have just recompiled to SVN 35560

Updated git from efac56f..7b3eecc

I still see it happening, although prior to updating to SVN 35555 - This didn't happen.

From the XBMC log at that point I see:
Code:
12:20:46 T:139839268968512 M:3662635008   DEBUG: ExecuteXBMCAction : Translating XBMC.ActivateWindow(MyMusic,return)
12:20:46 T:139839268968512 M:3662635008   DEBUG: ExecuteXBMCAction : To XBMC.ActivateWindow(MyMusic,
return)
12:20:46 T:139839268968512 M:3662635008   DEBUG: Activating window ID: 10501
12:20:46 T:139839268968512 M:3662635008   DEBUG: Checking if window ID 10501 is locked.
12:20:46 T:139839268968512 M:3662635008   DEBUG: ------ Window Deinit (Home.xml) ------
12:20:46 T:139839268968512 M:3662712832 WARNING: CUtil::GetMatchingSource... no matching source foun
d for [return]
12:20:46 T:139839268968512 M:3662712832   DEBUG: ------ Window Init (MyMusicSongs.xml) ------12:20:46 T:139839268968512 M:3662712832    INFO: Loading skin file: MyMusicSongs.xml
12:20:46 T:139839268968512 M:3662712832 WARNING: Skin has invalid include: Object_DebugGrid12:20:46 T:139839268968512 M:3662712832 WARNING: Skin has invalid include: Animation_PosterInfoSlide
_Showcase
12:20:46 T:139839268968512 M:3662712832 WARNING: Previous line repeats 2 times.
12:20:46 T:139839268968512 M:3662712832   DEBUG: Load MyMusicSongs.xml: 31.46ms
12:20:46 T:139839268968512 M:3662458880   DEBUG: Alloc resources: 39.72ms (31.88 ms skin load)
12:20:46 T:139839268968512 M:3662458880   DEBUG: CGUIMediaWindow::GetDirectory (return)
12:20:46 T:139839268968512 M:3662458880   DEBUG:   ParentPath = [return/]
12:20:46 T:139839268968512 M:3662458880   ERROR: GetDirectory - Error getting return
12:20:46 T:139839268968512 M:3662458880   ERROR: CGUIMediaWindow::GetDirectory(return) failed

Then after pressing the back button:

Code:
12:24:46 T:139839268968512 M:3628294144   DEBUG: LIRC: Update - NEW at 248242:000000037ff07bdc 00 Back mceusb (Back)
12:24:46 T:139839268968512 M:3628294144   DEBUG: OnKey: 216 (d8) pressed, action is ParentDir
12:24:46 T:139839268968512 M:3628294144   DEBUG: CGUIMediaWindow::GetDirectory ()
12:24:46 T:139839268968512 M:3628294144   DEBUG:   ParentPath = []
12:24:46 T:139838768219920 M:3628294144   DEBUG: thread start, auto delete: 0
12:24:46 T:139838768219920 M:3627196416   DEBUG: Saving fileitems []
12:24:46 T:139838768219920 M:3627061248   DEBUG:   -- items: 10, sort method: 0, ascending: false
12:24:46 T:139838768219920 M:3627061248   DEBUG: Thread 139838768219920 terminating
12:24:46 T:139839268968512 M:3627061248   DEBUG: RetrieveMusicInfo() took 51 msec

The full log can be found here:
http://pastebin.com/gAYChmEA

Any hints on how to correct it?

Cheers!
Reply
#2
Okay, well I kind of fixed it myself.

When I pressed the yellow MCE button, it went to the music list.
That button was tagged as just: XBMC.ActivateWindow(MyMusic)

Now, I noted from the log it said: XBMC.ActivateWindow(MyMusic,return)

So, in Home.xml I changed:
<onclick>XBMC.ActivateWindow(MyMusic,return)</onclick>

to:
<onclick>XBMC.ActivateWindow(MyMusic)</onclick>

So, it works now, but the ",return" does this have any effect on the operation, or can it just stay as this?
Reply
#3
As of what I got on GIT currently and RC1 everything seems fine. Odd that only part of Jukebox would show as it is one big 1280x720 image...
Image

Check out The Carmichael - A Skin For XBMC

Check out Night - A Skin For XBMC

Check out Unfinished - A Skin For XBMC
Reply
#4
the ,return just means if you press 'backspace', or remote equivalent, you go back to Home not the category section...
Image

Check out The Carmichael - A Skin For XBMC

Check out Night - A Skin For XBMC

Check out Unfinished - A Skin For XBMC
Reply
#5
That's what I thought with the image as well. But it is quite odd.
I've posted a screenshot of it, it's pretty hard to make out, but you can just see the faint lines of the image.

http://img338.imageshack.us/img338/9793/...t002mb.png

Right, so really, removing the ,return will have no other effect, as to get out of there I just press the back button on my MCE remote, which gets me back to home. I'll just have to remember to change it next time when I do a pull.

Easy fix, just thought it was odd occurrence ... Anyways, thanks for the beautiful skin!
Reply
#6
since i don't speak c++, this is just a wild guess...
i suspect one of these recent changes in xbmc is messing things up:
http://trac.xbmc.org/changeset/35550
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply
#7
ronie Wrote:since i don't speak c++, this is just a wild guess...
i suspect one of these recent changes in xbmc is messing things up:
http://trac.xbmc.org/changeset/35550

Didn't understand either but if that helps fix the 'adding folders to favorites' Windows problem thats great!
Image

Check out The Carmichael - A Skin For XBMC

Check out Night - A Skin For XBMC

Check out Unfinished - A Skin For XBMC
Reply
#8
You're probably right there Ronie, I can't remember which SVN rev I came from, but it would've been on the 28/11 - As that was the last backup I made (As before I upgrade I usually make a backup as part of my upgrade script, a simple tarball of all the important directories, 2gig file stored saves less heartache when trying to resolve issues)

So it's between then and 35555 - I tested the operation on both the Transparency and Confluence skins, and they're okay. Was just Night.

But a simple fix, if someone else sees it, then they can make the change as well!

All good in my books!
Reply
#9
I just compiled dharma 3 days ago and am having the same issue. Ill look at my install later tonight.
Reply

Logout Mark Read Team Forum Stats Members Help
Odd Problem - Music0