UPDATE March 01, 2005
Dowload
I made a couple of small changes to check for errors.
Flacattack 1.02
UPDATE February 16, 2005
Dowload
I added a new function to find the log file before it is moved. Now if there are multiple log files in the temporary EAC ripping directory, the correct one will be chosen.
I rearranged some code so that the directory chosen in EAC (when prompted to save your files) and the final flac destination directory can be the same directory. However, I don't recommend this still. There is a bug that I can't figure out that occurs when the EAC file naming scheme and the flac filename scheme are the same. When they are the same, the flac files end up getting deleted somehow.
Flacattack 1.01
UPDATE February 15, 2005
Fixed the problem that caused Flacattack to close immediately when started. Also, replaced the bare-bones ini file with one that has default values (like before). The problem was happening because a function that fixes incorrect folder slashes was being run on values from the ini that referred to directories that did not exist. A combination of a small fix to the function and the new ini should fix the problem.
Flacattack 1.0
UPDATE February 14, 2005
The GUI is now updated to match all the new features.
Added some error checking code to make sure all necessary executables are found before running Flacattack.
Other minor stuff.
Check it out!
Flacattack 0.95
UPDATE February 03, 2005
The CUESHEET metadata block is removed after encoding to loss files. There is also a small update to the GUI.
GUI finished
UDPATE February 02, 2005
The GUI is finished. This is the preferred way to setup your flacattack.ini file settings.
Flacattack 0.93
UPDATE February 01, 2005
Just a few bug fixes. See the download page for details.
Flacattack 0.91
UPDATE January 31, 2005
I just fixed a bug that affected special characters in cue sheet causing them to be deleted.
Also, in EAC options => Filename tab, Naming Scheme should be %N - %A - %T or anything that DOES NOT have a directory structure, otherwise
Flacattack will complain that it cannot find the cue sheet and will exit.
Flacattack 0.9
UPDATE January 31, 2005
Lots of fixes and some new features such as AAC support. Please try it out and let me know of any bugs. Thanks to those who have done so in the past.
Also, the gui should only be used with version 0.7 and earlier. It won't work how you want it to otherwise. I'll be updating it soon.
Version 0.9
1. Output an error when a valid cue sheet is not found.
2. Added AAC support. Can encode to .mp4.
3. Added aacgain support for aac files.
4. Flac replaygain is now applied after encoding to lossy files.
5. Fixed issue with CDs that have a data track at the end.
6. Fixed problem with getting track information from cue sheet when encoding to individual files.
7. Added ability to have a comment tag.
8. Cleaned up the code a little.
9. Rearranged parts of the flacattack.ini file and added necessary sections.
10. You can now decide the log filename and path.
11. Added ability to save log in lossy file folders.
12. Fixed bug where flac individual files weren't renamed to specified naming scheme. (They were all named tracknumber - artist - title.flac)
13. Allowed PERFORMER and TITLE in cue file to have illegal filename characters (I'm not sure why I was replacing them!)
14. You can decide the cue filename format.
15. Cue sheet will now reference correct files.
Flacattack 0.8
UPDATE January 21, 2005
Don't forget that you'll need to .NET Framework with this new version because it has been rewritten using C#. Please test it and let me know of any bugs/problems/issues/requests.
Version 0.8
1. I rewrote everything using C#.
2. You can now use paths that have spaces. (Please test this though.)
3. I fixed the flac encoder option issue (only being able to use one option). This should apply to other encoders as well.
4. I added a Flacattack command line argument (%o). This was to make it possible to use the EAC compression queue. There is still one problem when using log files. Flacattack won't know which log to transfer or embed (there will be several depending on how many albums you have ripped). It will just take the first one it finds.
5. If you don't choose to move the log file, it will be deleted.
6. Renamed executable to "facli.exe".
GUI for flacattack.ini file
UPDATE January 16, 2005
You can now download a GUI application (written in C#) that will allow you to configure the flacattack.ini file. There is some more info about it and basic configuration on the home page (www.uninformative.com/flacattack).
I'm 75% done with the C# rewrite of Flacattack itself. There most likely will not be any new features in this first release, but I hope to have fixed a few bugs (filenames with spaces and maybe some others).
Flacattack 0.7
UPDATE October 29, 2004
1. I added replay-gain for individual flac files.
2. I fixed a bug where the orginal folder made by EAC was not removed and the log file was not moved when ripping
to individual flac files.
3. The log file is deleted if you choose not to move it. If you DON'T close the EAC ripping window before the last
file is finished encoding, the log file will NOT be deleted and you will have to do so manually. (If you don't
want the log file, change your setting in EAC. This is just for if you forgot.
4. I added support for replay-gain of lossy files.
5. I added support for ripping to individual lossy files when ripping to individual flac files (like MAREO).
Flacattack 0.6
1. I extended the naming of the lossy files to match that of the flac files. They can use variables now, too.
2. I allowed specifying an absolute path for the lossy files rather than one relative to the flac output folder.
3. I made a few changes to the flacattack.ini file. I got rid of the [PATH_INFO] section and moved it to [FLAC_INFO].
