How to add Bitrate column?

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
MickeyVee
Posts: 5
Joined: 24 Apr 2016 17:50

How to add Bitrate column?

Post 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??? 8)

highend
Posts: 14996
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: How to add Bitrate column?

Post 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
One of my scripts helped you out? Please donate via Paypal

admin
Site Admin
Posts: 66672
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: How to add Bitrate column?

Post 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.

MickeyVee
Posts: 5
Joined: 24 Apr 2016 17:50

Re: How to add Bitrate column?

Post by MickeyVee »

You guys rock! Thx! 8)

Post Reply