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 & LAME- Error (Read 3543 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

MAREO & LAME- Error

I have MAREO working well here... except for one problem.

I can run from foobar and encode to MP3 and FLAC no problem on the majority of selections.

However, when I try to run against
Bruce Springsteen Born to Run [30th Anniversary Edition]

LAME has an abnormal termination.

The configuration of MAREO is this:

Code: [Select]
PARAMETERS = --priority 1 --vbr-new --ta "@artist@" --tl "@album@" --tt "@title@" --tn "@track@" --ty @year@ --tg "@genre@" "@source@" "@dest@"


If I use the same configuration with
Coldplay Parachutes
For example, I get no problems.

Any ideas?


EDIT- Spelling

MAREO & LAME- Error

Reply #1
Is it possible that the year has not been specified?

Try adding --ignore-tag-errors to your command line.
I'm on a horse.

MAREO & LAME- Error

Reply #2
Post this question in the MAREO 2.x discussion topic.

And add the command line from foobar2000, the mareo.ini and the mareo.log to your question!

I miss the encoder setting in the parameter line! Is there a default setting, so LAME uses -V 2 (or whatever) if no bitrate is specified?

MAREO & LAME- Error

Reply #3
Quote
Is it possible that the year has not been specified?

Try adding --ignore-tag-errors to your command line.
[a href="index.php?act=findpost&pid=350635"][{POST_SNAPBACK}][/a]

Thanks for the suggestion.
The files are all fully tagged (year, etc).
Adding the switch did not help with this album.

I'm getting convinced that it is either:

a) LAME does not like [ ] in the album name
b) The length of the album name is too long.

This also fails on Diana Krall Love Scenes [Japan Bonus Tracks]


EDIT- Additional Info

MAREO & LAME- Error

Reply #4
Ok, it is not a MAREO problem, when I execute LAME using the same command, I get nothing in the command window except "abnormal program termination"

Code: [Select]
D:\Transcode\Diana Krall\Love Scenes [Japan Bonus Tracks]>"D:\Program Files\Exac
t Audio Copy\Encoders\lame.exe" --priority 1 -q 0 --vbr-new -V 1 --ta "Diana Kra
ll" --tl "Love Scenes [Japan Bonus Tracks]" --tt "Gentle Rain" --tn "09" --ty "1
999" --tg "Vocal" --tc "Enjoy The Music!" "D:\Transcode\Diana Krall\Love Scenes
[Japan Bonus Tracks]\Diana Krall - 09 - Gentle Rain.wav" "D:\Transcode\Diana Kra
ll\Love Scenes [Japan Bonus Tracks]\Diana Krall - 09 - Gentle Rain.mp3"


Any ideas?

MAREO & LAME- Error

Reply #5
It is an issue with [] characters in the album name.

If I use the same command line and remove those brackets from the album name, LAME runs as expected.

Any ideas of a workaround? I do not wish to have to locate and rename albums to do the transcoding via command line (MAREO).