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 3.0 Released! (Read 91016 times) previous topic - next topic
0 Members and 2 Guests are viewing this topic.

MAREO 3.0 Released!

Reply #100
Unfortunately my strategy didn't work as planned.... 

1. convert to wavpack
worked ok.... sort of..... I think I found a bug: if you tell mareo to save the wavpack files and wave files in the same directory, after the wavpack compression the wavpack files are deleted and only the wave files are available. 
If you tell mareo to save the wavpacks and waves in differente folders it works ok (ie, both are kept).

2. apply wvgain in the wavpacks
Only works if waves and wavpacks are saved in different folders.

3. scale the original wavs with wavegain
This works ok. 

4. convert to vorbis with oggenc
This definitively does not work because oggenc (and oggenc2) does not accept wildcards  doesn't seem to be a mareo problem, but a oggenc problem. I have to use the wildcards because encoding to vorbis should be done only after scaling with wavegain.
The only solution I can think of is using the --FLAC-scale option in oggenc but that would cause the same wildcard problem I think... And would force me to use FLAC...
I cannot preserve the tags either because oggenc runs only after all tracks are ripped with EAC.
I'm running out of ideas for this step. Do you have any kwanbis (or anyone else)? I want to encode to ogg from scaled files (from wavs with wavegain or using the replaygain tags from the wavpacks to scale the tracks, does not matter any will do) if possible I would also like to keep the tags.

Another thing: the mareolast.ini file does not add a leading zero to the number of tracks (if I report 6 or 06 tracks to the mareolast.exe program is saves only 6 in the mareolast.ini) and this causes problems because EAC reports tracks with a leading zero (06 in this case).
Also the mareo.log file records an error when trying to delete the mareolast.ini file and the file is not deleted after processing.

This evening I can post my ini file and the logfiles if you need.

Thanks for the support.

MAREO 3.0 Released!

Reply #101
post your INI, i would take a look. should work.

MAREO 3.0 Released!

Reply #102
As promised here are the ini and log files:

mareo.ini
Code: [Select]
; MAREO - (M)ultiple (A)pplications ®unner for (E)AC and (O)thers.

; Literal          From            Replacing Value
; @source@          Parameter # 2    FULL temporal Source File Name
; @dest@            Parameter # 3    FULL temporal Destination File Name
; @artist@          Parameter # 4    CD Artist Name
; @album@          Parameter # 5    CD Name
; @title@          Parameter # 6    Track (Song) Name
; @track@          Parameter # 7    Track (song) Number
; @year@            Parameter # 8    Year of the CD release
; @genre@          Parameter # 9    CD's Music Genre
; @1@ .. @nn@      Parameter # 10+  User Definenable
; ~~~~~~~~~~~~      ~~~~~~~~~~~~~~~  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
; @ownpath@        MAREO finds out  the full path to MAREO, without the the ending backslash
; @newext@          MAREO finds out  the file extension without the dot (ex: MP3)

; ---------------------------------------------------------------------------------------------------------------------------
; DOES MAREO NEEDS TO LOG TO THE SCREEN?
; ---------------------------------------------------------------------------------------------------------------------------
LogToScreen = TRUE

; ---------------------------------------------------------------------------------------------------------------------------
; DOES MAREO NEEDS TO LOG TO A TXT FILE?
; ---------------------------------------------------------------------------------------------------------------------------
LogToFile = TRUE

; ---------------------------------------------------------------------------------------------------------------------------
; DOES MAREO DELETES THE WAV FILE AFTER ENCODING (TRUE) OR THE CD RIPPER DOES (FALSE)?
; ---------------------------------------------------------------------------------------------------------------------------
DeleteWavFile = FALSE

