XBMC Community Forum
"cdArt" concept - current cdImage with artist fanart support in music visualizations - Printable Version

+- XBMC Community Forum (http://forum.xbmc.org)
+-- Forum: Help and Support (/forumdisplay.php?fid=33)
+--- Forum: Skin Help and Support (/forumdisplay.php?fid=67)
+---- Forum: Artwork packs (/forumdisplay.php?fid=71)
+---- Thread: "cdArt" concept - current cdImage with artist fanart support in music visualizations (/showthread.php?tid=53242)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44


- Ram2000 - 2009-07-19 03:57

Thats where I was going wrong I thought it was just going by the folder names didnt relise it was reading the M3us DOH! looking through most of mine are emptyARGGGGGGGGGGGGGGGG.....
thats it all working nice for me now whats next Tongue


- reaven - 2009-07-19 07:29

lol, glad you sorted out !


- Imaginos - 2009-07-19 18:51

I currently can host 990Mo and limited to 600Gb of upload by month
It shall be a good start


- reaven - 2009-07-19 22:49

Imaginos Wrote:I currently can host 990Mo and limited to 600Gb of upload by month
It shall be a good start

ehh, that should do it ! Eek


- Imaginos - 2009-07-20 02:20

A suggestion :
in musicvisualisation.xml

within your control <description>artist slideshow</description>, add
<include>Animation_BackgroundFade</include>
it creates a nice fade effects between artists fanarts !
so the control is :
Code:
<!--artist slideshow if fanart exist in define folder-->

<control type="multiimage">
      <description>artist slideshow</description>
      <posx>0</posx>
      <posy>-</posy>
      <width>1280</width>
      <height>720</height>
      <imagepath>backdrops/artist_fanart/$INFO[MusicPlayer.Artist]</imagepath>
      <timeperimage>4000</timeperimage>
      <fadetime>2000</fadetime>
      <pauseatend>4000</pauseatend>
      <randomize>true</randomize>
      <loop>yes</loop>
      <aspectratio>keep</aspectratio>
      <include>Animation_BackgroundFade</include>
      <visible>!Visualisation.Enabled + Player.HasAudio</visible>
</control>

<!-- end artist slideshow -->
it is the include normaly used in the home page


- reaven - 2009-07-20 02:26

Quote:within your control <description>artist slideshow</description>, add
<include>Animation_BackgroundFade</include>
it creates a nice fade effects between artists fanarts !
nice one, my own xml dont have slideshow anymore I'm pulling the fanart from the remote music folder so I cant use <multiimage control> so I'm only able to use one single image.

I will be posting the xml soon for anyone that doesnt want to create a new folder for each artist that want support for. for the others that have the music folder locally just replace "path" in the
Code:
<imagepath> path </imagepath>
tag with the music path (just works if its local, NO SMB shares)


- Imaginos - 2009-07-20 03:18

I like the idea of having a folder by artist
it takes some time to fill, but the result is terrible Smile


- Ram2000 - 2009-07-20 20:53

A couple more for you

Top Gear Anthems CD1

Top Gear Anthems CD2


on http://www.xbmcstuff.com/


- reaven - 2009-07-24 00:02

gallery updated !


- jrick - 2009-07-25 19:05

Hi,

I've posted my cdarts on photobucket here : cdart feed.