I'm using this tag: {File.MD.RIFF::AudioFormat\4\AvgBytesPerSec\0} in the metadata panel, and is it possible to format the output from Avg Bytes Per Second to KBytes/sec, whereby the current output: 13136 could be reevaluated to 105?
Use a variable and the cast:int and math:Op, Value {,Decimals} (https://www.photools.com/help/imatch/var_basics.htm?dl=h-234) function to divide the value by 1000 or 1024?
I didn't know it was possible to use variables in the metadata panel for this purpose. How do I go about inserting one?
Ah, sorry. My bad.
You cannot use variables in the Metadata Panel. The Meta Panel accepts only specific input formats and provides specific output formats.
You can use a variable in a File Window layout to see the information in the format you want.