; ---------------------------------------------------------------------------------------------------------------------------
; WavPack: excelent lossless encoder, with hybrid option: [url=http://www.rarewares.org/lossless.html]http://www.rarewares.org/lossless.html[/url]
; ---------------------------------------------------------------------------------------------------------------------------
ONLYIFLAST = FALSE
ENCODER = D:\Codecs\wavpack.exe
PARAMETERS = -hmy -w "ARTIST=@artist@" -w "TITLE=@title@" -w "ALBUM=@album@" -w "YEAR=@year@" -w "TRACK=@track@" -w "GENRE=@genre@" -w "ENCODEDBY=WavPack 4.31 [-hm]" -w "RIPPEDBY=EAC [secure mode]" "@source@" "@dest@"
RENAME = TRUE
PATH = C:\Music\@artist@\@year@ - @album@\
FILENAME = @track@ - @title@
EXTENSION = wv

; ---------------------------------------------------------------------------------------------------------------------------
; WVGAIN: Album Mode: used to "normalize" WavPack files: [url=http://www.wavpack.com]http://www.wavpack.com[/url]
; ---------------------------------------------------------------------------------------------------------------------------
ONLYIFLAST = TRUE
ENCODER = D:\Codecs\wvgain.exe
PARAMETERS = -a "C:\Music\@artist@\@year@ - @album@\*.wv"
RENAME = FALSE
PATH = NONE
FILENAME = NONE
EXTENSION = NONE

; ---------------------------------------------------------------------------------------------------------------------------
; WAVEGAIN: Album Mode: used to "normalize" files: [url=http://www.rarewares.org/others.html]http://www.rarewares.org/others.html[/url]
; ---------------------------------------------------------------------------------------------------------------------------
ONLYIFLAST = TRUE
ENCODER = D:\Codecs\wavegain.exe
PARAMETERS = --album --apply --noclip "C:\Music\WAV\@artist@\@year@ - @album@\*.wav"
RENAME = FALSE
PATH = NONE
FILENAME = NONE
EXTENSION = NONE

; ---------------------------------------------------------------------------------------------------------------------------
; OGG VORBIS: excelent and patent free encoder: [url=http://www.vorbis.com/]http://www.vorbis.com/[/url]
; RECOMMENDED VERSION: AoTuV 4.51b: [url=http://www.geocities.jp/aoyoume/aotuv/]http://www.geocities.jp/aoyoume/aotuv/[/url]
; ---------------------------------------------------------------------------------------------------------------------------
ONLYIFLAST = TRUE
ENCODER = D:\Codecs\oggenc.exe
PARAMETERS = -q 4 "C:\Music\WAV\@artist@\@year@ - @album@\*.wav"
RENAME = FALSE
PATH = NONE
FILENAME = NONE
EXTENSION = NONE

; EOF


mareo.log
Code: [Select]
MAREO - Multiple Applications Runner for EAC and Others - GPL Licensed
3.1 - Copyright 2003-2006 by Kwanbis - [url=http://www.webearce.com.ar/]http://www.webearce.com.ar/[/url]
Developed with Borland Delphi (info @ [url=http://borland.com/delphi/)]http://borland.com/delphi/)[/url]

*** Received Command Line ***

"C:\Appl\EAC\MAREO\mareo.exe" mareo.ini "C:\Music\WAV\Living Colour\1991 - Biscuits\0tmp2(207.wav" "C:\Music\WAV\Living Colour\1991 - Biscuits\0tmp2(207.wv" "Living Colour" "Biscuits" "Money Talks" "06" "1991" "Rock"

*** Parsed Parameters ***

IniFileName (%1) = mareo.ini
@source@    (%2) = C:\Music\WAV\Living Colour\1991 - Biscuits\0tmp2(207.wav
@dest@      (%3) = C:\Music\WAV\Living Colour\1991 - Biscuits\0tmp2(207.wv
@artist@    (%4) = Living Colour
@album@    (%5) = Biscuits
@title@    (%6) = Money Talks
@track@    (%7) = 06
@year@      (%8) = 1991
@genre@    (%9) = Rock

*** INI Parameters ***

LogToScreen          = TRUE
LogToFile            = TRUE
DeleteWavFile        = FALSE


*** PROCESSING ENCODER ORDER # 1 ***

Run Only If Last  = FALSE

NEW Extension      = wv

TEMPORAL Full Name = C:\Music\WAV\Living Colour\1991 - Biscuits\0tmp2(207.wv
TEMPORAL Path Only = C:\Music\WAV\Living Colour\1991 - Biscuits
TEMPORAL Name Only = 0tmp2(207

RENAME Final File  = TRUE

FINAL Full Name    = C:\Music\Living Colour\1991 - Biscuits\06 - Money Talks.wv
FINAL Path Only    = C:\Music\Living Colour\1991 - Biscuits
FINAL Name Only    = 06 - Money Talks

EXECUTING: D:\Codecs\wavpack.exe -hmy -w "ARTIST=Living Colour" -w "TITLE=Money Talks" -w "ALBUM=Biscuits" -w "YEAR=1991" -w "TRACK=06" -w "GENRE=Rock" -w "ENCODEDBY=WavPack 4.31 [-hm]" -w "RIPPEDBY=EAC [secure mode]" "C:\Music\WAV\Living Colour\1991 - Biscuits\0tmp2(207.wav" "C:\Music\WAV\Living Colour\1991 - Biscuits\0tmp2(207.wv" ... EXECUTION SUCCESS!!

DIRECTORY "C:\Music\Living Colour\1991 - Biscuits" allready exists.

RENAMING: C:\Music\WAV\Living Colour\1991 - Biscuits\0tmp2(207.wv => C:\Music\Living Colour\1991 - Biscuits\06 - Money Talks.wv ... SUCCESS!!



*** PROCESSING ENCODER ORDER # 2 ***

Run Only If Last  = TRUE

NEW Extension      = NONE

TEMPORAL Full Name = C:\Music\WAV\Living Colour\1991 - Biscuits\0tmp2(207.NONE
TEMPORAL Path Only = C:\Music\WAV\Living Colour\1991 - Biscuits
TEMPORAL Name Only = 0tmp2(207

RENAME Final File  = FALSE

FINAL Full Name    = NONE\NONE.NONE
FINAL Path Only    = NONE
FINAL Name Only    = NONE

OnlyIfLast Is TRUE, and track number is 06, executing.

DELETING: C:\Appl\EAC\MAREO\mareoLAST.ini ... **ERROR**

EXECUTING: D:\Codecs\wvgain.exe -a "C:\Music\Living Colour\1991 - Biscuits\*.wv" ... EXECUTION SUCCESS!!

Rename is FALSE, NO need to rename.


*** PROCESSING ENCODER ORDER # 3 ***

Run Only If Last  = TRUE

NEW Extension      = NONE

TEMPORAL Full Name = C:\Music\WAV\Living Colour\1991 - Biscuits\0tmp2(207.NONE
TEMPORAL Path Only = C:\Music\WAV\Living Colour\1991 - Biscuits
TEMPORAL Name Only = 0tmp2(207

RENAME Final File  = FALSE

FINAL Full Name    = NONE\NONE.NONE
FINAL Path Only    = NONE
FINAL Name Only    = NONE

OnlyIfLast Is TRUE, and track number is 06, executing.

DELETING: C:\Appl\EAC\MAREO\mareoLAST.ini ... **ERROR**

EXECUTING: D:\Codecs\wavegain.exe --album --apply --noclip "C:\Music\WAV\Living Colour\1991 - Biscuits\*.wav" ... EXECUTION SUCCESS!!

Rename is FALSE, NO need to rename.


*** PROCESSING ENCODER ORDER # 4 ***

Run Only If Last  = TRUE

NEW Extension      = NONE

TEMPORAL Full Name = C:\Music\WAV\Living Colour\1991 - Biscuits\0tmp2(207.NONE
TEMPORAL Path Only = C:\Music\WAV\Living Colour\1991 - Biscuits
TEMPORAL Name Only = 0tmp2(207

RENAME Final File  = FALSE

FINAL Full Name    = NONE\NONE.NONE
FINAL Path Only    = NONE
FINAL Name Only    = NONE

OnlyIfLast Is TRUE, and track number is 06, executing.

DELETING: C:\Appl\EAC\MAREO\mareoLAST.ini ... **ERROR**

EXECUTING: D:\Codecs\oggenc.exe -q 4 "C:\Music\WAV\Living Colour\1991 - Biscuits\*.wav" ... EXECUTION **ERROR**

Rename is FALSE, NO need to rename.

~~~ Encoder Orders Ends ~~~

Del

MAREO 3.0 Released!

Reply #103
How can I get the path passed into parameters?

I have tried using the different path variables with and without double quotes with no luck.

FINAL Path Only    = D:\Transcode\AC_DC\Back in Black

If I use this in the ini:
PARAMETERS = -a @finalpathonly@\*.wv

I get this as the result:
EXECUTING: D:\Encoders\wvgain.exe -a @finalpathonly@\*.wv ... EXECUTION **ERROR**

I can't use "@artist@" because of the "/" in the artist name.
@artist@    (%4) = AC/DC

Thanks for your help.

MAREO 3.0 Released!

Reply #104
i would try to take a look at both questions tonight.

MAREO 3.0 Released!

Reply #105
Hi there

A little tip for all you PlexTools users:
If you wish to start with your file conversion to a non .mp3 file like lets say to a .wv file, then the ripper won't recognize the ID3 tags anymore and the files won't be named, which results in one file beeing overwritten several times (because WavPack is not a native supported encoder by PlexTools). The result will be a lot of wasted time and only one track on your HD (the last selected).
So to solve this problem, just tell PlexTools that the first file you're encoding to is a .mp3 file. PlexTools ignores the file endings which you define in use with MAREO anyway.

- Realityfreak

MAREO 3.0 Released!

Reply #106
I'd like to request a small(?) addition.
I'd like to have the ability to pad the tracknumber.

@track@,2
If the track already is 2 digits no problem, if it is not, pad it with a zero.

I had some files that for some reason were created properly (artist - nn - title), but the track tag was a single digit. Passing the calculated filename to mp3gain of course failed. Mareo did not catch the failure by the way. Mareo saw mp3gain start and reported success. mp3gain said it could not open the file.

Be nice to catch failures too, maybe write them to an error log. With this problem, the only log to view was the final encoding log which since the track number was >10 had no problem.

Sorry if it is confusing. Too much cold medicine today...

MAREO 3.0 Released!

Reply #107
I second the zero-padding option.

I'd like to request a small(?) addition.
I'd like to have the ability to pad the tracknumber.

@track@,2
If the track already is 2 digits no problem, if it is not, pad it with a zero.

I had some files that for some reason were created properly (artist - nn - title), but the track tag was a single digit. Passing the calculated filename to mp3gain of course failed. Mareo did not catch the failure by the way. Mareo saw mp3gain start and reported success. mp3gain said it could not open the file.

Be nice to catch failures too, maybe write them to an error log. With this problem, the only log to view was the final encoding log which since the track number was >10 had no problem.

Sorry if it is confusing. Too much cold medicine today...

MAREO 3.0 Released!

Reply #108
Hi. I'm having trouble getting the user defined variables working correctly. From the log file it looks like it is set, but when I try to use the value in the ini file I'm just getting @1@ in the comment field instead of the actual value. Any tips for this?

My ini file looks like this:
Code: [Select]
; ---------------------------------------------------------------------------------------------------------------------------
; FLAC: most supported lossless encoder: http://www.rarewares.org/lossless.html
; ---------------------------------------------------------------------------------------------------------------------------
ONLYIFLAST = FALSE
ENCODER = C:\Program Files\FLAC\flac.exe
PARAMETERS = -6 -V "@source@" -o "@dest@" -T artist="@artist@" -T title="@title@" -T album="@album@" -T date="@year@" -T tracknumber="@track@" -T genre="@genre@" -T comment="@1@"
RENAME = TRUE
PATH = C:\Musikk\FLAC\@artist@ - @album@\
FILENAME = @track@. @title@
EXTENSION = flac


And my log:
Code: [Select]
MAREO - Multiple Applications Runner for EAC and Others - GPL Licensed
3.1 - Copyright 2003-2006 by Kwanbis - http://www.webearce.com.ar/
Developed with Borland Delphi (info @ http://borland.com/delphi/)

*** Received Command Line ***

"C:\Programmer\MAREO\mareo.exe" mareo.ini "C:\musikk\FLAC\1tmp)6597.wav" "C:\musikk\FLAC\1tmp)6597.mareo" "Death Cab For Cutie" "Plans" "Stable Song" "11" "2005" "Rock" "Track 11" "11"

*** Parsed Parameters ***

IniFileName (%1) = mareo.ini
@source@    (%2) = C:\musikk\FLAC\1tmp)6597.wav
@dest@      (%3) = C:\musikk\FLAC\1tmp)6597.mareo
@artist@    (%4) = Death Cab For Cutie
@album@     (%5) = Plans
@title@     (%6) = Stable Song
@track@     (%7) = 11
@year@      (%8) = 2005
@genre@     (%9) = Rock
@1@        (%10) = Track 11
@2@        (%11) = 11

*** INI Parameters ***

LogToScreen          = TRUE
LogToFile            = TRUE
DeleteWavFile        = TRUE


*** PROCESSING ENCODER ORDER # 1 ***

Run Only If Last   = FALSE

NEW Extension      = mp3

TEMPORAL Full Name = C:\musikk\FLAC\1tmp)6597.mp3
TEMPORAL Path Only = C:\musikk\FLAC
TEMPORAL Name Only = 1tmp)6597

RENAME Final File  = TRUE

FINAL Full Name    = C:\Musikk\MP3\Death Cab For Cutie - Plans\11. Stable Song.mp3
FINAL Path Only    = C:\Musikk\MP3\Death Cab For Cutie - Plans
FINAL Name Only    = 11. Stable Song

EXECUTING: C:\Programmer\LAME 3.97b2\lame.exe -V2 --vbr-new --ignore-tag-errors --ta "Death Cab For Cutie" --tl "Plans" --tt "Stable Song" --tn "11" --ty "2005" --tg "Rock" "C:\musikk\FLAC\1tmp)6597.wav" "C:\musikk\FLAC\1tmp)6597.mp3" ... EXECUTION SUCCESS!!

DIRECTORY "C:\Musikk\MP3\Death Cab For Cutie - Plans" allready exists.

RENAMING: C:\musikk\FLAC\1tmp)6597.mp3 => C:\Musikk\MP3\Death Cab For Cutie - Plans\11. Stable Song.mp3 ... SUCCESS!!



*** PROCESSING ENCODER ORDER # 2 ***

Run Only If Last   = FALSE

NEW Extension      = NONE

TEMPORAL Full Name = C:\musikk\FLAC\1tmp)6597.NONE
TEMPORAL Path Only = C:\musikk\FLAC
TEMPORAL Name Only = 1tmp)6597

RENAME Final File  = FALSE

FINAL Full Name    = NONE\NONE.NONE
FINAL Path Only    = NONE
FINAL Name Only    = NONE

EXECUTING: c:\programmer\mp3gain\mp3gain.exe /k /r /s r C:\Musikk\MP3\Death Cab For Cutie - Plans\11. Stable Song.mp3 ... EXECUTION SUCCESS!!

Rename is FALSE, NO need to rename.


*** PROCESSING ENCODER ORDER # 3 ***

Run Only If Last   = FALSE

NEW Extension      = flac

TEMPORAL Full Name = C:\musikk\FLAC\1tmp)6597.flac
TEMPORAL Path Only = C:\musikk\FLAC
TEMPORAL Name Only = 1tmp)6597

RENAME Final File  = TRUE

FINAL Full Name    = C:\Musikk\FLAC\Death Cab For Cutie - Plans\11. Stable Song.flac
FINAL Path Only    = C:\Musikk\FLAC\Death Cab For Cutie - Plans
FINAL Name Only    = 11. Stable Song

EXECUTING: C:\Program Files\FLAC\flac.exe -6 -V "C:\musikk\FLAC\1tmp)6597.wav" -o "C:\musikk\FLAC\1tmp)6597.flac" -T artist="Death Cab For Cutie" -T title="Stable Song" -T album="Plans" -T date="2005" -T tracknumber="11" -T genre="Rock" -T comment="EAC (Secure Mode)" ... EXECUTION SUCCESS!!

DIRECTORY "C:\Musikk\FLAC\Death Cab For Cutie - Plans" allready exists.

RENAMING: C:\musikk\FLAC\1tmp)6597.flac => C:\Musikk\FLAC\Death Cab For Cutie - Plans\11. Stable Song.flac ... SUCCESS!!

~~~ Encoder Orders Ends ~~~

DeleteWaveFile is TRUE.
DELETING: C:\musikk\FLAC\1tmp)6597.wav ... SUCCESS!!


+++ DONE +++

NO errors ocurred.

MAREO 3.0 Released!

Reply #109
MAREO 3.2 released. Documentation not updated. Mostly bugfixes. Have to go to the cinema. Would update the home page later.

MAREO 3.0 Released!

Reply #110
Is the mareo site up (www.webearce.com.ar)?  Been trying to get on since yesterday, but no luck.


 

MAREO 3.0 Released!

Reply #112
keep getting "operation time out" error when I attempt to connect.  Is this something on my side that's wrong?

MAREO 3.0 Released!

Reply #113
keep getting "operation time out" error when I attempt to connect.  Is this something on my side that's wrong?

I can see the site from China.
Clear your DNS cache and your browser cache too.
Might help.

MAREO 3.0 Released!

Reply #114
Yeah, must be something with my DSL service because I found another wireless signal near my house and connected right to it www.webearce.com.ar.  Strange.

Time now to get started with my FLAC/MP3 project.  yay.

MAREO 3.0 Released!

Reply #115
Ever since using MAREO 3.2 the tracknumber issue in PlexTools is solved, but I can't rename my extracted files anymore.
I thought it had something to do with plextools, so I tried the same thing with EAC. But the renaming still didn't work.
Something must be wrong then in my .ini setup, but I can't figure out what.

Code: [Select]
; MAREO - (M)ultiple (A)pplications (R)unner for (E)AC and (O)thers.

; Literal           From             Replacing Value
; @source@          Parameter # 2    FULL temporal Source File Name
; @dest@            Parameter # 3    FULL temporal Destination File Name
; @artist@          Parameter # 4    CD Artist Name
; @album@           Parameter # 5    CD Name
; @title@           Parameter # 6    Track (Song) Name
; @track@           Parameter # 7    Track (song) Number
; @year@            Parameter # 8    Year of the CD release
; @genre@           Parameter # 9    CD's Music Genre
; @1@ .. @nn@       Parameter # 10+  User Definenable
; ~~~~~~~~~~~~      ~~~~~~~~~~~~~~~  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
; @ownpath@         MAREO finds out  the full path to MAREO, without the the ending backslash
; @newext@          MAREO finds out  the file extension without the dot (ex: MP3)

; ---------------------------------------------------------------------------------------------------------------------------
; DOES MAREO NEEDS TO LOG TO THE SCREEN?
; ---------------------------------------------------------------------------------------------------------------------------
LogToScreen = TRUE

; ---------------------------------------------------------------------------------------------------------------------------
; DOES MAREO NEEDS TO LOG TO A TXT FILE?
; ---------------------------------------------------------------------------------------------------------------------------
LogToFile = TRUE

; ---------------------------------------------------------------------------------------------------------------------------
; DOES MAREO DELETES THE WAV FILE AFTER ENCODING (TRUE) OR THE CD RIPPER DOES (FALSE)?
; ---------------------------------------------------------------------------------------------------------------------------
DeleteWavFile = FALSE

; ====================================================================================================
=======================
; LOSSLESS ENCODERS
; ====================================================================================================
=======================

; ---------------------------------------------------------------------------------------------------------------------------
; WavPack: excelent lossless encoder, with hybrid option
; ---------------------------------------------------------------------------------------------------------------------------
ONLYIFLAST = FALSE
ENCODER = J:\Music\MAREO\wavpack.exe
PARAMETERS = -hxml -w "ARTIST=@artist@" -w "TITLE=@title@" -w "ALBUM=@album@" -w "YEAR=@year@" -w "TRACK=@track@" -w "GENRE=@genre@" -w "ENCODEDBY=WavPack 4.31 [-hxml]" -w "RIPPEDBY=PlexTools Professional XL V3.09" "@source@" "@dest@"
RENAME = TRUE
PATH = J:\Music\Lossless\@album@\
FILENAME = @track@. @title@ - @artist@
EXTENSION = wv

; ====================================================================================================
=======================
; LOSSY PREPROCESSORS
; ====================================================================================================
=======================

; ---------------------------------------------------------------------------------------------------------------------------
; WAVEGAIN: Track Mode: used to "normalize"
; ---------------------------------------------------------------------------------------------------------------------------
ONLYIFLAST = FALSE
ENCODER = J:\Music\MAREO\wavegain.exe
PARAMETERS = --radio --apply --noclip --limiter "@source@"
RENAME = FALSE
PATH = NONE
FILENAME = NONE
EXTENSION = NONE

; ====================================================================================================
=======================
; LOSSY ENCODERS
; ====================================================================================================
=======================

; ---------------------------------------------------------------------------------------------------------------------------
; MP3 LAME: best MP3 encoder
; ---------------------------------------------------------------------------------------------------------------------------
ONLYIFLAST = FALSE
ENCODER = J:\Music\MAREO\lame.exe
PARAMETERS = -V5 -q0 --vbr-new --ignore-tag-errors --priority 0 --add-id3v2 --noreplaygain --ta "@artist@" --tl "@album@" --tt "@title@" --tn "@track@" --ty "@year@" --tg "@genre@" "@source@" "@dest@"
RENAME = TRUE
PATH = J:\Music\Lossless\@album@\
FILENAME = @track@. @title@ - @artist@
EXTENSION = mp3

; EOF


Here my logfile

Code: [Select]
MAREO - Multiple Applications Runner for EAC and Others - GPL Licensed
3.2 - Copyright 2003-2006 by Kwanbis - http://www.webearce.com.ar/
Developed with Borland Delphi (info @ http://borland.com/delphi/)

*** Received Command Line ***

"J:\Music\MAREO\mareo.exe" J:\Music\MAREO\mareo.ini ""J:\Music\MAREO\Extraction\Benny_Benassi_Satisfaction_satisfaction_(isak_original_edit)_01_2003.wav"" ""J:\Music\MAREO\Extraction\Benny_Benassi_Satisfaction_satisfaction_(isak_original_edit)_01_2003.mp3"" "Benny Benassi" "Satisfaction" "satisfaction (isak original edBenny Benassi" "1" "2003" "Dance"

*** Parsed Parameters ***

IniFileName (%1) = J:\Music\MAREO\mareo.ini
@source@    (%2) = J:\Music\MAREO\Extraction\Benny_Benassi_Satisfaction_satisfaction_(isak_original_edit)_01_2003.wav
@dest@      (%3) = J:\Music\MAREO\Extraction\Benny_Benassi_Satisfaction_satisfaction_(isak_original_edit)_01_2003.mp3
@artist@    (%4) = Benny Benassi
@album@     (%5) = Satisfaction
@title@     (%6) = satisfaction (isak original edBenny Benassi
@track@     (%7) = 1
@year@      (%8) = 2003
@genre@     (%9) = Dance

*** INI Parameters ***

LogToScreen          = TRUE
LogToFile            = TRUE
DeleteWavFile        = FALSE


*** PROCESSING ENCODER ORDER # 1 ***

Run Only If Last   = FALSE

NEW Extension      = wv

TEMPORAL Full Name = J:\Music\MAREO\Extraction\Benny_Benassi_Satisfaction_satisfaction_(isak_original_edit)_01_2003.wv
TEMPORAL Path Only = J:\Music\MAREO\Extraction
TEMPORAL Name Only = Benny_Benassi_Satisfaction_satisfaction_(isak_original_edit)_01_2003

RENAME Final File  = TRUE

FINAL Full Name    = J:\Music\Lossless\@album@\@track@. @title@ - @artist@.wv
FINAL Path Only    = J:\Music\Lossless\Satisfaction
FINAL Name Only    = 1. satisfaction (isak original edBenny Benassi - Benny Benassi

EXECUTING: J:\Music\MAREO\wavpack.exe -hxml -w "ARTIST=Benny Benassi" -w "TITLE=satisfaction (isak original edBenny Benassi" -w "ALBUM=Satisfaction" -w "YEAR=2003" -w "TRACK=1" -w "GENRE=Dance" -w "ENCODEDBY=WavPack 4.31 [-hxml]" -w "RIPPEDBY=PlexTools Professional XL V3.09" "J:\Music\MAREO\Extraction\Benny_Benassi_Satisfaction_satisfaction_(isak_original_edit)_01_2003.wav" "J:\Music\MAREO\Extraction\Benny_Benassi_Satisfaction_satisfaction_(isak_original_edit)_01_2003.wv" ... EXECUTION SUCCESS!!

DIRECTORY "J:\Music\Lossless\Satisfaction" allready exists.

RENAMING: J:\Music\MAREO\Extraction\Benny_Benassi_Satisfaction_satisfaction_(isak_original_edit)_01_2003.wv => J:\Music\Lossless\@album@\@track@. @title@ - @artist@.wv ... **ERROR**



*** PROCESSING ENCODER ORDER # 2 ***

Run Only If Last   = FALSE

NEW Extension      = NONE

TEMPORAL Full Name = J:\Music\MAREO\Extraction\Benny_Benassi_Satisfaction_satisfaction_(isak_original_edit)_01_2003.NONE
TEMPORAL Path Only = J:\Music\MAREO\Extraction
TEMPORAL Name Only = Benny_Benassi_Satisfaction_satisfaction_(isak_original_edit)_01_2003

RENAME Final File  = FALSE

FINAL Full Name    = NONE\NONE.NONE
FINAL Path Only    = NONE
FINAL Name Only    = NONE

EXECUTING: J:\Music\MAREO\wavegain.exe --radio --apply --noclip --limiter "J:\Music\MAREO\Extraction\Benny_Benassi_Satisfaction_satisfaction_(isak_original_edit)_01_2003.wav" ... EXECUTION SUCCESS!!

Rename is FALSE, NO need to rename.


*** PROCESSING ENCODER ORDER # 3 ***

Run Only If Last   = FALSE

NEW Extension      = mp3

TEMPORAL Full Name = J:\Music\MAREO\Extraction\Benny_Benassi_Satisfaction_satisfaction_(isak_original_edit)_01_2003.mp3
TEMPORAL Path Only = J:\Music\MAREO\Extraction
TEMPORAL Name Only = Benny_Benassi_Satisfaction_satisfaction_(isak_original_edit)_01_2003

RENAME Final File  = TRUE

FINAL Full Name    = J:\Music\Lossless\@album@\@track@. @title@ - @artist@.mp3
FINAL Path Only    = J:\Music\Lossless\Satisfaction
FINAL Name Only    = 1. satisfaction (isak original edBenny Benassi - Benny Benassi

EXECUTING: J:\Music\MAREO\lame.exe -V5 -q0 --vbr-new --ignore-tag-errors --priority 0 --add-id3v2 --noreplaygain --ta "Benny Benassi" --tl "Satisfaction" --tt "satisfaction (isak original edBenny Benassi" --tn "1" --ty "2003" --tg "Dance" "J:\Music\MAREO\Extraction\Benny_Benassi_Satisfaction_satisfaction_(isak_original_edit)_01_2003.wav" "J:\Music\MAREO\Extraction\Benny_Benassi_Satisfaction_satisfaction_(isak_original_edit)_01_2003.mp3" ... EXECUTION SUCCESS!!

DIRECTORY "J:\Music\Lossless\Satisfaction" allready exists.

RENAMING: J:\Music\MAREO\Extraction\Benny_Benassi_Satisfaction_satisfaction_(isak_original_edit)_01_2003.mp3 => J:\Music\Lossless\@album@\@track@. @title@ - @artist@.mp3 ... **ERROR**


~~~ Encoder Orders Ends ~~~

DeleteWaveFile is FALSE.


+++ DONE +++

2 errors


Regards

- Realityfreak

MAREO 3.0 Released!

Reply #116
it appears to be something in MAREO, i would take a look.

MAREO 3.0 Released!

Reply #117
mareo 3.1 is crashing in eac.  It simply comes up with the mareo exe has encountered a problem and needs to close.
Any clues?

MAREO 3.0 Released!

Reply #118
MAREO 3.3 is on the page now. It should be "bug free"™.

Regarding the EAC crashing, IIRC, do you have "Do not open external compressor window" checked? You shouldn't IIRC.

MAREO 3.0 Released!

Reply #119
Everything works fine now with PlexTools Professional XL and MAREO. So I figured that it would be nice, if the documentation could be updatet by one ripping application. 

The setup for PlexTools Professional XL would be the following:

-----------------

PlexTools Professional XL Setup Example

Choose Disc Functions, then Disc Extraction in the Functions Window .

  1. Output Path: The folder where you want to store the temporary Wave files.

Press the Preferences Button => Disc Extraction.

  2. Audio Format: Choose External Encoder

Press the Extra Options button.
   
  3. Select the program: MAREO’s full path.
  4. Command Line Arguments: mareo.ini %S %O "%A" "%C" "%T" "%N" %Y "%G"
  5. File Extension: Always choose .mp3!
  6. Tag info is included in the command line arguments: checked.

The Filename Options under Disc Extraction just name the temporary Wave files after the user defined naming scheme, not the files encoded with MAREO. PlexTools Professional XL delets the Wave files automatically, so the DeleteWavFile option in mareo.ini is always FALSE.

-----------------

If this would be an option, I could also send a setup picture like the ones for EAC & co.

Hope this is usefull for all you PlexTools users! 

Regards

- Realityfreak

MAREO 3.0 Released!

Reply #120
perfect. I would update the info asap.

edit: please, send me screen shot also.

MAREO 3.0 Released!

Reply #121
Here the picture, if you prefer to get it another way, please pm me.



Regards

MAREO 3.0 Released!

Reply #122
have uploaded a new MAREO.rar. It only contains a modified MAREO.INI, with corrected mp3gain examples.

MAREO 3.0 Released!

Reply #123
I third the zero-padding option.
I'd like to request a small(?) addition.
I'd like to have the ability to pad the tracknumber.

@track@,2
If the track already is 2 digits no problem, if it is not, pad it with a zero.

I had some files that for some reason were created properly (artist - nn - title), but the track tag was a single digit. Passing the calculated filename to mp3gain of course failed. Mareo did not catch the failure by the way. Mareo saw mp3gain start and reported success. mp3gain said it could not open the file.

Be nice to catch failures too, maybe write them to an error log. With this problem, the only log to view was the final encoding log which since the track number was >10 had no problem.

Sorry if it is confusing. Too much cold medicine today...

MAREO 3.0 Released!

Reply #124
Important!!!

A little (and very important) addition to the setup file for PTPXL!

-----------------

In the trackfield under Disc Extraction, one needs to rightclick on a track and choose MP3 ID3 Tag. Make sure, that you choose freedb in the 'Get CD TEXT from' field at the bottom! (I think this tweak only has to be applied once. PTPXL will save the configuration)

-----------------

My thanks go to madxcream for discovering this issue. I didn't notice this, because it already was my default setting! Sorry folks.

Please write in this thread if any other of you PTPXL users should experience problems with MAREO.

Regards

- Realityfreak