getmusicbee.com

Support => Questions => Topic started by: forst on August 17, 2018, 06:14:24 PM

Title: missing Display bit depth in arrange panels for tracks properties ?
Post by: forst on August 17, 2018, 06:14:24 PM
Hello All,

I wanted to custom track properties in panel right but i don't find fields to display bit depth such as 'track properties' default,

(https://preview.ibb.co/giJtVz/musicbee_prop.jpg) (https://ibb.co/ndEBHe)

the track properties default show well 24 bit but i don't find similar to custom , 'bitrate' is wrong

(https://image.ibb.co/eEyhOK/musicbee_info.jpg) (https://imgbb.com/)

regards
Title: Re: missing Display bit depth in arrange panels for tracks properties ?
Post by: Steven on August 18, 2018, 02:48:58 PM
the field for bitdepth is <BitDepth> not <BitRate>
Title: Re: missing Display bit depth in arrange panels for tracks properties ?
Post by: forst on August 19, 2018, 10:18:20 PM
thank you  :)
Title: Re: missing Display bit depth in arrange panels for tracks properties ?
Post by: bgodek on December 14, 2022, 10:04:34 PM
Hi,

When show track properties option is checked, DSD64, DSD128, DSD256 or DSD512 information is displayed. What area in the Template Editor does this information come from?
Title: Re: missing Display bit depth in arrange panels for tracks properties ?
Post by: The Incredible Boom Boom on February 13, 2023, 11:43:43 PM
You can use this function to display DSD information in the Track Information panel if you don't wish to use the "show track properties" option.
Code
$Replace($Replace($RxReplace(<Bitrate>,"(?:5645|14112|16934)k","64"),11290k,128),22579k,256)