Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: Flac + Cdex (Read 3864 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Flac + Cdex

Are there any plans for supporting FLAC compression in CDex?

I've tried using the "External encoder" feature, but I get some strange error.
I set the path to "flac.exe" and the only parameter I use is %1.
It rippes the wav, and opens the flac-doswindow, then I get this error message from CDex: "The system cannot find the file specified."

Any one with Flac+CDex experience?

EAC works perfectly with FLAC + vorbiscomments.
I use this parameter: --tag=ALBUM="%g" --tag=TITLE="%t" --tag=ARTIST="%a" --tag=TRACKNUMBER=%n --tag=GENRE="%m" -- tag=DATE="%y" %s

metrom

Flac + Cdex

Reply #1
Quote
I set the path to "flac.exe" and the only parameter I use is %1.

Use "%1" as parameter.

Flac + Cdex

Reply #2
This works for me: -o %2 %1
But the flac file has 3x the flac extension (outfile.flac.flac.flac) 

Flac + Cdex

Reply #3
Quote
This works for me: -o %2 %1
But the flac file has 3x the flac extension (outfile.flac.flac.flac)  :huh:

This helped alot, but I also get that 3x extension

rjamorim: adding "" didn't help much

(I'm using 1.50 beta7)


 

Flac + Cdex

Reply #5
Or select "On-the fly Encoding" and "Send WAV header to stdin" and Parameter string:
Code: [Select]
-o %2 -

OR
Code: [Select]
-T "Artist=%a" -T "Title=%t" -T "Album=%b" -T "Date=%y" -T "Tracknumber=%tn" -T "Genre=%g" -o %2 -


Then there's only 2x the flac extension

MTRH's string doesn't work for me (1.50 beta 7).