INTERACT FORUM
More => Old Versions => JRiver Media Center 31 for Mac => Topic started by: media user on December 14, 2023, 11:35:20 am
-
Is there a way to display the kHz/bit of a song that is currently playing on the main top display window?
Ex: 44kHz/16bit
-
Sure, right click on the area and select customize display. From there you can something like [Bit Depth]-Bit // [Sample Rate] to the status.
-
Thanks!! :)
-
Here's what I'm using for the lower line of my display:
if(isequal([Media Type],Video),
[Elapsed Time] // [Remaining Time] // [Total Time] [File Type] regex([Compression],/#\(video: (.+), audio: (.+)\)#/,-1,0)[R1] [R2] [Channels]ch [Zone],
[Elapsed Time] // [Remaining Time] // [Total Time] - [File Type] [Bit Depth]//[Sample Rate] - [Channels] ch [PN Position] of [PN Tracks] / [Zone]
)
Brian.