INTERACT FORUM

More => Old Versions => Media Jukebox => Topic started by: andrewt on February 12, 2008, 09:18:58 am

Title: sorting albums by date?
Post by: andrewt on February 12, 2008, 09:18:58 am
Is there a way that I can sort Albums in the Album pane by date, and not alphabetically?
Title: Re: sorting albums by date?
Post by: DarkPenguin on February 12, 2008, 09:49:58 am
(http://www.pix01.com/gallery/95AD3A85-F8B4-4BD3-BAFC-07FB7B2AEE44/sort/823810916_orig0.jpg)
Title: Re: sorting albums by date?
Post by: andrewt on February 12, 2008, 10:01:34 am
Oh, I'm sorry, I wasn't clear enough. I'm in the panes view, and I would like just the Album pane to be sorted by date, so when I click on an artist in the Artist pane, the albums that show up in the Album pane are sorted by date, not alphabetically.
Title: Re: sorting albums by date?
Post by: Matt on February 12, 2008, 11:10:18 am
Oh, I'm sorry, I wasn't clear enough. I'm in the panes view, and I would like just the Album pane to be sorted by date, so when I click on an artist in the Artist pane, the albums that show up in the Album pane are sorted by date, not alphabetically.


You can make a pane of an expression like:
FormatDate([Date, 0], yyyy, No Date): [Album]

That would sort by year.
Title: Re: sorting albums by date?
Post by: Alex B on February 12, 2008, 11:23:23 am
It is also possible to use the Year - Album field as a view scheme item (or create a new calculated user field).

I created a new view scheme with the following options:

(http://www.pix01.com/gallery/4AD73041-94E6-4810-80BE-EDB7F3274485/Album_Artist__auto____Year_-_Album/image_orig0.jpg)

The view scheme looks like this:

(http://www.pix01.com/gallery/4AD73041-94E6-4810-80BE-EDB7F3274485/Album_Artist__auto____Year_-_Album/image1.jpg)
Click to enlarge. (http://www.pix01.com/gallery/4AD73041-94E6-4810-80BE-EDB7F3274485/Album_Artist__auto____Year_-_Album/image_orig1.jpg)
Title: Re: sorting albums by date?
Post by: andrewt on February 12, 2008, 12:45:25 pm
Perfect! Thanks.