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


- reaven - 2009-07-01 16:47

hey ronie can you send me your advancedsettings.xml to see what and where you add this.


- ronie - 2009-07-02 01:01

reaven Wrote:hey ronie can you send me your advancedsettings.xml to see what and where you add this.

you mean guisettings.xml ?

this is the relevant line:
<setting type="string" name="Transparency!.music_folder_path">/home/xbmc/Media/Music/</setting>

if you store your music on a network drive, it should be something like this:
<setting type="string" name="Transparency!.music_folder_path">smb://Servername/Media/Music/</setting>


- reaven - 2009-07-02 03:34

Quote:It's a custom skin setting. it allows users to specify the path to their music folder.
To use it, you would have add it to the 'Advanced - Extended Aeon Options' Section.

lol, sorry I though you were talking about the advancedsettings.xml


do you have your media in a server or smb share ? if so have you experience any problems loading fanart or cdArt in the music library ?


- jtap06 - 2009-07-02 03:54

Great mod! However, is the artist/band fanart supposed to fade? I am not getting any sort of fade on change.


- jtap06 - 2009-07-02 04:10

Nevermind ^, I guess I am having the same problem I am having with my home backdrops. They only fade about 25% of the time.

If any one knows of a solution I would be very grateful!


- reaven - 2009-07-02 05:33

if you have more than one fanart for the artist its suppose to fade


- reaven - 2009-07-02 05:46

ronie Wrote:you mean guisettings.xml ?

this is the relevant line:
<setting type="string" name="Transparency!.music_folder_path">/home/xbmc/Media/Music/</setting>

if you store your music on a network drive, it should be something like this:
<setting type="string" name="Transparency!.music_folder_path">smb://Servername/Media/Music/</setting>

in which node ? <mymusic>, <musicfiles>, <musiclibrary>, <musicplayer>, ect...

ok.. in <skinsettings> !


- reaven - 2009-07-02 06:27

ok I have the path ok.. but its not loading anything I put a label in the screen to see if the path is there and it is but no fanart loading is this have anything to with the fact that it's in a smb share and the control calling is a multiimage ?


- jtap06 - 2009-07-02 09:35

Is there anyway this mod can be used with the Pictures section? For instance, when in a slideshow, pressing "I" on the keyboard looks pretty blah right now.


- ronie - 2009-07-02 10:59

reaven Wrote:ok I have the path ok.. but its not loading anything I put a label in the screen to see if the path is there and it is but no fanart loading is this have anything to with the fact that it's in a smb share and the control calling is a multiimage ?

hard to tell, post your multiimage control and whatever you've added to guisettings.xml,
and i'll have a look.