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

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Meta-Data provider and Artwork Packs (https://forum.kodi.tv/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


- reaven - 2009-07-17

mhh, interesting indeed !


- ronie - 2009-07-18

reaven Wrote:there isn't any site to scrape music from, at least open source that you can upload content that I'm aware of.

there is one, htbackdrops.com
that's where the xbmc scrapers get their fanart images from.

you can always send a PM to nuzecast (xbmc forum member and owner of htbackdrops.com) if he's willing to host the cdart images.


- Ram2000 - 2009-07-18

Has anyone got this working with Various artist albums or with albums with Two CDs I seem to be able to get it working with artist and name IE
All About Eve-Scarlet and Other Stories
but not with anything with two cds or varios artists IE
/Top Gear/sub zero driving anthems/CD1/ with image as Top Gear-sub zero driving anthems cd1.png ...
Does this read the Folder names or the MP3s ID Tags ?


- Imaginos - 2009-07-19

FYI, I intend to host cdArts on my xbmcstuff Smile


- reaven - 2009-07-19

Ram2000 Wrote:Has anyone got this working with Various artist albums or with albums with Two CDs I seem to be able to get it working with artist and name IE
All About Eve-Scarlet and Other Stories
but not with anything with two cds or varios artists IE
/Top Gear/sub zero driving anthems/CD1/ with image as Top Gear-sub zero driving anthems cd1.png ...
Does this read the Folder names or the MP3s ID Tags ?

This only read the artist/band name and the album name from the tag, if albums with 2 cd's or more have the same album name and doesnt have anything to identify which one is like ex. album name disc 1 in the album name tag it would use the same cdArt.

Quote:FYI, I intend to host cdArts on my xbmcstuff

wow, great ! I hope you have a lot of storage because in terms of music libraries tend to be huge compare to TV Shows for example.

the perfect thing would be if XBMC could have a way to read the cdArt form a tag like album art tag, back cover art and cdArt I know you can add this tag to the album as media art the same for back cover art, inlay art, ect.. but I dont know if XBMC could read the tag. I have been reading the ID3 tag info and couldn't find anything about this other tags it only supply info for the album art thats it !


- Ram2000 - 2009-07-19

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 :p


- reaven - 2009-07-19

lol, glad you sorted out !


- Imaginos - 2009-07-19

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


- reaven - 2009-07-19

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

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

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

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

A couple more for you

Top Gear Anthems CD1

Top Gear Anthems CD2


on http://www.xbmcstuff.com/


- reaven - 2009-07-24

gallery updated !


- jrick - 2009-07-25

Hi,

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