INTERACT FORUM

More => Old Versions => JRiver Media Center 31 for Mac => Topic started by: media user on December 14, 2023, 11:35:20 am

Title: Is there a way to display kHz and bit?
Post 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
Title: Re: Is there a way to display kHz and bit?
Post by: Awesome Donkey on December 14, 2023, 11:37:44 am
Sure, right click on the area and select customize display. From there you can something like [Bit Depth]-Bit // [Sample Rate] to the status.
Title: Re: Is there a way to display kHz and bit?
Post by: media user on December 14, 2023, 11:45:17 am
Thanks!!  :)
Title: Re: Is there a way to display kHz and bit?
Post by: blgentry on December 15, 2023, 01:16:42 pm
Here's what I'm using for the lower line of my display:

Code: [Select]
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.