INTERACT FORUM

More => Old Versions => JRiver Media Center 20 for Windows => Topic started by: zright on September 18, 2014, 01:41:04 pm

Title: How can I check a track information in the MC20?
Post by: zright on September 18, 2014, 01:41:04 pm
I want to know a track detailed information, but I don't know how to check in the MC20.

For example, I want to know the track 8 detailed information.  The information: bit rate? sampling rate?.....and so on

(http://yabb.jriver.com/interact/index.php?action=dlattach;topic=91957.0;attach=14682;imag)
Title: Re: How can I check a track information in the MC20?
Post by: Dawgincontrol on September 18, 2014, 01:42:37 pm
Could you be more specific?
Title: Re: How can I check a track information in the MC20?
Post by: tcman41 on September 18, 2014, 04:16:11 pm
just right click anywhere on the header columns to add additional fields to your desire.

TC
Title: Re: How can I check a track information in the MC20?
Post by: zright on September 18, 2014, 08:49:40 pm
just right click anywhere on the header columns to add additional fields to your desire.

TC

Is your meaning to click "Track Info"?

(http://yabb.jriver.com/interact/index.php?action=dlattach;topic=91957.0;attach=14686;imag)

The "Track Info" of the MC20 can not be displayed detailed information of the track (no bit rate info, no sampling rate info......and so on)
Title: Re: How can I check a track information in the MC20?
Post by: connersw on September 19, 2014, 07:25:40 am
No, you are right clicking on the Display.  Right click on the Header (see red oval in attached screen shot).  You then get a drop down like the one shown.  Check any Fields you would like to have displayed.  There are default Presets that you can use to get started based on Media Type.  Once you get it the way you would like, you can go to Presets -> Save and save your own.
Title: Re: How can I check a track information in the MC20?
Post by: zright on September 19, 2014, 10:45:22 am
No, you are right clicking on the Display.  Right click on the Header (see red oval in attached screen shot).  You then get a drop down like the one shown.  Check any Fields you would like to have displayed.  There are default Presets that you can use to get started based on Media Type.  Once you get it the way you would like, you can go to Presets -> Save and save your own.

Hi connersw,

I see. Thank you very much.

Thanks your picture.
(http://yabb.jriver.com/interact/index.php?action=dlattach;topic=91957.0;attach=14688;image)
Title: Re: How can I check a track information in the MC20?
Post by: zright on September 19, 2014, 11:08:56 am
Track information:
(http://yabb.jriver.com/interact/index.php?action=dlattach;topic=91957.0;attach=14694;image)
Title: Re: How can I check a track information in the MC20?
Post by: 6233638 on September 19, 2014, 11:32:30 am
You may prefer the expression column that I use in my library:
 
Code: (Expression Column) [Select]
If(IsEqual([File Type,0],sacd,1),1-bit/, 2.8 MHz,
Delimit([Bit Depth],-bit,)If(IsRange([Sample Rate,0],1000-999999),
   Delimit(Math([Sample Rate,0]/1000),/ kHz,/,/ ),
   If(IsRange([Sample Rate,0],1000000-9999999),
   Delimit(Math(trunc([Sample Rate,0]/1000000,1)),/ MHz,/,/ ),)))