(2012-11-11, 17:35)curtis-r Wrote: (2012-11-11, 07:40)taxigps Wrote: (2012-11-05, 19:05)curtis-r Wrote: I just love this plug-in, and it works perfectly. I've been trying to tweek the script-XBMC_Lyrics-main.xml to show less lines of lyrics, yet keep the current orange lyric line centered, but have been unsuccessful. When I shorten the vertical height of the window the lyrics are in, it simply moves the current line up. What am I missing?
which code you modified?
First I modified the musicvisualization.xml for the skin, but then realized the lyric script file was probably what i needed to mod. But I still could not get less lines of lyrics, while keeping the orange current lyric line centered vertically.
Hi I'm doing the same thing. I wanted it to display in the bottom right and I stumbled on the same problem. I want to display 7 lines and I figured out which code to change to get it to center again.
You need to tweak the <posy> tag on line 108, 122 and 135. It can be a line above or below, because I added some lines to the code.
Mine is now set to <posy> 50 and it centers the current highlight when you want to display 7 lines(height of text box 200), but you can tweak it anyway you like.
Anyways, I hope this will do the trick for you.
[edit1]
I have an other problem though
I can't get the up/down buttons to go down on the y axe... It only moves the visual line bellow the buttons.
Any help is appreciated .
Solved!
Answer: Edit the <posy> on line 151 +- (Under the "Default spincontrolex" description)
[edit2]
I would also like to do a feature request. I think it will be handy if we would be able to sync un-synced lyrics. It's probably not that hard to code. It's only a time stamp on the current selected line. Like the way minilyrics has a lyrics editor and you can press f7 I think to insert a time-stamp.