INTERACT FORUM

More => Old Versions => JRiver Media Center 19 for Windows => Topic started by: SilverLitz on December 17, 2013, 12:29:14 pm

Title: Album Organization on Samplers
Post by: SilverLitz on December 17, 2013, 12:29:14 pm
Is there a way to have a Sampler (multiple tracks from differing albums) to be organized as a single thumbnail on an Album drill down, but still retain the individual Album names and Album Art by track?  Something akin to the difference between Album Artist and Artist.
Title: Re: Album Organization on Samplers
Post by: MrC on December 17, 2013, 03:14:37 pm
Sure, but you'll want to probably use a new field for this.  Here's an easy way to do it:

Create a new field, called Album (sampler).  For that tracks that are in your virtual sampler, either set Album (sampler) with the name you want to call your sampler, such as Holiday Sampler 2013.

Now, modify your view and change the Album field to instead use Type: Expression, and enter the following expression:

    [Album];[Album (sampler)]=datatype&[list]

Now, your [Album (sampler)] tracks will show up under both the original album name, and your sampler album name.
Title: Re: Album Organization on Samplers
Post by: SilverLitz on December 18, 2013, 12:11:55 pm
Sure, but you'll want to probably use a new field for this.  Here's an easy way to do it:

Create a new field, called Album (sampler).  For that tracks that are in your virtual sampler, either set Album (sampler) with the name you want to call your sampler, such as Holiday Sampler 2013.

Now, modify your view and change the Album field to instead use Type: Expression, and enter the following expression:

    [Album];[Album (sampler)]=datatype&[list]

Now, your [Album (sampler)] tracks will show up under both the original album name, and your sampler album name.

Thanks!
Will the newly organized "Album (sampler)" show up on an Album drill down as a single thumbnail?  I do not want multiple, single track thumbnails.
Title: Re: Album Organization on Samplers
Post by: MrC on December 18, 2013, 12:59:42 pm
I suppose it depends on what your second level category is.  If it were Genre, for example, and you drill down into the Holiday Sampler category, you'll have all the representative genres from Holiday Sampler.

For better results, change the Album expression category to this:

Expression to group by:
    listbuild(1, ;, [Album], [Album (sampler)])=datatype&[list]

Expression to display:
    FirstNotEmpty([Album (sampler)], [Album])