INTERACT FORUM

More => Old Versions => JRiver Media Center 29 for Windows => Topic started by: PaperBoat on September 07, 2022, 03:24:52 am

Title: "HR" tag
Post by: PaperBoat on September 07, 2022, 03:24:52 am
How to setup JRiver tag to show "HR" icon indication when playing high-resolution audio files?
Title: Re: "HR" tag
Post by: kr4 on September 07, 2022, 06:34:28 am
How to setup JRiver tag to show "HR" icon indication when playing high-resolution audio files?
How will you define high-resolution?
Title: Re: "HR" tag
Post by: PaperBoat on September 07, 2022, 07:57:13 am
How will you define high-resolution?

Audio files with greater than 44.1 kHz sample rate or higher than 16-bit audio bit depth?
Title: Re: "HR" tag
Post by: lepa on September 07, 2022, 10:11:15 am
Or(Compare([Bit Depth],>,16),Compare([Sample Rate,0],>,44100))
Title: Re: "HR" tag
Post by: DJLegba on September 07, 2022, 10:32:58 am
Or(Compare([Bit Depth],>,16),Compare([Sample Rate,0],>,44100))

You may also want to include Bit Depth = 1
Title: Re: "HR" tag
Post by: blgentry on September 07, 2022, 12:21:04 pm
Depending on what you want to see, you might put this expression, or something similar, into the customize display > status area:

Code: [Select]
  [Elapsed Time] // [Remaining Time] // [Total Time] - [File Type] [Bit Depth]//[Sample Rate] - [Channels] ch [PN Position] of [PN Tracks]  ([Track #]//[Total Tracks]if(isempty([disc #]), , / D[disc #])/) [Zone]
In the image below, that's the second line.

Brian.
Title: Re: "HR" tag
Post by: kr4 on September 07, 2022, 04:26:23 pm
Audio files with greater than 44.1 kHz sample rate or higher than 16-bit audio bit depth?
If that's your definition, fine but it's not everyone's.  I prefer just to display the SR/BD data.
Title: Re: "HR" tag
Post by: MusicBringer on September 07, 2022, 07:32:35 pm
I would rather know what files are less than 44.1 kHz, 16-bit - so that I can consider deleting them 🙂🎵😊