INTERACT FORUM

More => Old Versions => JRiver Media Center 19 for Windows => Topic started by: jeffla376 on March 27, 2014, 09:47:17 pm

Title: How can I create a view that shows albums by Release date?
Post by: jeffla376 on March 27, 2014, 09:47:17 pm
I want to look at my music library by album grouped by the year of release. Is there an easy way to set up this view?

Thanks,

Jeff
Title: Re: How can I create a view that shows albums by Release date?
Post by: glynor on March 27, 2014, 09:48:25 pm
In Standard or Theater View?

Do you have the files tagged by release date?
Title: Re: How can I create a view that shows albums by Release date?
Post by: jeffla376 on April 04, 2014, 04:02:36 pm
Standard view is probably the one I care about. I'm used to MediaMonkey where I have a tree view I can navigate. See the attached screenshot. I really prefer to look for music by year most of the time.

Thanks,

Jeff
Title: Re: How can I create a view that shows albums by Release date?
Post by: MrC on April 04, 2014, 04:08:26 pm
Create a new Standard View of type Panes.  Add as a column type Expression, and add the expression:

   FormatDate([Date,0], Decade)

This presumes you've tagged the Date value correctly for your files.  Add other columns as desired.
Title: Re: How can I create a view that shows albums by Release date?
Post by: jeffla376 on April 04, 2014, 05:23:47 pm
Thanks! That was a good enough hint to get me messing with custom views. I understand it now. Very helpful!

Jeff
Title: Re: How can I create a view that shows albums by Release date?
Post by: MrC on April 04, 2014, 05:32:03 pm
You're welcome.  User marko has some goodies for you:

    http://yabb.jriver.com/interact/index.php?topic=68960.0 (http://yabb.jriver.com/interact/index.php?topic=68960.0)