"cdArt" concept - current cdImage with artist fanart support in music visualizations

  Thread Rating:
  • 2 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
reaven Offline
Skilled Skinner
Posts: 1,101
Joined: May 2009
Reputation: 20
Post: #11
Montellese Wrote:I use Album Art Downloader which is a very nice tool.

And btw nice idea for this mod. Hope there will be more images for this mod soon.

And I hope to receive images from you guys too, just post them here and I will post it to the gallery.
find quote
Viking Offline
Member
Posts: 61
Joined: Jun 2009
Reputation: 0
Location: Sweden/Skellefteå
Post: #12
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? Frown

I have the latest Auriga and XBMC win32...
find quote
reaven Offline
Skilled Skinner
Posts: 1,101
Joined: May 2009
Reputation: 20
Post: #13
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, ......)
find quote
reaven Offline
Skilled Skinner
Posts: 1,101
Joined: May 2009
Reputation: 20
Post: #14
Here it is..

[Image: RestlessHeart.png]
find quote
Viking Offline
Member
Posts: 61
Joined: Jun 2009
Reputation: 0
Location: Sweden/Skellefteå
Post: #15
wow thanks Raven...I´ll will try it right away Smile
find quote
reaven Offline
Skilled Skinner
Posts: 1,101
Joined: May 2009
Reputation: 20
Post: #16
if someone knows a command that can get the path to the currently playing song/album please by all means post it .........!!!
find quote
Montellese Offline
Team-XBMC Developer
Posts: 2,831
Joined: Jan 2009
Reputation: 20
Location: Switzerland
Post: #17
reaven Wrote:with music playing from the Home screen press menu !

Which menu? The one popping up when pressing "S" like in this screenshot?

[Image: musicvisualization.th.jpg]

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?

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.

[Image: badge.gif]
find quote
reaven Offline
Skilled Skinner
Posts: 1,101
Joined: May 2009
Reputation: 20
Post: #18
Montellese Wrote:Which menu? The one popping up when pressing "S" like in this screenshot?

[Image: musicvisualization.th.jpg]

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?

from there press back
find quote
dyt72 Offline
Member
Posts: 68
Joined: Mar 2009
Reputation: 0
Location: Spain
Post: #19
Hi, i have a problem, all works fine but i see the cd art as one of the slideshow fantart too Confused any clue.
find quote
reaven Offline
Skilled Skinner
Posts: 1,101
Joined: May 2009
Reputation: 20
Post: #20
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">
            <description>Cd overlay</description>
            <width>270</width>
            <height>228</height>
            <posx>112</posx>
            <posy>-143</posy>
            <texture diffuse="home/disc_mask.png">[color=Red]backdrops/artist_fanart/$INFO[MusicPlayer.Artist][/color]/$INFO[MusicPlayer.Album].png</texture>
            <!--<texture>home/cd_overlay.png</texture>-->
            <aspectratio align="bottom">keep</aspectratio>
        </control>
the part in red is the path to the artist/band folder just add another folder and add the name to the path like this
Code:
backdrops/artist_fanart/$INFO[MusicPlayer.Artist]/<new_folder_name>
find quote
Post Reply