Page 2 of 2

Re: Music player tweak/ slideshow bug ?

Posted: Mon Apr 25, 2016 3:25 am
by NOTTHESAME
okay so heres a code that we use for programs and this uses

Code: Select all

<control type="multiimage">
			<description>Games Fanart Background image </description>
			<posx>0</posx>
			<posy>0</posy>
			<width>1280</width>
			<height>720</height>
			<imagepath background="True">e:/ROMS/SEGA genesis/$INFO[ListItem.Label]/genesis.jpg</imagepath>
			<aspectratio align="center">keep</aspectratio>
			<fadetime>-</fadetime>
		</control>
http://www.xbmc4xbox.org.uk/wiki/XBMC_Skinning_Manual
this can help, its not that hard once you get it, the code above to show a image that is located in my sega genesis roms, but depends where you copy and paste then it will show up, and also depends on if you have the image in that location, you can change e:/roms/sega genesis/........./genesis.jpg to what you want to show up.

like the musicviz xml file I send you like I said you can look up the code and see what I did so it can show in the music visuals and that will help you a little more, trust me I also sometimes have a hard time trying to understand its been months that I haven't done anything.

Re: Music player tweak/ slideshow bug ?

Posted: Thu Apr 28, 2016 11:22 pm
by Guikd76
Thank you sir! It's a relief the code Im gonna tweak is xml. I thought I was gonna have to learn python :mrgreen:

Re: Music player tweak/ slideshow bug ?

Posted: Fri Apr 29, 2016 5:32 am
by NOTTHESAME
Yeah python is not something i cant seem to work with i wish i had more time to learn :)