What is a good .mp3/.m4v tag editor for OS X

9

2

What is a good .mp3/.m4v tag editor for OS X that's not iTunes?

I'd prefer free but I'm open to anything.

I've looked at ID3 Editor but that only does .mp3 (from what I could see).

I want to set my own values so no need for an auto-tagger.

Jason

Posted 2010-07-25T17:12:39.187

Reputation: 1 029

Question was closed 2012-10-12T07:49:28.477

Are you looking for an auto tagger or a simple editor? – Steven Lu – 2010-07-25T18:02:08.273

ID3 is good in Windows, never used it in OS X, and I just used it for mp3. – ubiquibacon – 2010-07-26T10:38:25.803

Answers

4

Easytag is available through Fink:

fink install easytag

Homebrew:

brew install easy-tag

and MacPorts:

port install easytag

Marco Schuh produced an unofficial native build, though it seems the file is currently (Feb. 2018) offline.

user43856

Posted 2010-07-25T17:12:39.187

Reputation: 98

Have you used this under OS X? If so, how well does it work for you? – Jason – 2010-07-28T12:28:59.893

i used fink a long time ago, i don't have a mac anymore but at the time every application in there that i tried worked so i have no reason to believe that easytag wouldn't. – user43856 – 2010-07-28T22:21:10.493

1available as a homebrew for osx as well. 'brew install easy-tag' – shadowbq – 2013-01-09T18:10:10.123

1

you can also download a '.dmg' native for osx at http://marcoschuh.de/wp/static/files/EasyTAG_alpha5.dmg

– shadowbq – 2013-01-09T18:16:17.190

you can also download a '.dmg' native for osx at http://marcoschuh.de/wp/static/files/EasyTAG_alpha5.dmg

– shadowbq – 2013-01-09T18:17:42.523

2

I'm interested in this also - I've tried a few MP3 taggers to no avail as all have so far paled in comparison to Tag&Rename which is still Windows only - I still run VirtualBox for this one application.

For .m4v files I've been using the wonderful MetaX - have used this for my entire DVD collection.

Maurice Kelly

Posted 2010-07-25T17:12:39.187

Reputation: 151

2

You can use the Swiss Army knife Mp3tag right within Mac OS. Take a look here:

More MP3 guessing pattern with Mp3tag in Mac OS

Leniel Maccaferri

Posted 2010-07-25T17:12:39.187

Reputation: 771

1

biru

Posted 2010-07-25T17:12:39.187

Reputation:

0

If you're not opposed to using the command line, including compiling from source, check out ID3 mass tagger.

After using it a bit myself, I definitely think it should have been included in OS X as default!

EDIT: Oh, and it's free and open source (obviously).

trolle3000

Posted 2010-07-25T17:12:39.187

Reputation: 1 670

Thanks but it's not for me and the user that needs it is far from command line savvy – Jason – 2010-07-28T12:20:54.920

0

Best command line mp4 tag editor is libmp4v2 http://resare.com/libmp4v2/

Just compile and instale and it works fine (of course you need installed the development tools in your mac).

Alejandro Sierra

Posted 2010-07-25T17:12:39.187

Reputation: 1

0

I just found TriTag from this question here, and it worked great for me. It works for MP3, don't know about other formats.

tylerl

Posted 2010-07-25T17:12:39.187

Reputation: 2 064