INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: Is there a way to display kHz and bit?  (Read 313 times)

media user

  • Recent member
  • *
  • Posts: 5
Is there a way to display kHz and bit?
« 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
Logged

Awesome Donkey

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 7375
  • The color of Spring...
Re: Is there a way to display kHz and bit?
« Reply #1 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.
Logged
I don't work for JRiver... I help keep the forums safe from Viagra and other sources of sketchy pharmaceuticals.

Windows 11 2023 Update (23H2) 64-bit + Ubuntu 24.04 LTS Noble Numbat 64-bit | Windows 11 2023 Update (23H2) 64-bit (Intel N305 Fanless NUC 16GB RAM/256GB NVMe SSD)
JRiver Media Center 32 (Windows + Linux) | Topping D50s DAC | Edifier R2000DB Bookshelf Speakers

media user

  • Recent member
  • *
  • Posts: 5
Re: Is there a way to display kHz and bit?
« Reply #2 on: December 14, 2023, 11:45:17 am »

Thanks!!  :)
Logged

blgentry

  • Regular Member
  • Citizen of the Universe
  • *****
  • Posts: 8009
Re: Is there a way to display kHz and bit?
« Reply #3 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.
Logged
Pages: [1]   Go Up