INTERACT FORUM

More => Old Versions => Media Center 17 => Topic started by: jaynyc on May 06, 2012, 01:30:16 am

Title: Track # and Sort order
Post by: jaynyc on May 06, 2012, 01:30:16 am
Hi.  Take a look at this screenshot of my JRiver MC17
http://screencast.com/t/GDWdUzP0Pe (http://screencast.com/t/GDWdUzP0Pe)  (also attached)

You'll notice I'm sorting by:  DateImported descending, then Album ascending, then Track# ascending

1.  Look at the red arrow I made... why doesn't the Ya-Ka-May album "Galactic" sort from 1 to 15?  Why does it start at 5 then go to 15, then from 1?

2.  Look at the green arrow I made... why didn't the Quanta album "Overflow" get imported as a cluster, sorted properly?

thank you

--jay

Title: Re: Track # and Sort order
Post by: rick.ca on May 06, 2012, 02:06:19 am
According to the column headers, you have it sorted by [Date Imported] (which includes time to the second), not [Track #] as you seem to be expecting. To sort by [Track #] within [Album] within [Artist], for example, click on the column headers in that order.
Title: Re: Track # and Sort order
Post by: jaynyc on May 06, 2012, 02:08:06 am
According to the column headers, you have it sorted by [Date Imported] (which includes time to the second), not [Track #] as you seem to be expecting. To sort by [Track #] within [Album] within [Artist], for example, click on the column headers in that order.

i have all 3 headers selected, with Date Imported as [1], Album as [2], and Track # as [3].
Is there another variant of Date Imported that is not "time to the second"?
Title: Re: Track # and Sort order
Post by: InflatableMouse on May 06, 2012, 02:23:26 am
Out of interest, why would you want to sort by date imported in an artist/album view that you want sorted by track?

Seems to me that you would want date imported to see when it imported, but why does it need to sort on that field?

I think, if you click date imported header first, (remove grouping), then choose track and then Album, you may get what you want to achieve?
Title: Re: Track # and Sort order
Post by: rick.ca on May 06, 2012, 03:26:29 am
i have all 3 headers selected, with Date Imported as [1], Album as [2], and Track # as [3].

Sorry. I jumped to the conclusion you had specified the in the wrong order...

Quote
Is there another variant of Date Imported that is not "time to the second"?

Yes, you can make your own with an expression column or field, like...

FormatDate([Date Imported,0], yyyy-MM-dd)

...to show the imports for each day separately.
Title: Re: Track # and Sort order
Post by: jaynyc on May 06, 2012, 03:44:02 am
Sorry. I jumped to the conclusion you had specified the in the wrong order...

Yes, you can make your own with an expression column or field, like...

FormatDate([Date Imported,0], yyyy-MM-dd)

...to show the imports for each day separately.

HOLY COW THIS CUSTOM COLUMN WORKS!!  Now the albums and tracks are sorted perfectly.  WOW.  I called it "Date Imp RND"

Next question:  when I try to make a PRESET, this custom column does not appear in the pick list.  But it is definitely visible and there is a column I can click on and sort.  How do I make this custom column so I can select it and make it part of a preset?
Title: Re: Track # and Sort order
Post by: rick.ca on May 06, 2012, 03:57:18 am
A column preset saves all the columns used in a view, including any expression columns. If you want to select the expression by itself, save it as an 'expression field'. Go to Options > Library and Folders > Manage Library Fields, create a new field, select 'Calculated Data' and enter your expression in the editor.
Title: Re: Track # and Sort order
Post by: jaynyc on May 06, 2012, 04:10:12 am
Thank you.  This makes JRiver a zillion times better.