QUOTE(Iuppiter @ Aug 16 2005, 12:14 PM)
I've encoded all may flac-files to mp3 with foobar (add directory, erase cue-sheets and then convert).
When I now compare the number of files (with windows explorer) there are 4678 flac-files on source-disc and 4673 mp3-files on destination-disc. 5 files are lost, bad.
Does somebody know an easy solution, to find out, which files are lost in this long encoding-session? Maybe there is a solution to get two lists of the filenames (only of flac and mp3-files, forget covers and cuesheets...) and compare them automatically to show the difference.
Would be very fine, if somebody can give me a nice solution for my problem (mabye this 5 songs are the best of my collection

)
Theres an easy way to get a list of each (mp3 and flac) but going over that list will be a pain in the ass.
open a command prompt in windows.
at the prompt type in the drive letter your flac files are on followed by a colon and hit enter *for example only my music is on the D: drive* ( D: ENTER)
you should now see D:\> as the prompt
type "DIR *.FLAC /S > FLAC.TXT" without the quotes and hit enter.
that gives you a list of flac files on that drive and the /s makes the search into subdirectories ie folders.
so now change the drive letter to your mp3 files and enter
"DIR *.MP3 /S > MP3.TXT" without the quotes and hit enter.
you can print the files out and painstakingly compare them.
fyi 4ooo songs will be alot of paper.