Greetings, sorry for resurrecting an old thread, but I had a few questions I wanted to add onto this:
QUOTE (Martin H @ Dec 11 2005, 10:20 PM)
If you are using v0.8.3, then you will need clienc + ID3v2 components and lame.exe
I've got fb2k v0.8.3 special, which includes those components, correct? Therefore no need for me to download them separately via the links you provided?
QUOTE (Martin H @ Dec 11 2005, 10:20 PM)
I use -V5 --vbr-new - %d when i'm transcoding from my WavPack archive to MP3's... The tags are automatically transfered from the cuesheet to the MP3's...
I'm about to begin archiving each of my CDs to a single WavPack image + cuesheet, then at a later date transcode and split into mp3's as you just described. I was under the impression that individual track titles aren't saved in the cuesheet info for a single image. Does that mean I don't need to tag the .wv image with APEv2 when i first rip it? If I did, how would I go about tagging an entire album that's in one file?

If the cuesheet is all I need, that'd make things a lot simpler.
QUOTE (Martin H @ Dec 11 2005, 10:20 PM)
Under "Output File Name Formatting" enter this :
$num(%tracknumber%,2) - %artist% - %title%
If you want each album placed in it's own directory, then you need to add f.eks :
%artist% (%date%) %album%\
in front of the command line + checking the option "Create Subdirectories".
So if I wanted subdirectories and a format like this:
artist (year) album\track - artist - title
I'd use the string:
%artist% (%date%) %album%\$num(%tracknumber%,2) - %artist% - %title%
I realize it's repetition and you probably already answered the question, I just wanted to confirm I got all of it right
before I begin such an undertaking (splitting up the formatting line threw me off...and "f.eks" = typo or an acronym for something?).
Thanks in advance!