Music player tweak/ slideshow bug ?

If you need any help with XBMC4XBOX, such as installing or using the software, please post it in here.
NOTTHESAME
Posts: 532
Joined: Thu Aug 02, 2012 7:46 am
Has thanked: 82 times
Been thanked: 61 times

Re: Music player tweak/ slideshow bug ?

Post 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.
Guikd76
Posts: 6
Joined: Wed Apr 13, 2016 7:38 pm
Has thanked: 4 times

Re: Music player tweak/ slideshow bug ?

Post 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:
NOTTHESAME
Posts: 532
Joined: Thu Aug 02, 2012 7:46 am
Has thanked: 82 times
Been thanked: 61 times

Re: Music player tweak/ slideshow bug ?

Post by NOTTHESAME »

Yeah python is not something i cant seem to work with i wish i had more time to learn :)
Post Reply