Page 1 of 1
How to add Bitrate column?
Posted: 24 Apr 2016 17:57
by MickeyVee
I've searched all over this site & web. I can't find the answer to what (I think) is a simple request.... How do I get a column on a tab to display the bitrate of a music file??? I'm using v 16.60.
What am I missing???

Re: How to add Bitrate column?
Posted: 24 Apr 2016 19:07
by highend
Add a custom column (by right clicking in the columns, "Add Column")
Use the "Select property..." in the context menu when you right click the new column
Look for "Bitrate" in the list, click ok
Done
Re: How to add Bitrate column?
Posted: 25 Apr 2016 09:34
by admin
Or paste this into the Address Bar and press Enter. It will give you all basic audio columns:
Code: Select all
setcolumns(":s-audio.bitdepth,:s-audio.bitrate,:s-audio.channels,:s-audio.samplerate,:s-audio.length", 8);
Press Enter again to remove those columns.
Re: How to add Bitrate column?
Posted: 26 Apr 2016 03:33
by MickeyVee
You guys rock! Thx!
