Taperssection.com

Gear / Technical Help => Post-Processing, Computer / Streaming / Internet Devices & Related Activity => Topic started by: Sebastian on July 27, 2007, 07:41:26 AM

Title: FLAC Multi Tagger (Windows/Mac)
Post by: Sebastian on July 27, 2007, 07:41:26 AM
Hi!

I finally got tired of manually tagging every track of my recordings individually, so I came up with this little program. You can just copy a tracklist into it and it will tag all your files automatically. It runs natively on Windows and Mac OS X.

All the details and downloads are here:
http://2007.org/fmt/

Please let me know what you think!
Title: Re: FLAC Multi Tagger (Windows/Mac)
Post by: Gordon on July 27, 2007, 12:38:08 PM
I'll check it out but fwi foobar has a great live show tagger.  easy as hell.
Title: Re: FLAC Multi Tagger (Windows/Mac)
Post by: nic on July 27, 2007, 12:39:36 PM
I'll check it out but fwi foobar has a great live show tagger.  easy as hell.

Foobar is Windows only
Title: Re: FLAC Multi Tagger (Windows/Mac)
Post by: momule on July 27, 2007, 01:38:32 PM
Works For me.  Is a wee bit slow in processing IMO.  But overall functionality is Great

+ Sebastian for your time in compiling this for our group.
Title: Re: FLAC Multi Tagger (Windows/Mac)
Post by: Sebastian on July 27, 2007, 03:03:10 PM
Is a wee bit slow in processing IMO.

I know. This is because the program writes all data to a new temporary file (adding the tag) and then copies all data back to the original file. In the future I plan on optimizing this. If the new set of tags is smaller or equal in size to the old tag it should be possible to just write them into the original file (very fast). If that's not possible, deleting the original file and moving the temporary file to its location should speed things up for sure.
Title: Re: FLAC Multi Tagger (Windows/Mac)
Post by: momule on July 28, 2007, 10:58:34 AM
Thanks for your time on this either way.
+ again in 12
Title: Re: FLAC Multi Tagger (Windows/Mac)
Post by: dgodwin on August 03, 2007, 02:56:07 AM
Thanks.  Just used this to add song titles. 
Title: Re: FLAC Multi Tagger (Windows/Mac)
Post by: jerryfreak on August 03, 2007, 04:53:05 PM
I use flacify, it parses right from a text file, not manual entry required. it is a unix script, and runs under *nix shells on windows or mac.
Title: Re: FLAC Multi Tagger (Windows/Mac)
Post by: Sebastian on December 22, 2007, 06:13:34 AM
I have just finished work on version 0.2 of the program. It now uses the libFLAC library, so it should be as fast as the original FLAC tools. I have also completely re-written the program and tried to avoid all the bugs that the last version had ;)

http://2007.org/fmt/
Title: Re: FLAC Multi Tagger (Windows/Mac)
Post by: dgodwin on December 22, 2007, 02:50:29 PM
thanks! +t
Title: Re: FLAC Multi Tagger (Windows/Mac)
Post by: aberg on December 22, 2007, 11:21:56 PM
Hmmm, it doesn't appear to work in OS X 10.5 Leopard... any fix to come for this?
Title: Re: FLAC Multi Tagger (Windows/Mac)
Post by: Sebastian on December 23, 2007, 05:50:32 AM
Hmmm, it doesn't appear to work in OS X 10.5 Leopard... any fix to come for this?

Sorry, I think this was because the FLAC library was still linked against the OGG library. I have corrected this and it should work now...