Kodi Community Forum
Music Video info display issues - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67)
+---- Forum: Skin Archive (https://forum.kodi.tv/forumdisplay.php?fid=179)
+----- Forum: Neon (https://forum.kodi.tv/forumdisplay.php?fid=139)
+----- Thread: Music Video info display issues (/showthread.php?tid=123700)



Music Video info display issues - thechinmaster - 2012-02-23

Hi

I am having trouble with a couple of display issues in the music video library.

As per picture, the video count at the top left is wrong (i think it is my movie count overlapped by my music vid count!). The song description info is also overlapping - is there any way that I can get it to move to the left and above the thumbnail preview image?

http://imageshack.us/photo/my-images/201/64022433.jpg/

Please help as my programming knowledge is limited!


Thanks


- thechinmaster - 2012-02-24

anyoneHuh:confused2:


- stoli - 2012-02-24

It's a bug - I'll get to it when I can.


- thechinmaster - 2012-02-26

thanks - will eagerly await result!!


- thechinmaster - 2012-03-08

Hi, any progress please?


- stoli - 2012-03-09

Not yet - real life interferes. Smile


RE: Music Video info display issues - thechinmaster - 2012-03-12

thanks again - please squeeze some time in to sort this. Would make the best skin flawless.....

Image


RE: Music Video info display issues - thechinmaster - 2012-03-21

BUMP

Time to take out a trespass order against me....


RE: Music Video info display issues - stoli - 2012-03-21

You're right.


RE: Music Video info display issues - thechinmaster - 2012-04-21

time for the monthly bump - appreciate you have a lot of other things to do - if you wont be able to remedy this, are you able to point me in the right direction? thanks very much. The skin is working brilliantly in Eden (other than this one issue!)


RE: Music Video info display issues - Steve_ - 2012-05-01

Hi thechinmaster,

Make a backup of View type list2.xml and Try this :
http://www.mediafire.com/?ifxn35b1ichlfvm

it may fix the overlapping problem


RE: Music Video info display issues - thechinmaster - 2012-05-03

Steve_ you are a hero.

I wish I had known it was so simple. It took me a while to find the changes you had made to the xml file. I have fiddled with it a bit to get it perfect. Learned a lot about the way the display is structured in the process of doing so, so it will no doubt save future questions from me about similar issues.

Thanks very much - if ever you are in New Zealand then I owe you a beer!

+1 (in spirit, as that's the second time you have helped me so I can't plus again unfortunately)


RE: Music Video info display issues - Steve_ - 2012-05-03

Yeah thechinmaster !!
I'm so glad that it works for you !! Can you post a screenshot ? If you modified the xml, can you share it ?
Thanks for the beer, but I leave in France ^^

cheers




RE: Music Video info display issues - rflores2323 - 2012-05-03

I also dont get a total movie count when looking at my library.


RE: Music Video info display issues - thechinmaster - 2012-05-05

Well your in better luck than me then steve as nz beer is awful anyway!

Sorry rflores, but it hasn't fixed the count problem, just the layout issue.

Original: Image

Fixed: Image

I only played around with your xml steve, changed the width and height on the below lines so that they are the same as my TV shows folder.

<control type="textbox">
<description>Description Value for Movie</description>
<posx>0</posx>
<posy>0</posy>
<width>450</width>
<height>240</height>
<font>Font_Neon_18</font>
<align>justify</align>
<textcolor>white</textcolor>
<label>$INFO[ListItem.Plot]</label>
<autoscroll time="2000" delay="3000" repeat="5000">Skin.HasSetting(AutoScroll)</autoscroll>

Next to try and sort out this count issue.... I now that I have a very basic idea on how the code works I'm going to have a crack, but any ideas?