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: Mareo 4 and Lame 3.97b (Read 2495 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Mareo 4 and Lame 3.97b

Hi
I'm trying to create a flac and mp3 file at the same time using EAC and Mareo
These are the two paremeter lines:

FLAC
PARAMETERS = -8 "[SOURCE]" -o "[DESTTMP]" -T artist="[ARTIST]" -T album="[ALBUM]" -T title="[TITLE]" -T tracknumber="[TRACKPADDED]" -T date="[YEAR]" -T genre="[GENRE]" --replay-gain

MP3
PARAMETERS = --alt-preset insane --ta "[ARTIST]" --tl "[ALBUM]" --tt "[TITLE]" --tn "[TRACKPADDED]" --ty "[YEAR]" --tg "[GENRE]" "[SOURCE]" "[DESTTMP]"

Both are working fine but mareo gives me errors on both extractions (and does not create the flac or mp3 file) when I add additional options that I want to use:

a) adding a -V into the flac paremeter, but this works fine directly from EAC
b) adding --add-id3v2 --pad-id3v2 into the mp3 parameter, becuase I want to use my own genres and also pad the track numbers between 1 and 9 with a zero

Any ideas how I can get these additional command line options working via Mareo

Thanks
Gordon