2012-11-14, 18:13
Hi All,
I have a couple of questions and hope some of you can answer them for me.
(1)
I've searched the forum for this but couldn't find anything. I'm trying to re-size and re position the lyrics module. Now it's taking allot of space in the window and want it to be at the bottom with the height smaller and the width larger.
So far I've managed to to get the lyrics box to the bottom of the screen by editing these positions in the script-XBMC_Lyrics-main.xml file.
The problem is I can't get the background to re-size when I edit these tags,
As you can see I tried adding "width" with no success. I also tried removing those tags but then it is too transparent. What do I need to edit for this to work ?
To explain myself better see the image link below.
http://postimage.org/image/dt3rykvbd/
(2) // At the moment I'm deleting mymusic.db and re-scanning everything. If it has any results I'll post it here!
My second problem is about my fanart images.
In every artist folder I have a fanart.jpg and a extrafanart folder using the recommended folder structure.
Some of them are not displaying or it's loading an old image which I deleted. After several library updates and re-adding the source of my music still no change. I looked in the thumbnails folder to see if I could find the old image that was displaying, I could NOT.
See the debug log link bellow.
http://pastebin.com/AQRcnSeJ
Any help is much appreciated!
I have a couple of questions and hope some of you can answer them for me.
(1)
I've searched the forum for this but couldn't find anything. I'm trying to re-size and re position the lyrics module. Now it's taking allot of space in the window and want it to be at the bottom with the height smaller and the width larger.
So far I've managed to to get the lyrics box to the bottom of the screen by editing these positions in the script-XBMC_Lyrics-main.xml file.
Code:
<coordinates>
<posx>240</posx>
<posy>210</posy>
The problem is I can't get the background to re-size when I edit these tags,
Code:
<texture border="30" width="830">panel.png</texture>
<bordertexture border="45" width="830">panel-shadow.png</bordertexture>
As you can see I tried adding "width" with no success. I also tried removing those tags but then it is too transparent. What do I need to edit for this to work ?
To explain myself better see the image link below.
http://postimage.org/image/dt3rykvbd/
(2) // At the moment I'm deleting mymusic.db and re-scanning everything. If it has any results I'll post it here!
My second problem is about my fanart images.
In every artist folder I have a fanart.jpg and a extrafanart folder using the recommended folder structure.
Some of them are not displaying or it's loading an old image which I deleted. After several library updates and re-adding the source of my music still no change. I looked in the thumbnails folder to see if I could find the old image that was displaying, I could NOT.
See the debug log link bellow.
http://pastebin.com/AQRcnSeJ
Any help is much appreciated!