Filter MP3s by encoder type?

4

I'm on a Mac and use iTunes to manage my music collection. I'm in the process of weeding out the lower quality files that I have and would like to have only MP3s that have been encoded using the V0 setting of the LAME MP3 encoder. I tried using iTunes' smart playlist feature but as it only allows a less than rule and V0 is a variable amount, it catches valid V0 encoded files a lot of the time.

Is there any alternative program on Mac that I can just point to my iTunes folder and say, "show me all files that are not encoded with LAME V0"?

roflwaffle

Posted 2010-06-17T00:56:39.780

Reputation: 1 640

Answers

1

You could try Dnuos.

Download the latest tar.gz file from here. To install on Mac OS X, do the following:

tar zxvf dnuos-1.0.10.tar.gz
cd dnuos-1.0.10
sudo python setup.py install

After that, you should be able to run

dnuos ~/Music/

and get a list of all your tracks. You can use the output to search for your LAME V0 files.

Palmin

Posted 2010-06-17T00:56:39.780

Reputation: 1 246