Posts: 39
Joined: Sep 2013
Reputation:
0
Would you mind posting how Tripp?
Posts: 68
Joined: May 2012
Reputation:
0
This is such an exquisite skin. It is by far my favourite skin of all the XBMC skins I've tried. Coming from Aeon Nox and MQ, this is a breath of fresh air. Well done.
I do have one minor issue though. I cannot for the life of me get lyrics to work at all. I'm using CU LRC Lyrics, it is set in the skin settings, and set to automatically start with a song. It doesn't.
I've tried pressing m and selecting the mic button as was earlier suggested, but that only takes me to the screen with the visualisation and scrolling text. I've tried to change the skin OSD to tabbed, on-screen, offset etc but lyrics just don't show up at all. I've noticed that I sometimes have to press the back button once in the Now Playing screen to get the scrolling text working as well, but that's a minor issue.
Am I doing something wrong here? Am I missing something?
I'd post a log file but I'm not on the media machine at the moment so it can only come later.
Other than that, this skin is perfect and absolutely beautiful...
Posts: 7,935
Joined: Feb 2013
Reputation:
1,549
2014-01-23, 00:27
(This post was last modified: 2014-01-23, 00:28 by jurialmunkey.)
@DJ...
I use Yatse from my s3 and it works fine for me. I'm guessing that the lyrics window is stealing focus and blocking the command (even though the lyrics aren't showing the window is still definitely opening up). Try disabling the lyrics auto-showing. Also, pressing back on the music vis will close the lyrics window if it's still open after that.
Also doesn't the second yatse screen have most of the osd controls (horizontal finger swipe to get to it) ?
Posts: 7,935
Joined: Feb 2013
Reputation:
1,549
2014-01-23, 03:45
(This post was last modified: 2014-01-23, 03:49 by jurialmunkey.)
@DJ... -- XBMC translates keypresses into action according to what is defined in your keyboard.xml for that particular window. This is why when the lyrics window steals focus it stops the keys from doing what they usually do. That is, keyboard.xml tells xbmc that the "OK" key is to send the command "osd" when the music visualisation window is focused. However, the lyrics window is focused and isn't defined in keyboard.xml so it falls back to whatever the global default is. The default is generally "select" whereas the m key is globally set to "osd".
In short, either your keyboard.xml is incorrectly setup or a window is stealing focus. As you say it works correctly in other skins (make sure you double check this!) then that means a window is stealing focus. On line 940 & 1323 of your log I can see that the lyrics window loads, so it definitely is stealing focus.
What I suggest is:
1. Disable auto start lyrics in "Skin Settings > Addons"
2. Disable the CU LRC lyrics addon in "Settings > Addons > Enabled Addons > Services > CU LRC Lyrics"
3. Restart xbmc
4. Retry playing music and open osd.
I'll let you know when the lyrics add-on is working properly again for Gotham.
Posts: 4
Joined: Jan 2014
Reputation:
0
Don't know where I read it, but from memory I thought you have to remove itemid 200 and 201 from the lyrics xml file. After the removal it worked instantly.
I've fixed it two weeks ago for myself, can e-mail the edited file if you want to.