Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: FLAC/Ogg Vorbis tag editor for Mac OS X (Read 10860 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

FLAC/Ogg Vorbis tag editor for Mac OS X

It seems a common complaint is the lack of a decent free tag editor for FLAC or Vorbis on OS X.  So, I attempted to write one!  Tag version 0.2.1 is available from http://sbooth.org/files/Tag-0.2.1.zip.  It's free and is licensed under the GPL.

I am most interested at this point in feedback; it currently does not support batch editing but it does allow editing of any tags present in the stream. 

Another issue I'm addressing is whether Tag should truly be a stand-alone application or whether it should be integrated with http://sbooth.org/Max/, my OS X ripper/encoder.

Please see the Tag homepage at http://sbooth.org/Tag/.

edit: Bugs reported by Shane Cavanaugh fixed.
edit: Added homepage link

FLAC/Ogg Vorbis tag editor for Mac OS X

Reply #1
Thanks for the work. I'll test it. Hyper impressed you made it a universal binary.

FLAC/Ogg Vorbis tag editor for Mac OS X

Reply #2
Is this for Tiger only ?

 

FLAC/Ogg Vorbis tag editor for Mac OS X

Reply #3
A few minor bugs: I put in some random characters from the "Character Palette...", but Tag wouldn't save it nor would it give me a reason why.

In the Advanced tab, when leaving a new set of tags blank ("No Value"), Tag doesn't dim the icon in the title bar to signify that I'd need to save, but saving it results in the tag set "(null)=(null)". Maybe a sheet dialog would be better? I don't know.

In the Basic tab, when adding a tag then pressing enter, the tag shows up in the Advanced tab, but it's not saved to the file. Maybe enter should save the tags, or do nothing at all?

When deleting a tag in the Basic tab, it shows up as "No value" in the Advanced tab, and saving it writes "TagName=(null)" to the file. Deleting the tag in the Basic panel should remove the tag in the Advanced panel.

When trying to close the window of a file that hasn't been saved, clicking the save button of the resulting sheet dialog doesn't save the file nor does it close the window.

Quote
Another issue I'm addressing is whether Tag should truly be a stand-alone application or whether it should be integrated with http://sbooth.org/Max/, my OS X ripper/encoder.
[a href="index.php?act=findpost&pid=367322"][{POST_SNAPBACK}][/a]

Adding to Max seems best, just to beef up the tag support you already have. You can turn Max into an audio suite: ripping, converting, transcoding, tagging, file-renaming.

First Max, now this. Thanks for both.

[span style='font-size:8pt;line-height:100%']Edit: some more feedback[/span]

FLAC/Ogg Vorbis tag editor for Mac OS X

Reply #4
Quote
Is this for Tiger only ?
[a href="index.php?act=findpost&pid=367370"][{POST_SNAPBACK}][/a]


It should work on 10.3, possibly even 10.2 or 10.1.  I don't have 10.3 available for testing to make sure, though.

FLAC/Ogg Vorbis tag editor for Mac OS X

Reply #5
Quote
It should work on 10.3, possibly even 10.2 or 10.1.  I don't have 10.3 available for testing to make sure, though.
[a href="index.php?act=findpost&pid=367396"][{POST_SNAPBACK}][/a]


I wanted to ask before bleating  On my 10.3.9 system the app launches (w/generic application icon) and the menu bar appears but nothing happens when I try to open a file for editing, either through the File menu or by dragging to the Dock icon.

FLAC/Ogg Vorbis tag editor for Mac OS X

Reply #6
Quote
Quote
It should work on 10.3, possibly even 10.2 or 10.1.  I don't have 10.3 available for testing to make sure, though.
[a href="index.php?act=findpost&pid=367396"][{POST_SNAPBACK}][/a]


I wanted to ask before bleating  On my 10.3.9 system the app launches (w/generic application icon) and the menu bar appears but nothing happens when I try to open a file for editing, either through the File menu or by dragging to the Dock icon.
[a href="index.php?act=findpost&pid=367400"][{POST_SNAPBACK}][/a]


You're right- Tag will currently only run on Tiger (I should have known this since I built it as a Universal binary which is inherently Tiger-only!).  I could compile a working version for 10.3.9, but it would be a separate download.  E-mail me if you are interested.

FLAC/Ogg Vorbis tag editor for Mac OS X

Reply #7
I fixed the bugs reported by Shane Cavanaugh above- thanks for the feedback!

Unfortunately in fixing the Save bug the performance has been reduced; apparently the default saving behavior for Cocoa is to write the file (completely) to a backup location, then copy it over the original.  Needless to say, for large files like FLAC this is not at all efficient.  I tried to be clever and override some of the behavior, but it obviously didn't work.  0.2.1 works now, albeit a little more slowly.  I am looking into ways to improve the save performance.

FLAC/Ogg Vorbis tag editor for Mac OS X

Reply #8
Thanks very much, I will. I don't think Universal binaries need necessarily be Tiger only, all the recent Apple apps are UB and they work under Panther (though the Intel-specific part of iTunes screws up repairing permissions).

FLAC/Ogg Vorbis tag editor for Mac OS X

Reply #9
Looks nice and handy. I'd love to see batch editing in it. Maybe you could do that like Podner does.

FLAC/Ogg Vorbis tag editor for Mac OS X

Reply #10
OK, I have just released Tag 0.3 - see http://sbooth.org/Tag/ for more information.

Version 0.3 adds batch mode, performance improvements, and UI improvements!

Again, I appreciate all feedback here or on http://sbooth.org/phpBB2/.

FLAC/Ogg Vorbis tag editor for Mac OS X

Reply #11
It seems a common complaint is the lack of a decent free tag editor for FLAC or Vorbis on OS X.  So, I attempted to write one!  Tag version 0.2.1 is available from http://sbooth.org/files/Tag-0.2.1.zip.  It's free and is licensed under the GPL.

I am most interested at this point in feedback; it currently does not support batch editing but it does allow editing of any tags present in the stream. 

Another issue I'm addressing is whether Tag should truly be a stand-alone application or whether it should be integrated with http://sbooth.org/Max/, my OS X ripper/encoder.

Please see the Tag homepage at http://sbooth.org/Tag/.

edit: Bugs reported by Shane Cavanaugh fixed.
edit: Added homepage link


I know this is pretty old and you're not likely to see this, but thanks for making Tag. It's still the best solution out there! Much appreciated, man.