![]() |
|
"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) |
- reaven - 2009-06-21 15:36 Montellese Wrote:I use Album Art Downloader which is a very nice tool. And I hope to receive images from you guys too, just post them here and I will post it to the gallery. - Viking - 2009-06-21 16:07 Cant make this to work *sigh*. Either fanart slide or cd art doesnt show up. Here i my set up: aeon auriga/media/backdrops/artist_fanart/whitesnake/restless heart.jpg (cdart) and 2 whitesnake.jpg (fanart) First I named folder & jpgs after album name in Library mode but with no luck and after that changed whitesnake (foldername) to WHITESNAKE,Whitesnake,whitesnake same tried the same with restless Heart. What do I do wrong? ![]() I have the latest Auriga and XBMC win32... - reaven - 2009-06-21 16:19 first the cd art need to be .png with no background that means restless heart.png after you edit it the art. structure would be like Aeon/media/backdrops/artist_fanart/<artist/band name>/ files inside <artist/band name folder> cd.png fanart images whatever name/whatever extension(.jpg, .jpeg, .png, ......) - reaven - 2009-06-21 16:28 Here it is..
- Viking - 2009-06-21 16:33 wow thanks Raven...I´ll will try it right away
- reaven - 2009-06-21 16:44 if someone knows a command that can get the path to the currently playing song/album please by all means post it .........!!! - Montellese - 2009-06-21 17:24 reaven Wrote:with music playing from the Home screen press menu ! Which menu? The one popping up when pressing "S" like in this screenshot? ![]() As you can see in the background of the screenshot music is playing. I have also activated the "Home Visualizer" option in the menu but nothing happens. Do I need another mod to get this working? - reaven - 2009-06-21 17:54 Montellese Wrote:Which menu? The one popping up when pressing "S" like in this screenshot? from there press back - dyt72 - 2009-06-21 18:13 Hi, i have a problem, all works fine but i see the cd art as one of the slideshow fantart too any clue.
- reaven - 2009-06-21 18:34 Quote:Hi, i have a problem, all works fine but i see the cd art as one of the slideshow fantart too any clue.yep because is in the same folder as the fanart! you can do 3 things 1. Edit the code to only display one static fanart and loose the slideshow 2. make another folder for the cdArt and put all the cdArts there but if you have one or more albums named the same you will have problems 3. make a subfolder inside the artist/band folder and put the cdArt there this is the code to edit Code: <control type="image">Code: backdrops/artist_fanart/$INFO[MusicPlayer.Artist]/<new_folder_name> |