QUOTE (Treefingers @ Sep 4 2004, 03:41 PM)
Working flawlessly here in WinXP environment.
That's good to hear. I thought it should, but it's nice to hear confirmation. Thanks.
QUOTE (Treefingers @ Sep 4 2004, 03:41 PM)
I successfully added GENRE and YEAR tags by inserting the following command line in EAC:
CODE
/c C:\Batchfiles\eac-enc.bat %o %s %d "%a" "%g" "%m" "%y"
<snip>
I'm glad to see someone making some use

QUOTE (Treefingers @ Sep 4 2004, 03:41 PM)
APE 2.0 tags are correctly created and fully integrated in Foobar v.0.83.
What could be the procedure for inserting a COMMENT Tag?
The comment field from EAC can be passed using the
%e parameter. Add it to EAC's command line options as you have done the genre (%6) and year (%7) fields, and then use it in the
Tag command line (in
eac-post.bat) like:
... --artist %4 --album %5 --comment %8 -f "CUESHEET=...If you want to just add a "static" comment you can just do:
... --artist %4 --album %5 --comment "Archived by Treefingers" -f "CUESHEET=...... to the
Tag line.
If you want to get the comment text from a text file, e.g.: an album review, then use
Tag's
-f switch:
... --artist %4 --album %5 -f "comment=C:\Music\Pixies\Doolittle Review.txt" -f "CUESHEET=...I think that covers every usage I can think of...
QUOTE (Treefingers @ Sep 4 2004, 03:41 PM)
And, I am absolutely
no programmer / compiler etc... but I hope to have soon FLAC and/or WAVPACK versions of this pattern!!

With regard to WavPack - it may be worth taking a look (if you haven't already, I only added it a day or so ago) at
this section of the guide, which deals with renaming hybrid files in Wavpack and correction files in OptimFrog.
If you have too many problems post back here and I'll either do them or help out. It's more fun if you try for yourself though.
I have actually been toying with two different "projects" relating to this.
1. Adapting eac-enc.bat so that it picks the encoder depending on the file extension used in EAC's Compression Options dialogue. E.g.: if the user has entered
.flac the batch file would encode with FLAC, use FLAC's cuesheet tag to store the cuesheet, and get Tag to use FLAC's native tag scheme. With WavPack and OptimFrog DualStream it would sort out the secondary files also. etc. etc.
2. I am thinking of writing a quick How To of EAC parameter and batch file parameter manipulation. I.e.: passing EAC parameters to a batch file and how you can get every ounce if information from the values passed to do whatever you want in your batch files. I found out since writing my batch files that you can get the filesize very easily (e.g.: to display the filesize of the temporary WAV file use
ECHO %~z2. I was wondering whether it may be useful to use the filesize of the APE file somehow with PAR2, to get best efficiency when deciding on blocksize.
I think some of the techniques I have used may be useful for other people who want to automate their archiving.
MAREO is always an option for most people's requirements, but batch files are always going to be more flexible and adaptable for those who want even more.
QUOTE (Treefingers @ Sep 4 2004, 03:41 PM)
Thank you very much,
Synthetic Soul 
Thank you for taking an interest
Edit: spellingEdit 2005-01-13: Updated URL to blueyonder address