Music - get fanart to show for albums with "various artists"
#1
Hi. I am wondering if there's a way to get the fanart for a particular artist to show up when you're browsing, whether or not they are the "album artist" for the particular album that you're hovered over.

I don't think that explanation makes sense to anyone except me, so here's an illustration:

When I hover over this album, it looks fine because this is the only band on the album:
Image

But when I hover over this album, because it's a compilation it just shows up as the silly generic fanart. It also does the same when I hover over the "All Artists" and ".." options, which is also annoying*.
Image

As you can see, it works in Transparency, but I am reluctant to use that skin as it does not quite meet my requirements. I am using XBMC Eden RC1 for Windows. Cheers.

Image

*(I would really like to remove these items from view altogether. I tried making an advancedsettings.xml file with the following in it, as was described in other threads, but even after restarting the program it did not seem to work. Is there a new way of doing it in Eden or something?)

Code:
<advancedsettings>
  <musiclibrary>
    <hideallitems>true</hideallitems> <!-- removes the "*All" items from the music library -->
  </musiclibrary>
</advancedsettings>

Cheers.
Reply
#2
Your debug log will show you whether advancedsettings.xml is being read or not - you may have placed it in the wrong folder for example.

As for the fanart, two possibilities:

1. Transparency is using Fanart.Image rather than ListItem.Property(fanart_image) and XBMC is filling that (I doubt it)
2. Transparency is making some assumptions about your filesystem and reading the file directly off disk. The debug log might show info about this as well.
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
Reply

Logout Mark Read Team Forum Stats Members Help
Music - get fanart to show for albums with "various artists"0