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: Frontend for Lame with APE & Cuesheet support (Read 2416 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Frontend for Lame with APE & Cuesheet support

I'm using a modified lame.exe v3.90.3 with support for APE and cuesheet input (found at RareWares). My command line usually look something like this:

Code: [Select]
lame --apeinput --preset extreme CUESHEET CDImage.ape.cue "%n - %p- %t.mp3" --naming-rule --tag


Is there a frontend I can use to make this easier? I would like be spared from entering the command line everytime. I have checked RazorLame and others but they don't accept APE or CUE files as input. I also tried EAC but I cannot see how I can make it work for me.

Any ideas? Thanks in advance!

Frontend for Lame with APE & Cuesheet support

Reply #1
Sorry. The best "frontend" I know of are my batchfile here. But if you want a GUI why not just use foobar2000 with the clienc encoder and lame.exe?
"ONLY THOSE WHO ATTEMPT THE IMPOSSIBLE WILL ACHIEVE THE ABSURD"
        - Oceania Association of Autonomous Astronauts

Frontend for Lame with APE & Cuesheet support

Reply #2
You're right, I was only looking for a nice GUI and to avoid repeating the command line every time. I tried foobar2000 like you said and it is now working perfect. Thanks for pointing out this elegant solution!