(2012-11-11 17:35)curtis-r Wrote:Try modify <itemlayoutIn> and <focusedlayout> in <control type="list" id="110"> in file script-XBMC_Lyrics-main.xml(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.
[RELEASE] LRC Lyrics - Addon based on XBMC Lyrics
taxigps
Team-XBMC Python Developer Posts: 393 Joined: Jan 2009 Reputation: 0 |
2012-11-20 01:40
Post: #141
|
| find quote |
curtis-r
Donor Joined: Feb 2009 Reputation: 3 Location: San Francisco, USA |
2012-11-20 19:16
Post: #142
(2012-11-20 01:40)taxigps Wrote: Try modify <itemlayoutIn> and <focusedlayout> in <control type="list" id="110"> in file script-XBMC_Lyrics-main.xml Yeah, I'd been playing with those already but though I've done a bit of code mods over the years, nothing I do keeps the current lyric from moving to the very bottom of the lyric list, not staying close to the middle. I have to admit I feel I'm missing something really simple here. Here is my code, using the Aeon MQ4 skin. If you don't have that skin, I can change the fonts to Confluence. Greatly appreciate your help. Code: <control type="list" id="110">Win7x64. Intel Core2Duo E8500 3.26GHz on Gigabyte GA-EP43-UD3L. 4GB RAM. Nvidia GT240 512MB PCIx16. Pioneer 60" Kuro plasma + Epson Pro Cinema 7500UB projector + 100" Da-Lite screen. |
| find quote |
taxigps
Team-XBMC Python Developer Posts: 393 Joined: Jan 2009 Reputation: 0 |
2012-11-21 01:02
Post: #143
(2012-11-20 19:16)curtis-r Wrote:Just need modify number of <itemlayout height="xx"> and <focusedlayout height="xx">, don't change <posx> and others.(2012-11-20 01:40)taxigps Wrote: Try modify <itemlayoutIn> and <focusedlayout> in <control type="list" id="110"> in file script-XBMC_Lyrics-main.xml |
| find quote |
taxigps
Team-XBMC Python Developer Posts: 393 Joined: Jan 2009 Reputation: 0 |
2012-11-21 08:56
Post: #144
update to v1.4.8
add MiniLyrics scraper to get lrc lyrics from MiniLyrics Lyrics site. |
| find quote |
curtis-r
Donor Joined: Feb 2009 Reputation: 3 Location: San Francisco, USA |
2012-11-21 17:30
Post: #145
(2012-11-21 01:02)taxigps Wrote: Just need modify number of <itemlayout height="xx"> and <focusedlayout height="xx">, don't change <posx> and others. Changing that code simple modifies the line-height (spacing) between the lyric lines. When <itemlayout height="20"> and <focusedlayout height="20"> I get this: http://img23.imageshack.us/img23/1659/sc...ot000l.png When <itemlayout height="30"> and <focusedlayout height="30"> I get this: http://img801.imageshack.us/img801/2730/...001uof.png This orange line of lyrics is the third or so in the song, but I want to still be able to see the previous lines of lyrics. I'm pulling my hair out. Here is my full script-XBMC_Lyrics-main.xml file. BTW, thanks for keeping this add-on updated. I love it. UPDATE: I shifted my attention to the Confluence version and removed everything that displays but the lyrics, and here is that file. As that file has a lyric window of 200 px high, the current lyric line is properly centered vertically, but if I decrease that window to 100, the current line is stuck at the top. Win7x64. Intel Core2Duo E8500 3.26GHz on Gigabyte GA-EP43-UD3L. 4GB RAM. Nvidia GT240 512MB PCIx16. Pioneer 60" Kuro plasma + Epson Pro Cinema 7500UB projector + 100" Da-Lite screen.
(This post was last modified: 2012-11-21 20:25 by curtis-r.)
|
| find quote |
taxigps
Team-XBMC Python Developer Posts: 393 Joined: Jan 2009 Reputation: 0 |
2012-11-21 22:09
Post: #146
(2012-11-21 17:30)curtis-r Wrote:(2012-11-21 01:02)taxigps Wrote: Just need modify number of <itemlayout height="xx"> and <focusedlayout height="xx">, don't change <posx> and others. Ah, this because I set it to last four line in program. Not set in XML file. |
| find quote |
curtis-r
Donor Joined: Feb 2009 Reputation: 3 Location: San Francisco, USA |
2012-11-22 02:32
Post: #147
(2012-11-21 22:09)taxigps Wrote: Ah, this because I set it to last four line in program. Not set in XML file. So, in other words, there is a sort of minimum lyric window height to keep the current lyric line centered? Win7x64. Intel Core2Duo E8500 3.26GHz on Gigabyte GA-EP43-UD3L. 4GB RAM. Nvidia GT240 512MB PCIx16. Pioneer 60" Kuro plasma + Epson Pro Cinema 7500UB projector + 100" Da-Lite screen. |
| find quote |
taxigps
Team-XBMC Python Developer Posts: 393 Joined: Jan 2009 Reputation: 0 |
2012-11-22 02:51
Post: #148
(2012-11-22 02:32)curtis-r Wrote:(2012-11-21 22:09)taxigps Wrote: Ah, this because I set it to last four line in program. Not set in XML file. I'll try to change the code to calculate the center line, not use fixed line number. |
| find quote |
curtis-r
Donor Joined: Feb 2009 Reputation: 3 Location: San Francisco, USA |
2012-11-22 07:40
Post: #149
Excellent! I'll stay tuned. Thanks.
Win7x64. Intel Core2Duo E8500 3.26GHz on Gigabyte GA-EP43-UD3L. 4GB RAM. Nvidia GT240 512MB PCIx16. Pioneer 60" Kuro plasma + Epson Pro Cinema 7500UB projector + 100" Da-Lite screen. |
| find quote |
ilomambo
Member Joined: Oct 2012 Reputation: 0 |
2012-11-22 11:42
Post: #150
-- Deleted -- wrong thread, sorry
(This post was last modified: 2012-11-22 11:47 by ilomambo.)
|
| find quote |

Search
Help