Help: Specific Albums View of a selected Artist
#1
Hi Community,

I would like to implement a specific set of Views for the albums of an artist. This means this views would only be available after an artits has been chosen from the Artist View.

The reason for this, is that for Music Collections, it is often the case, that the main albm view (for a large number of CDs) usually does not suit the albm view of a chosen artists (usually less then 10 CDs)

Does anyone have a hint, on how this could be accomplished, I basically need a way to know if the Album View currently shown comes from the fact that the user selected an artist.

thanks for any help
Reply
#2
I wonder if something combining Content(Albums) and checking to see if the current folder path contains "artistid=" might work?
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
#3
oh yes thanks a lot jmarshall

this worked:

<visible>SubString(Container.FolderPath, albumartistsonly) + Container.Content(albums)</visible>
Reply

Logout Mark Read Team Forum Stats Members Help
Help: Specific Albums View of a selected Artist0