INTERACT FORUM
More => Old Versions => JRiver Media Center 20 for Windows => Topic started 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)
-
Could you be more specific?
-
just right click anywhere on the header columns to add additional fields to your desire.
TC
-
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)
-
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.
-
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)
-
Track information:
(http://yabb.jriver.com/interact/index.php?action=dlattach;topic=91957.0;attach=14694;image)
-
You may prefer the expression column that I use in my library:
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,/,/ ),)))