Help - Search - Members - Calendar
Full Version: MAREO 4 Released!
Hydrogenaudio Forums > Hydrogenaudio Forum > Validated News
Pages: 1, 2, 3, 4
kwanbis
After a lot of testing and work with the beta testers at HA, MAREO 4.0.6 is ready.
  • All the problems from previous versions have been fixed.
  • Changed the placeholders delimiter string from @@ to [], to make it clearer.
  • Changed, many of the [placeholders] names to be more easilly understandable.
  • Updated the documentation to include Nero digital examples, and to be more understandable (i hoppe so).
  • Virtual Folders can now be referenced using placeholders. (Like [MyDocuments])
  • Added posibility of evaluating conditions. (ExecuteIf xxx = yyy)
  • Many more changes.
http://webearce.com.ar
k.eight.a
Hi Kwanbis!
I have written you a message on ICQ... huh.gif

I just wanted to tell you, that none of the sites that are directing me to MAREO are functional! ohmy.gif

I have tried:
http://mareo.monkeydev.org/
http://mareo.netfirms.com/
http://www.webearce.com.ar/

I must have something missed, because there's no other people at HA who have this problem... unsure.gif
Anyway, all the best... K8! wink.gif

PS: I have tried it on Mozilla FireFox 1.5.0.3 and Internet Explorer 6.0
kwanbis
ICQ ... it's been like years since i last logged there ... sad

have you tried http://anonymouse.org/anonwww.html ?

i have uploeaded it here: http://rapidshare.de/files/20487013/mareo.rar.html
gsa999
Hi - sorry for posting in wrong place initially.
I'm trying to create a flac and mp3 file at the same time using EAC and Mareo
Since the first post I have got FLAC to work OK, but I'm still having a problem with MP3

The parameter line for MP3 that works OK is as follows:
MP3
PARAMETERS = --alt-preset insane --ta "[ARTIST]" --tl "[ALBUM]" --tt "[TITLE]" --tn "[TRACKPADDED]" --ty "[YEAR]" --tg "[GENRE]" "[SOURCE]" "[DESTTMP]"

But I want to add --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

My amended mareo.ini is pasted below

; ----------------------------------------------------------------------------------------------------------------------
; FLAC: most supported lossless encoder: http://flac.sourceforge.net/
; ----------------------------------------------------------------------------------------------------------------------
EXECUTEIF = TRUE
FINALPATH = [PERSONAL]\My Music\Ripping\Flac\[ARTIST]\[YEAR] - [ALBUM]\
FINALNAME = [ARTIST] - [ALBUM] - [TRACKPADDED] - [TITLE]
EXTENSION = flac
ENCODEREXE = C:\Program Files\Exact Audio Copy\Flac\bin\flac.exe
PARAMETERS = -8 -V "[SOURCE]" -o "[DESTTMP]" -T artist="[ARTIST]" -T album="[ALBUM]" -T title="[TITLE]" -T tracknumber="[TRACKPADDED]" -T date="[YEAR]" -T genre="[GENRE]" --replay-gain
RENAME = TRUE
; ---------------------------------------------------------------------------------------------------------------------------
; MP3 LAME: best MP3 encoder: http://www.rarewares.org/mp3.html
; ---------------------------------------------------------------------------------------------------------------------------
EXECUTEIF = TRUE
FINALPATH = [PERSONAL]\My Music\Ripping\MP3\[ARTIST]\[YEAR] - [ALBUM]\
FINALNAME = [ARTIST] - [ALBUM] - [TRACKPADDED] - [TITLE]
EXTENSION = mp3
ENCODEREXE = C:\Program Files\Exact Audio Copy\Lame\lame.exe
PARAMETERS = --alt-preset insane --add-id3v2 --pad-id3v2 --ta "[ARTIST]" --tl "[ALBUM]" --tt "[TITLE]" --tn "[TRACKPADDED]" --ty "[YEAR]" --tg "[GENRE]" "[SOURCE]" "[DESTTMP]"
RENAME = TRUE

The error log is pasted below:

***********************************************************
* MAREO - Multiple Applications Runner for EAC and Others *
* Copyright 2003-2006 by Kwanbis -- Under the GPL License *
* Version 4.0 --- Home Page at http://www.webearce.com.ar *
* Developed with Borland Delphi http://borland.com/delphi *
***********************************************************

*** Received Command Line ***

"C:\Program Files\Exact Audio Copy\Mareo\mareo.exe" mareo.ini "C:\Documents and Settings\Gordon Avon\My Documents\My Music\Ripping\WAV\Atmp0-!55.wav" "C:\Documents and Settings\Gordon Avon\My Documents\My Music\Ripping\WAV\Atmp0-!55.xxx" "Doro" "Classic Diamonds" "I Rule The Ruins" "01" 2004 "Melodic Hard Rock" 15

*** Parsed Parameters ***

INIFILE (%1) = mareo.ini
[SOURCE] (%2) = C:\Documents and Settings\Gordon Avon\My Documents\My Music\Ripping\WAV\Atmp0-!55.wav
[DESTTMP] (%3) = C:\Documents and Settings\Gordon Avon\My Documents\My Music\Ripping\WAV\Atmp0-!55.xxx
[ARTIST] (%4) = Doro
[ALBUM] (%5) = Classic Diamonds
[TITLE] (%6) = I Rule The Ruins
[TRACK] (%7) = 1
[TRACKPADDED] = 01
[YEAR] (%8) = 2004
[GENRE] (%9) = Melodic Hard Rock
[1] (%10) = 15

*** INI Parameters ***

Padding Zeros = 2
LogToScreen = TRUE
LogToFile = TRUE
DeleteWavFile = TRUE

*** mareoLAST.INI ***

[LASTTRACK] =



*** PROCESSING ENCODER ORDER # 1 ***

Execute If = TRUE

NEW EXTENSION = flac

TEMPORAL Full Name = C:\Documents and Settings\Gordon Avon\My Documents\My Music\Ripping\WAV\Atmp0-!55.flac
TEMPORAL Path Only = C:\Documents and Settings\Gordon Avon\My Documents\My Music\Ripping\WAV
TEMPORAL Name Only = Atmp0-!55

RENAME Final File = TRUE

FINAL Full Name = C:\Documents and Settings\Gordon Avon\My Documents\My Music\Ripping\Flac\Doro\2004 - Classic Diamonds\Doro - Classic Diamonds - 01 - I Rule The Ruins.flac
FINAL Path Only = C:\Documents and Settings\Gordon Avon\My Documents\My Music\Ripping\Flac\Doro\2004 - Classic Diamonds
FINAL Name Only = Doro - Classic Diamonds - 01 - I Rule The Ruins


EXECUTING: C:\Program Files\Exact Audio Copy\Flac\bin\flac.exe -8 -V "C:\Documents and Settings\Gordon Avon\My Documents\My Music\Ripping\WAV\Atmp0-!55.wav" -o "C:\Documents and Settings\Gordon Avon\My Documents\My Music\Ripping\WAV\Atmp0-!55.flac" -T artist="Doro" -T album="Classic Diamonds" -T title="I Rule The Ruins" -T tracknumber="01" -T date="2004" -T genre="Melodic Hard Rock" --replay-gain

EXECUTION: SUCCESS

DIRECTORY "C:\Documents and Settings\Gordon Avon\My Documents\My Music\Ripping\Flac\Doro\2004 - Classic Diamonds" allready exists.

RENAMING: C:\Documents and Settings\Gordon Avon\My Documents\My Music\Ripping\WAV\Atmp0-!55.flac =] C:\Documents and Settings\Gordon Avon\My Documents\My Music\Ripping\Flac\Doro\2004 - Classic Diamonds\Doro - Classic Diamonds - 01 - I Rule The Ruins.flac ... SUCCESS



*** PROCESSING ENCODER ORDER # 2 ***

Execute If = TRUE

NEW EXTENSION = mp3

TEMPORAL Full Name = C:\Documents and Settings\Gordon Avon\My Documents\My Music\Ripping\WAV\Atmp0-!55.mp3
TEMPORAL Path Only = C:\Documents and Settings\Gordon Avon\My Documents\My Music\Ripping\WAV
TEMPORAL Name Only = Atmp0-!55

RENAME Final File = TRUE

FINAL Full Name = C:\Documents and Settings\Gordon Avon\My Documents\My Music\Ripping\MP3\Doro\2004 - Classic Diamonds\Doro - Classic Diamonds - 01 - I Rule The Ruins.mp3
FINAL Path Only = C:\Documents and Settings\Gordon Avon\My Documents\My Music\Ripping\MP3\Doro\2004 - Classic Diamonds
FINAL Name Only = Doro - Classic Diamonds - 01 - I Rule The Ruins


EXECUTING: C:\Program Files\Exact Audio Copy\Lame\lame.exe --alt-preset insane --add-id3v2 --pad-id3v2 --ta "Doro" --tl "Classic Diamonds" --tt "I Rule The Ruins" --tn "01" --ty "2004" --tg "Melodic Hard Rock" "C:\Documents and Settings\Gordon Avon\My Documents\My Music\Ripping\WAV\Atmp0-!55.wav" "C:\Documents and Settings\Gordon Avon\My Documents\My Music\Ripping\WAV\Atmp0-!55.mp3"

EXECUTION: -ERROR- (1)

DIRECTORY "C:\Documents and Settings\Gordon Avon\My Documents\My Music\Ripping\MP3\Doro\2004 - Classic Diamonds" allready exists.

RENAMING: C:\Documents and Settings\Gordon Avon\My Documents\My Music\Ripping\WAV\Atmp0-!55.mp3 =] C:\Documents and Settings\Gordon Avon\My Documents\My Music\Ripping\MP3\Doro\2004 - Classic Diamonds\Doro - Classic Diamonds - 01 - I Rule The Ruins.mp3 ... -ERROR-


*** Encoder Orders Ends ***

DeleteWaveFile is TRUE.

DELETING: C:\Documents and Settings\Gordon Avon\My Documents\My Music\Ripping\WAV\Atmp0-!55.wav ... SUCCESS


+++ DONE +++

2 errors ocurred. Press any key to end.

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


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

Thanks
Gordon
GHammer
QUOTE(gsa999 @ May 16 2006, 02:47) *

But I want to add --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


pad-id3v2 does not add zeros to the track number.
It adds 128 bytes to the ID3V2 tag
The other switch only forces the addition of the ID3V2 tag.
gsa999
Yes, I know that these two switches don't add the padded zero as such - I use TRACKPADDED for that; but it does not work for the MP3 (works fine for the FLAC). Also my genre is not updating correctly, becuase its not one of the standard ones available for ID3v1 tags.

I am sure this is becuase the default is ID3v1 rather than 2, hence the need to get ID3v2 working. In EAC you can set a check box to do this when creating MP3's but when using Mareo it has to be a command line parameter for Lame.

G
kwanbis
you should first try to find out if it works outside of MAREO. I mean, rip a wav, and then from a command prompt, find the command line that works, then it should work on MAREO. Is more a LAME parameter problem, than a MAREO one. So i would post under MP3 forum. Once you get an answer, it would be cool if you back report here. Anyway, I would try to take a look at night.
HisInfernalMajesty
You could try adding the --ignore-tag-errors switch to the LAME command line. If a non-standard genre is passed to LAME, it'll ignore the error and replace the genre with Other.
start78
How do i create folder names with [ ] brackets? My naming scheme is "artist\[year] album\" Do i have to quote the brackets (like that: [ARTIST]\'['[YEAR]']' [ALBUM]\ ) in the mareo.ini?

QUOTE
After a lot of testing and work with the beta testers at HA, MAREO 4 is ready.

Do i belong to this group?

BTW: nice choice to use [] instead of @@/<>!

kwanbis
QUOTE(start78 @ May 17 2006, 16:14) *

How do i create folder names with [ ] brackets? My naming scheme is "artist\[year] album\" Do i have to quote the brackets (like that: [ARTIST]\'['[YEAR]']' [ALBUM]\ ) in the mareo.ini?

i think you should do [[YEAR]], so the first [YEAR] would be replaced, and you would end with [1995]

QUOTE(start78 @ May 17 2006, 16:14) *

QUOTE
After a lot of testing and work with the beta testers at HA, MAREO 4 is ready.

Do i belong to this group?

sure.

QUOTE(start78 @ May 17 2006, 16:14) *

BTW: nice choice to use [] instead of @@/<>!

thanks.


smz
QUOTE(gsa999 @ May 15 2006, 19:47) *

But I want to add --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
If you don't need ID3v1 tags you can also substitute --add-id3v2 with --id3v2-only (and --ignore-tag-errors as HisInfernalMajesty already suggested).

Cheers

Sergio
k.eight.a
QUOTE(kwanbis @ May 15 2006, 04:26) *
WOW! Now I have tried with your link and it works! blink.gif
I really don't know what's the problem and it's culprit!
Thanks a lot, now I have documentation and your support here at HA so I would be a happy man! biggrin.gif
kwanbis
QUOTE(k.eight.a @ May 17 2006, 23:32) *

have tried with your link and it works! blink.gif
Thanks a lot, now I have documentation and your support here at HA so I would be a happy man! biggrin.gif

my pleasure.
Supacon
I'm just playing with MAREO now, and I was curious to see if it's possible to add custom tags to files created with MAREO, as I can with foobar. For my use, it's very useful, for example, to have a "BPM" tag, and when I use foobar's diskwriter, that tag is added to all the files I create. Is it possible to add any arbitrary tag using MAREO?
Supacon
I think I've got things working well now, execept that one small problem... I use very specific genre tags, and apparently lame.exe with the -tg parameter will only support precise genres from its list. That's rather silly... it won't even put custom genre names into it's id3v2 tag?
kwanbis
QUOTE(Supacon @ May 18 2006, 20:37) *

I'm just playing with MAREO now, and I was curious to see if it's possible to add custom tags to files created with MAREO, as I can with foobar. For my use, it's very useful, for example, to have a "BPM" tag, and when I use foobar's diskwriter, that tag is added to all the files I create. Is it possible to add any arbitrary tag using MAREO?

if you can pass them to MAREO, you sure can, as you can reference the 10th parameter as [1], the 11th as [2], etc ... but how would you pass them? does you ripper supports it?

QUOTE(Supacon @ May 18 2006, 21:31) *

I think I've got things working well now, execept that one small problem... I use very specific genre tags, and apparently lame.exe with the -tg parameter will only support precise genres from its list. That's rather silly... it won't even put custom genre names into it's id3v2 tag?

that's something that maybe one of the LAME devs can fix ... or maybe some C hacker.
HisInfernalMajesty
QUOTE(Supacon @ May 18 2006, 13:31) *

I think I've got things working well now, execept that one small problem... I use very specific genre tags, and apparently lame.exe with the -tg parameter will only support precise genres from its list. That's rather silly... it won't even put custom genre names into it's id3v2 tag?
Well, look at this that addresses the problem.. you could also use Wapet or TAG if you really wanted to or even Foobar if you so desired
Supacon
About passing BPM information, I can do that with foobar, which will largely be where I'm using MAREO. Thanks for the info about how to use 10th parameters, etc. The problem seems to be that no codec natively supports arbitrary tags AFAIK (I'm using Vorbis, LAME, and FLAC atm). Perhaps I can use another tagging utility?
kwanbis
QUOTE(Supacon @ May 19 2006, 15:25) *

About passing BPM information, I can do that with foobar, which will largely be where I'm using MAREO. Thanks for the info about how to use 10th parameters, etc. The problem seems to be that no codec natively supports arbitrary tags AFAIK (I'm using Vorbis, LAME, and FLAC atm). Perhaps I can use another tagging utility?

Wapet.
The Deep Fat Friar
OK, I'm trying to set my PC up so that I can insert a CD, look up the track details (inc. album art if poss) and then encode 2 versions of each track. Flac for my Squeezebox and MP3 for my iPod.

I've got as far as EAC, which is working well at creating the individual formats above, and I've just added MAREO. This is where things go wrong, I've followed the instructions but whenever MAREO tries to encode an MP3 using the default settings it crashes with a windows error report. (lame.exe is in the same directory as MAREO "C:\Program Files\Exact Audio Copy\encoders\")

I've tried setting the LogToFile to false to no avail... any ideas?
kwanbis
QUOTE(The Deep Fat Friar @ May 20 2006, 18:24) *

I've got as far as EAC, which is working well at creating the individual formats above, and I've just added MAREO. This is where things go wrong, I've followed the instructions but whenever MAREO tries to encode an MP3 using the default settings it crashes with a windows error report. (lame.exe is in the same directory as MAREO "C:\Program Files\Exact Audio Copy\encoders\")

whats your EAC setup?
madxcream
need a little help here. Trying to do my rips another way and can't seem to get the executeif going right. The seperate "sections" aren't getting executed right. When the executif is true, it's executing a previous section. LIke the "write other entries" turns out to be true, but then it executes the "write first entries" instead. Then "finish up" turns out to be true, but it executes "write other entries". It's lagging behind and I can't seem to figure out why. Thanks for any help.

ini:
CODE
;
; ----------------------------------------------------------------------------------------------------------------------
; NUMBER OF ZEROS TO PAD THE TRACK NUMBER (0 to disable)
; ----------------------------------------------------------------------------------------------------------------------
PaddingZeros = 2

; ----------------------------------------------------------------------------------------------------------------------
; IS MAREO REQUIRED TO LOG TO THE SCREEN?
; ----------------------------------------------------------------------------------------------------------------------
LogToScreen = TRUE

; ----------------------------------------------------------------------------------------------------------------------
; IS MAREO REQUIRED TO LOG TO A TXT/LOG FILE?
; ----------------------------------------------------------------------------------------------------------------------
LogToFile = TRUE

; ----------------------------------------------------------------------------------------------------------------------
; IS MAREO REQUIRED TO DELETE THE WAV FILE AFTER ENCODING (TRUE) OR THE CD RIPPER DOES (FALSE)?
; ----------------------------------------------------------------------------------------------------------------------
DeleteWavFile = FALSE

; ---------------------------------------------------------------------------------------------------------------------------
; MP3 LAME: best MP3 encoder: http://www.rarewares.org/mp3.html
; ---------------------------------------------------------------------------------------------------------------------------
EXECUTEIF = TRUE
FINALPATH = D:\Music\MP3\[ARTIST]\[ALBUM] ([YEAR])\
FINALNAME = [TRACKPADDED] - [TITLE]
EXTENSION = mp3
ENCODEREXE = c:\tempencode\lame.exe
PARAMETERS = --alt-preset standard --add-id3v2 --pad-id3v2 --ignore-tag-errors --ta "[ARTIST]" --tl "[ALBUM]" --tt "[TITLE]" --tn "[TRACK]" --ty "[YEAR]" --tg "[GENRE]" --tc "[1]" "[SOURCE]" "[DESTTMP]"
RENAME = TRUE

; ----------------------------------------------------------------------------------------------------------------------
; FLAC: most supported lossless encoder: http://flac.sourceforge.net/
; ----------------------------------------------------------------------------------------------------------------------
EXECUTEIF = TRUE
FINALPATH = D:\Music\Flac\[ARTIST]\[ALBUM] ([YEAR])\
FINALNAME = [TRACKPADDED] - [TITLE]
EXTENSION = flac
ENCODEREXE = c:\mareo\flac.exe
PARAMETERS = -8 -V "[SOURCE]" -o "[DESTTMP]" -T artist="[ARTIST]" -T album="[ALBUM]" -T title="[TITLE]" -T tracknumber="[TRACK]/10" -T date="[YEAR]" -T genre="[GENRE]" -T "TOTALTRACKS=10" -T "Album Artist=[1]"
RENAME = TRUE

; ---------------------------------------------------------------------------------------------------------------------------
; Write first entry
; ---------------------------------------------------------------------------------------------------------------------------
EXECUTEIF = [TRACK] = 1
FINALPATH = D:\Music\MP3\[ARTIST]\[ALBUM] ([YEAR])\
FINALNAME = [TRACKPADDED] - [TITLE]
EXTENSION = mp3
ENCODEREXE = D:\mareo\files\filewrite.exe
PARAMETERS = C:\flac\bin\metaflac.exe --add-replay-gain
RENAME = FALSE

; ---------------------------------------------------------------------------------------------------------------------------
; Write other entries
; ---------------------------------------------------------------------------------------------------------------------------
EXECUTEIF = TRUE
FINALPATH = D:\Music\MP3\[ARTIST]\[ALBUM] ([YEAR])\
FINALNAME = [TRACKPADDED] - [TITLE]
EXTENSION = mp3
ENCODEREXE = D:\mareo\files\filewrite.exe
PARAMETERS = "D:\Music\Flac\[ARTIST]\[ALBUM] ([YEAR])\[TRACKPADDED] - [TITLE].flac"
RENAME = FALSE

; ---------------------------------------------------------------------------------------------------------------------------
; Finishup
; ---------------------------------------------------------------------------------------------------------------------------
EXECUTEIF = [TRACK] = [2]
FINALPATH = D:\Music\MP3\[ARTIST]\[ALBUM] ([YEAR])\
FINALNAME = [TRACKPADDED] - [TITLE]
EXTENSION = mp3
ENCODEREXE = D:\mareo\files\flacbatch.exe
PARAMETERS = " "
RENAME = FALSE

; EOF


log:
CODE
;
***********************************************************
* MAREO - Multiple Applications Runner for EAC and Others *
* Copyright 2003-2006 by Kwanbis -- Under the GPL License *
* Version 4.0.1 - Home Page at http://www.webearce.com.ar *
* Developed with Borland Delphi http://borland.com/delphi *
***********************************************************

*** Received Command Line ***

"D:\mareo\mareo.exe" D:\mareo.ini "C:\tempdump\10 - Oceans From the Rain.wav" "C:\tempdump\10 - Oceans From the Rain.flac" "Seventh Day Slumber" "Once Upon a Shattered Life" "Oceans From the Rain" "10" 2005 "Christian Rock" "Seventh Day Slumber" 10

*** Parsed Parameters ***

INIFILE (%1) = D:\mareo.ini
[SOURCE] (%2) = C:\tempdump\10 - Oceans From the Rain.wav
[DESTTMP] (%3) = C:\tempdump\10 - Oceans From the Rain.flac
[ARTIST] (%4) = Seventh Day Slumber
[ALBUM] (%5) = Once Upon a Shattered Life
[TITLE] (%6) = Oceans From the Rain
[TRACK] (%7) = 10
[TRACKPADDED] = 10
[YEAR] (%8) = 2005
[GENRE] (%9) = Christian Rock
[1] (%10) = Seventh Day Slumber
[2] (%11) = 10

*** INI Parameters ***

Padding Zeros = 2
LogToScreen = TRUE
LogToFile = TRUE
DeleteWavFile = FALSE

*** mareoLAST.INI ***

[LASTTRACK] =



*** PROCESSING ENCODER ORDER # 1 ***

Execute If = TRUE

NEW EXTENSION = mp3

TEMPORAL Full Name = C:\tempdump\10 - Oceans From the Rain.mp3
TEMPORAL Path Only = C:\tempdump
TEMPORAL Name Only = 10 - Oceans From the Rain

RENAME Final File = TRUE

FINAL Full Name = D:\Music\MP3\Seventh Day Slumber\Once Upon a Shattered Life (2005)\10 - Oceans From the Rain.mp3
FINAL Path Only = D:\Music\MP3\Seventh Day Slumber\Once Upon a Shattered Life (2005)
FINAL Name Only = 10 - Oceans From the Rain


EXECUTING: c:\tempencode\lame.exe --alt-preset standard --add-id3v2 --pad-id3v2 --ignore-tag-errors --ta "Seventh Day Slumber" --tl "Once Upon a Shattered Life" --tt "Oceans From the Rain" --tn "10" --ty "2005" --tg "Christian Rock" --tc "Seventh Day Slumber" "C:\tempdump\10 - Oceans From the Rain.wav" "C:\tempdump\10 - Oceans From the Rain.mp3"

EXECUTION: SUCCESS

DIRECTORY "D:\Music\MP3\Seventh Day Slumber\Once Upon a Shattered Life (2005)" allready exists.

DELETING: D:\Music\MP3\Seventh Day Slumber\Once Upon a Shattered Life (2005)\10 - Oceans From the Rain.mp3 ... SUCCESS

RENAMING: C:\tempdump\10 - Oceans From the Rain.mp3 =] D:\Music\MP3\Seventh Day Slumber\Once Upon a Shattered Life (2005)\10 - Oceans From the Rain.mp3 ... SUCCESS



*** PROCESSING ENCODER ORDER # 2 ***

Execute If = TRUE

NEW EXTENSION = flac

TEMPORAL Full Name = C:\tempdump\10 - Oceans From the Rain.flac
TEMPORAL Path Only = C:\tempdump
TEMPORAL Name Only = 10 - Oceans From the Rain

RENAME Final File = TRUE

FINAL Full Name = D:\Music\Flac\Seventh Day Slumber\Once Upon a Shattered Life (2005)\10 - Oceans From the Rain.flac
FINAL Path Only = D:\Music\Flac\Seventh Day Slumber\Once Upon a Shattered Life (2005)
FINAL Name Only = 10 - Oceans From the Rain


EXECUTING: c:\mareo\flac.exe -8 -V "C:\tempdump\10 - Oceans From the Rain.wav" -o "C:\tempdump\10 - Oceans From the Rain.flac" -T artist="Seventh Day Slumber" -T album="Once Upon a Shattered Life" -T title="Oceans From the Rain" -T tracknumber="10/10" -T date="2005" -T genre="Christian Rock" -T "TOTALTRACKS=10" -T "Album Artist=Seventh Day Slumber"

EXECUTION: SUCCESS

DIRECTORY "D:\Music\Flac\Seventh Day Slumber\Once Upon a Shattered Life (2005)" allready exists.

DELETING: D:\Music\Flac\Seventh Day Slumber\Once Upon a Shattered Life (2005)\10 - Oceans From the Rain.flac ... SUCCESS

RENAMING: C:\tempdump\10 - Oceans From the Rain.flac =] D:\Music\Flac\Seventh Day Slumber\Once Upon a Shattered Life (2005)\10 - Oceans From the Rain.flac ... SUCCESS



*** PROCESSING ENCODER ORDER # 3 ***

Execute If = 10 = 1

NEW EXTENSION = mp3

TEMPORAL Full Name = C:\tempdump\10 - Oceans From the Rain.mp3
TEMPORAL Path Only = C:\tempdump
TEMPORAL Name Only = 10 - Oceans From the Rain

RENAME Final File = FALSE

FINAL Full Name = D:\Music\MP3\Seventh Day Slumber\Once Upon a Shattered Life (2005)\10 - Oceans From the Rain.mp3
FINAL Path Only = D:\Music\MP3\Seventh Day Slumber\Once Upon a Shattered Life (2005)
FINAL Name Only = 10 - Oceans From the Rain

EXECUTEIF = "10 = 1" ... Evaluating ... FALSE



*** PROCESSING ENCODER ORDER # 4 ***

Execute If = TRUE

NEW EXTENSION = mp3

TEMPORAL Full Name = C:\tempdump\10 - Oceans From the Rain.mp3
TEMPORAL Path Only = C:\tempdump
TEMPORAL Name Only = 10 - Oceans From the Rain

RENAME Final File = FALSE

FINAL Full Name = D:\Music\MP3\Seventh Day Slumber\Once Upon a Shattered Life (2005)\10 - Oceans From the Rain.mp3
FINAL Path Only = D:\Music\MP3\Seventh Day Slumber\Once Upon a Shattered Life (2005)
FINAL Name Only = 10 - Oceans From the Rain


EXECUTING: D:\mareo\files\filewrite.exe C:\flac\bin\metaflac.exe --add-replay-gain

EXECUTION: SUCCESS

RENAME IS FALSE, NO need to rename.


*** PROCESSING ENCODER ORDER # 5 ***

Execute If = 10 = 10

NEW EXTENSION = mp3

TEMPORAL Full Name = C:\tempdump\10 - Oceans From the Rain.mp3
TEMPORAL Path Only = C:\tempdump
TEMPORAL Name Only = 10 - Oceans From the Rain

RENAME Final File = FALSE

FINAL Full Name = D:\Music\MP3\Seventh Day Slumber\Once Upon a Shattered Life (2005)\10 - Oceans From the Rain.mp3
FINAL Path Only = D:\Music\MP3\Seventh Day Slumber\Once Upon a Shattered Life (2005)
FINAL Name Only = 10 - Oceans From the Rain

EXECUTEIF = "10 = 10" ... Evaluating ... TRUE

EXECUTING: D:\mareo\files\filewrite.exe "D:\Music\Flac\Seventh Day Slumber\Once Upon a Shattered Life (2005)\10 - Oceans From the Rain.flac"

EXECUTION: SUCCESS

RENAME IS FALSE, NO need to rename.

*** Encoder Orders Ends ***

DeleteWaveFile is FALSE.


+++ DONE +++

NO errors ocurred.
smz
Wow, madxcream, you really should reformat your post!
You probably didn't noticed, but it is so wide that it is practically unreadable... wacko.gif

Cheers! beer.gif

Sergio
madxcream
QUOTE(smz @ Jun 2 2006, 20:13) *

Wow, madxcream, you really should reformat your post!
You probably didn't noticed, but it is so wide that it is practically unreadable... wacko.gif

Cheers! beer.gif

Sergio


really? How to reformat a copy and paste job?
kwanbis
QUOTE(madxcream @ Jun 3 2006, 00:27) *

need a little help here. Trying to do my rips another way and can't seem to get the executeif going right. The seperate "sections" aren't getting executed right. When the executif is true, it's executing a previous section. LIke the "write other entries" turns out to be true, but then it executes the "write first entries" instead. Then "finish up" turns out to be true, but it executes "write other entries". It's lagging behind and I can't seem to figure out why. Thanks for any help.

sorry, i see the log is fine ... can you comment on the problems, on the log?
smz
QUOTE(madxcream @ Jun 3 2006, 03:52) *

QUOTE(smz @ Jun 2 2006, 20:13) *

Wow, madxcream, you really should reformat your post!
You probably didn't noticed, but it is so wide that it is practically unreadable... wacko.gif

Cheers! beer.gif

Sergio


really? How to reformat a copy and paste job?

By clicking the edit button and then manually splitting the longest offending lines? I don't know if with your browser you have the same effect, but with mine (IE 6.0 under Windows XP SP2) I have to scroll all the way right even for reading your text, because the long lines inside the CODEBOX makes the post to be sized to their width but also everything outside the box is justified to that width.
madxcream
QUOTE(kwanbis @ Jun 2 2006, 21:56) *

QUOTE(madxcream @ Jun 3 2006, 00:27) *

need a little help here. Trying to do my rips another way and can't seem to get the executeif going right. The seperate "sections" aren't getting executed right. When the executif is true, it's executing a previous section. LIke the "write other entries" turns out to be true, but then it executes the "write first entries" instead. Then "finish up" turns out to be true, but it executes "write other entries". It's lagging behind and I can't seem to figure out why. Thanks for any help.

sorry, i see the log is fine ... can you comment on the problems, on the log?


look at this:
CODE
*** PROCESSING ENCODER ORDER # 4 ***

Execute If         = TRUE

NEW EXTENSION      = mp3

TEMPORAL Full Name = C:\tempdump\10 - Oceans From the Rain.mp3
TEMPORAL Path Only = C:\tempdump
TEMPORAL Name Only = 10 - Oceans From the Rain

RENAME Final File  = FALSE

FINAL Full Name    = D:\Music\MP3\Seventh Day Slumber\Once Upon a Shattered Life (2005)\10 - Oceans From the Rain.mp3
FINAL Path Only    = D:\Music\MP3\Seventh Day Slumber\Once Upon a Shattered Life (2005)
FINAL Name Only    = 10 - Oceans From the Rain


EXECUTING: D:\mareo\files\filewrite.exe C:\flac\bin\metaflac.exe --add-replay-gain

EXECUTION: SUCCESS


The execution it is doing is actually from encoder order #3 not #4. It should be executing this: D:\mareo\files\filewrite.exe "D:\Music\Flac\[ARTIST]\[ALBUM] ([YEAR])\[TRACKPADDED] - [TITLE].flac"

and also the next step

CODE
*** PROCESSING ENCODER ORDER # 5 ***

Execute If         = 10 = 10

NEW EXTENSION      = mp3

TEMPORAL Full Name = C:\tempdump\10 - Oceans From the Rain.mp3
TEMPORAL Path Only = C:\tempdump
TEMPORAL Name Only = 10 - Oceans From the Rain

RENAME Final File  = FALSE

FINAL Full Name    = D:\Music\MP3\Seventh Day Slumber\Once Upon a Shattered Life (2005)\10 - Oceans From the Rain.mp3
FINAL Path Only    = D:\Music\MP3\Seventh Day Slumber\Once Upon a Shattered Life (2005)
FINAL Name Only    = 10 - Oceans From the Rain

EXECUTEIF = "10 = 10" ... Evaluating ... TRUE

EXECUTING: D:\mareo\files\filewrite.exe "D:\Music\Flac\Seventh Day Slumber\Once Upon a Shattered Life (2005)\10 - Oceans From the Rain.flac"


this execution should be:
D:\mareo\files\flacbatch.exe " "

hope you understand.

MaDx
madxcream
QUOTE(smz @ Jun 3 2006, 03:43) *

QUOTE(madxcream @ Jun 3 2006, 03:52) *

QUOTE(smz @ Jun 2 2006, 20:13) *

Wow, madxcream, you really should reformat your post!
You probably didn't noticed, but it is so wide that it is practically unreadable... wacko.gif

Cheers! beer.gif

Sergio


really? How to reformat a copy and paste job?

By clicking the edit button and then manually splitting the longest offending lines? I don't know if with your browser you have the same effect, but with mine (IE 6.0 under Windows XP SP2) I have to scroll all the way right even for reading your text, because the long lines inside the CODEBOX makes the post to be sized to their width but also everything outside the box is justified to that width.


well I use firefox and when I use codebox the box has it's own sliders itself, it doesn't make the whole page that wide, just the codebox has sliders, so not sure why IE displays that way. I've seen other posts on here the same as mine.
kwanbis
QUOTE(madxcream @ Jun 3 2006, 00:27) *

; Write first entry
EXECUTEIF = [TRACK] = 1
FINALPATH = D:\Music\MP3\[ARTIST]\[ALBUM] ([YEAR])\
FINALNAME = [TRACKPADDED] - [TITLE]
EXTENSION = mp3
ENCODEREXE = D:\mareo\files\filewrite.exe
PARAMETERS = C:\flac\bin\metaflac.exe --add-replay-gain
RENAME = FALSE

; Write other entries
EXECUTEIF = TRUE
FINALPATH = D:\Music\MP3\[ARTIST]\[ALBUM] ([YEAR])\
FINALNAME = [TRACKPADDED] - [TITLE]
EXTENSION = mp3
ENCODEREXE = D:\mareo\files\filewrite.exe
PARAMETERS = "D:\Music\Flac\[ARTIST]\[ALBUM] ([YEAR])\[TRACKPADDED] - [TITLE].flac"
RENAME = FALSE

; Finishup
EXECUTEIF = [TRACK] = [2]
FINALPATH = D:\Music\MP3\[ARTIST]\[ALBUM] ([YEAR])\
FINALNAME = [TRACKPADDED] - [TITLE]
EXTENSION = mp3
ENCODEREXE = D:\mareo\files\flacbatch.exe
PARAMETERS = " "
RENAME = FALSE

can you tell me what are you trying to do?
madxcream
QUOTE(kwanbis @ Jun 3 2006, 13:21) *

QUOTE(madxcream @ Jun 3 2006, 00:27) *

; Write first entry
EXECUTEIF = [TRACK] = 1
FINALPATH = D:\Music\MP3\[ARTIST]\[ALBUM] ([YEAR])\
FINALNAME = [TRACKPADDED] - [TITLE]
EXTENSION = mp3
ENCODEREXE = D:\mareo\files\filewrite.exe
PARAMETERS = C:\flac\bin\metaflac.exe --add-replay-gain
RENAME = FALSE

; Write other entries
EXECUTEIF = TRUE
FINALPATH = D:\Music\MP3\[ARTIST]\[ALBUM] ([YEAR])\
FINALNAME = [TRACKPADDED] - [TITLE]
EXTENSION = mp3
ENCODEREXE = D:\mareo\files\filewrite.exe
PARAMETERS = "D:\Music\Flac\[ARTIST]\[ALBUM] ([YEAR])\[TRACKPADDED] - [TITLE].flac"
RENAME = FALSE

; Finishup
EXECUTEIF = [TRACK] = [2]
FINALPATH = D:\Music\MP3\[ARTIST]\[ALBUM] ([YEAR])\
FINALNAME = [TRACKPADDED] - [TITLE]
EXTENSION = mp3
ENCODEREXE = D:\mareo\files\flacbatch.exe
PARAMETERS = " "
RENAME = FALSE

can you tell me what are you trying to do?



well basically I'm writing a script that will be run at the end to add replaygain to all the flac files. I tried running metaflac with wildcards, but didn't work for me.

Have you seen any kind of error in my INI file that is screwing up mareo?
kwanbis
QUOTE(madxcream @ Jun 3 2006, 19:10) *

; Write first entry
EXECUTEIF = [TRACK] = 1

; Write other entries
EXECUTEIF = TRUE

; Finishup
EXECUTEIF = [TRACK] = [2]
FINALPATH = D:\Music\MP3\[ARTIST]\[ALBUM] ([YEAR])\

what i interpret you are trying to do, is, do something if it is the first file, do something else allways, and do something if the track is the last one?
madxcream
QUOTE(kwanbis @ Jun 3 2006, 14:14) *

QUOTE(madxcream @ Jun 3 2006, 19:10) *

; Write first entry
EXECUTEIF = [TRACK] = 1

; Write other entries
EXECUTEIF = TRUE

; Finishup
EXECUTEIF = [TRACK] = [2]
FINALPATH = D:\Music\MP3\[ARTIST]\[ALBUM] ([YEAR])\

what i interpret you are trying to do, is, do something if it is the first file, do something else allways, and do something if the track is the last one?


yes, exactly right!!
kwanbis
try MAREO 4.0.2 http://www.webearce.com.ar/mareo402.rar

it has a new placeholder [NOTHING], that you can use to pass nothing to the encoder (PARAMETERS = [NOTHING]

Also, if it founds an unrecognized action line, it tells you so.

QUOTE(madxcream @ Jun 3 2006, 19:21) *

yes, exactly right!!

and you are using EAC? whats the command line?
madxcream
QUOTE(kwanbis @ Jun 3 2006, 14:24) *

try MAREO 4.0.2 http://www.webearce.com.ar/mareo402.rar

it has a new placeholder [NOTHING], that you can use to pass nothing to the encoder (PARAMETERS = [NOTHING]

Also, if it founds an unrecognized action line, it tells you so.

QUOTE(madxcream @ Jun 3 2006, 19:21) *

yes, exactly right!!

and you are using EAC? whats the command line?


Just tried and it's doing the same thing. I'm wondering if it could be because it's trying to call the same exe file in these two right after each other?

CODE
; ---------------------------------------------------------------------------------------------------------------------------
; Write first entry
; ---------------------------------------------------------------------------------------------------------------------------
EXECUTEIF = [TRACK] = 1
FINALPATH = D:\Music\MP3\[ARTIST]\[ALBUM] ([YEAR])\
FINALNAME = [TRACKPADDED] - [TITLE]
EXTENSION = mp3
ENCODEREXE = D:\mareo\files\filewrite.exe
PARAMETERS = C:\flac\bin\metaflac.exe --add-replay-gain
RENAME = FALSE

; ---------------------------------------------------------------------------------------------------------------------------
; Write other entries
; ---------------------------------------------------------------------------------------------------------------------------
EXECUTEIF = TRUE
FINALPATH = D:\Music\MP3\[ARTIST]\[ALBUM] ([YEAR])\
FINALNAME = [TRACKPADDED] - [TITLE]
EXTENSION = mp3
ENCODEREXE = D:\mareo\files\filewrite.exe
PARAMETERS = "D:\Music\Flac\[ARTIST]\[ALBUM] ([YEAR])\[TRACKPADDED] - [TITLE].flac"
RENAME = FALSE


I am gonna try and copy and rename the exe so I have two different files being run to see and let you know in a second.

No that didn't work either. I'm puzzled huh.gif
kwanbis
try http://www.webearce.com.ar/mareo403.rar i think i found something.

and last, please, when pasting the INI, shorten the ----------------------------------
madxcream
QUOTE(kwanbis @ Jun 3 2006, 16:27) *

try http://www.webearce.com.ar/mareo403.rar i think i found something.

and last, please, when pasting the INI, shorten the ----------------------------------



That solved it kwanbis. Sorry for the --------------, that's just the default length in your INI file. I'll shorten them up next time.

Thanks alot!!!

PS and what resolution do you guys run on your desktop? I guess I don't notice much cuz I run mine at 1280 x 960
kwanbis
OK then, so MAREO 4.0.3 is oficially realeased. It fixes a problem involving the renaming of files.
smz
QUOTE(madxcream @ Jun 3 2006, 23:44) *
...
PS and what resolution do you guys run on your desktop? I guess I don't notice much cuz I run mine at 1280 x 960

1280x1024 on a 20" monitor

And, really, your post is the first one I see to behave that way in Hydrogenaudio. I can't figure out what's wrong with it. If I try to reply to your original post quoting it, the quote is wrapped and doesn't look like your original. Sorry, I really do not want to bother you with this stupid issue: I'm just curious why it shows that way. I'm inclined to think that it could be a Power Board bug. If you are interested I can send you a snapshop of my screen with your post (actually three snapshots, because that's what it takes to fit your post).

And yes, the codeboxes have their own sliders to scroll vertically. The problem is on the horizontal dimension. The codeboxes are wiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiide and so is your text above them.

Sergio

madxcream
QUOTE(smz @ Jun 3 2006, 18:15) *

QUOTE(madxcream @ Jun 3 2006, 23:44) *
...
PS and what resolution do you guys run on your desktop? I guess I don't notice much cuz I run mine at 1280 x 960

1280x1024 on a 20" monitor

And, really, your post is the first one I see to behave that way in Hydrogenaudio. I can't figure out what's wrong with it. If I try to reply to your original post quoting it, the quote is wrapped and doesn't look like your original. Sorry, I really do not want to bother you with this stupid issue: I'm just curious why it shows that way. I'm inclined to think that it could be a Power Board bug. If you are interested I can send you a snapshop of my screen with your post (actually three snapshots, because that's what it takes to fit your post).

And yes, the codeboxes have their own sliders to scroll vertically. The problem is on the horizontal dimension. The codeboxes are wiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiide and so is your text above them.

Sergio


I got the codebox from this thread here from old mareo 3: http://www.hydrogenaudio.org/forums/index....ic=42050&st=200

I see what you mean, I opened up with internet explorer 6 and doesn't show it right, not from how firefox shows it. Even the thread above doesn't show right. That does not happen with firefox. I can send you a screenshot of what I see if you'd like. Let me know.

MaDx
freak393
Hello there - let me just say that mareo is simply great!

Now, an embarassing question:

To use mp3gain with mareo the [finalpathshort] needs to be specified. See mareo.ini.
That's supposed to be the DOS 8.3 format if I recall correctly.

However, I CAN NOT REMEMBER HOW TO EXACTLY WRITE THE FOLLOWING IN 8.3 format, what to do with the spaces and how exactly to handle the "~" ... Having WinXP the old DOS (or win9x for that matter) days are long gone and cmd in win also gives me the fully written out path... blush.gif So there's no where to copy from.

This is the path:

F:\Eigene Dateien\Eigene Musik\test mareo\lame

Could someone pleas be so kind? Shame on me! biggrin.gif
kwanbis
QUOTE(freak393 @ Jun 4 2006, 22:07) *

To use mp3gain with mareo the [finalpathshort] needs to be specified. See mareo.ini.
That's supposed to be the DOS 8.3 format if I recall correctly.

This is the path:

F:\Eigene Dateien\Eigene Musik\test mareo\lame

MAREO takes care of it ... it reads the normal (long) path, and transforms it to the short equivalent. But you only need it for MP3gain, as in the INI example.
freak393
QUOTE(kwanbis @ Jun 5 2006, 01:48) *

MAREO takes care of it ... it reads the normal (long) path, and transforms it to the short equivalent. But you only need it for MP3gain, as in the INI example.

Thanks kwanbis - still having trouble figuring it out though. sad.gif Maybe you or somebody else can have a look at my ini:

CODE

; --------------------------------------------------------------------------------
; MP3 LAME: best MP3 encoder: http://www.rarewares.org/mp3.html
; --------------------------------------------------------------------------------
EXECUTEIF = TRUE
FINALPATH = F:\Eigene Dateien\Eigene Musik\test mareo\lame\[ARTIST]\[ALBUM]\
FINALNAME = [TRACKPADDED] [TITLE]
EXTENSION = mp3
ENCODEREXE = E:\Programme\eac\lame.exe
PARAMETERS = -V3 --vbr-new --ignore-tag-errors --noreplaygain --ta "[ARTIST]" --tl "[ALBUM]" --tt "[TITLE]" --tn "[TRACK]" --ty "[YEAR]" --tg "[GENRE]" "[SOURCE]" "[DESTTMP]"
RENAME = TRUE

; ------------------------------------------------------------------------------------------
; MP3gain: ALBUM Mode: mp3 normalizer: http://www.rarewares.org/mp3.html
; ------------------------------------------------------------------------------------------
EXECUTEIF = [1] = [TRACK]
FINALPATH = F:\Eigene Dateien\Eigene Musik\test mareo\lame\[ARTIST]\[ALBUM]\
FINALNAME = [TRACKPADDED] [TITLE]
EXTENSION = mp3
ENCODEREXE = E:\Programme\MP3Gain\mp3gain.exe
PARAMETERS = /k /a /s r F:\Eigene Dateien\Eigene Musik\test mareo\lame\[ARTIST]\[ALBUM]\*.mp3
RENAME = FALSE


Please note that for mp3gain, in the parameters line I put in [ARTIST]\[ALBUM]\ for illustration purposes of the full path to an album, don't know if that needs to be done that way.
Before that I just had: F:\Eigene Dateien\Eigene Musik\test mareo\lame\*.mp3

Creating mp3's and wv's (wv-part not included in the above ini) works fine.

No matter which path I use I don't think mp3gain is applied. I certainly don't see any dosbox popping up for that as it does for lame or wavpack. And it should right?

Thank you for your help!!!

kwanbis
QUOTE(freak393 @ Jun 5 2006, 09:35) *

EXECUTEIF = [1] = [TRACK]
FINALPATH = F:\Eigene Dateien\Eigene Musik\test mareo\lame\[ARTIST]\[ALBUM]\
FINALNAME = [TRACKPADDED] [TITLE]
EXTENSION = mp3
ENCODEREXE = E:\Programme\MP3Gain\mp3gain.exe
PARAMETERS = /k /a /s r F:\Eigene Dateien\Eigene Musik\test mareo\lame\[ARTIST]\[ALBUM]\*.mp3
RENAME = FALSE

as per the indications on the sample ini

PARAMETERS = /k /a /s r [FINALPATHSHORT]\*.mp3
freak393
QUOTE(kwanbis @ Jun 5 2006, 15:04) *


as per the indications on the sample ini

PARAMETERS = /k /a /s r [FINALPATHSHORT]\*.mp3


Now I got ya - sorry for beeing stupid - I just read "path" and "dos 8.3 naming" and totally overlooked that I don't actually have to set it myself...

Thanks for your help!
kwanbis
QUOTE(freak393 @ Jun 7 2006, 11:24) *

Now I got ya - sorry for beeing stupid - I just read "path" and "dos 8.3 naming" and totally overlooked that I don't actually have to set it myself...

no problem. The idea of MAREO.INI is to have samples for most of the situations wink.gif
Lashiec
This is my first post on this forum so I hope I can describe my problem right. So yesterday I was ripping "Made in Japan" by Deep Purple to my hard disk. Things were going smoothly, but then, after ripping the sixth song, "Lazy", MAREO called oggenc2 to encode the file to Vorbis, and the program answered crashing itself. It never happened before with the few albums I encoded, so it was strange. At first I thought I got something wrong, and I discovered that the "Use file extension" was using ".flac" as extension. Silly me smile.gif. So I changed to ".ogg" and I tried again. And the same error again.

I tested with other albums, and the same problem surfaced in the second track of the "Boy" album by U2 (the song "Twilight") and in the second track of The Doors' first album (the song called "Soul Kitchen"). I don't know if the bug is caused by MAREO, or by external factors. Anyway, here's the log generated by MAREO:

CODE

***********************************************************
* MAREO - Multiple Applications Runner for EAC and Others *
* Copyright 2003-2006 by Kwanbis -- Under the GPL License *
* Version 4.0 --- Home Page at http://www.webearce.com.ar *
* Developed with Borland Delphi http://borland.com/delphi *
***********************************************************

*** Received Command Line ***

"C:\Archivos de programa\mareo\mareo.exe" vorbis_album.ini "C:\My Music\Dtmp668(2.wav" "C:\My Music\Dtmp668(2.ogg" "Deep Purple" "Made in Japan" "Lazy" "06" 1972 "Hard Rock" 7

*** Parsed Parameters ***

INIFILE (%1) = vorbis_album.ini
[SOURCE] (%2) = C:\My Music\Dtmp668(2.wav
[DESTTMP] (%3) = C:\My Music\Dtmp668(2.ogg
[ARTIST] (%4) = Deep Purple
[ALBUM] (%5) = Made in Japan
[TITLE] (%6) = Lazy
[TRACK] (%7) = 6
[TRACKPADDED] = 06
[YEAR] (%8) = 1972
[GENRE] (%9) = Hard Rock
[1] (%10) = 7

*** INI Parameters ***

Padding Zeros = 2
LogToScreen = TRUE
LogToFile = TRUE
DeleteWavFile = TRUE

*** mareoLAST.INI ***

[LASTTRACK] =



*** PROCESSING ENCODER ORDER # 1 ***

Execute If = TRUE

NEW EXTENSION = ogg

TEMPORAL Full Name = C:\My Music\Dtmp668(2.ogg
TEMPORAL Path Only = C:\My Music
TEMPORAL Name Only = Dtmp668(2

RENAME Final File = TRUE

FINAL Full Name = C:\Mis documentos\Mi música\Deep Purple\Made in Japan\06. Deep Purple - Lazy.ogg
FINAL Path Only = C:\Mis documentos\Mi música\Deep Purple\Made in Japan
FINAL Name Only = 06. Deep Purple - Lazy


EXECUTING: C:\ARCHIVOS DE PROGRAMA\MAREO\Encoders\oggenc2.exe -q 6 -p 4 "C:\My Music\Dtmp668(2.wav" -o "C:\My Music\Dtmp668(2.ogg" -a "Deep Purple" -l "Made in Japan" -t "Lazy" -N "06" -d "1972" -G "Hard Rock" -c "TOOL=Exact Audio Copy 0.95 Beta 3 + MAREO 4.0 + OggEnc 2.83 (aoTuV Beta 4.51) + VorbisGain 1.01"

EXECUTION: -ERROR- (-1073741819)

DIRECTORY "C:\Mis documentos\Mi música\Deep Purple\Made in Japan" allready exists.

DELETING: C:\Mis documentos\Mi música\Deep Purple\Made in Japan\06. Deep Purple - Lazy.ogg ... SUCCESS

RENAMING: C:\My Music\Dtmp668(2.ogg =] C:\Mis documentos\Mi música\Deep Purple\Made in Japan\06. Deep Purple - Lazy.ogg ... SUCCESS



*** PROCESSING ENCODER ORDER # 2 ***

Execute If = 6 = 7

NEW EXTENSION = ogg

TEMPORAL Full Name = C:\My Music\Dtmp668(2.ogg
TEMPORAL Path Only = C:\My Music
TEMPORAL Name Only = Dtmp668(2

RENAME Final File = FALSE

FINAL Full Name = C:\Mis documentos\Mi música\Deep Purple\Made in Japan\06. Deep Purple - Lazy.ogg
FINAL Path Only = C:\Mis documentos\Mi música\Deep Purple\Made in Japan
FINAL Name Only = 06. Deep Purple - Lazy

EXECUTEIF = "6 = 7" ... Evaluating ... FALSE



*** PROCESSING ENCODER ORDER # 3 ***

Execute If = 6 = 7

NEW EXTENSION = ogg

TEMPORAL Full Name = C:\My Music\Dtmp668(2.ogg
TEMPORAL Path Only = C:\My Music
TEMPORAL Name Only = Dtmp668(2

RENAME Final File = FALSE

FINAL Full Name = C:\Mis documentos\Mi música\Deep Purple\Made in Japan\06. Deep Purple - Lazy.ogg
FINAL Path Only = C:\Mis documentos\Mi música\Deep Purple\Made in Japan
FINAL Name Only = 06. Deep Purple - Lazy

EXECUTEIF = "6 = 7" ... Evaluating ... FALSE



*** PROCESSING ENCODER ORDER # 4 ***

Execute If = 6 = 7

NEW EXTENSION = ogg

TEMPORAL Full Name = C:\My Music\Dtmp668(2.ogg
TEMPORAL Path Only = C:\My Music
TEMPORAL Name Only = Dtmp668(2

RENAME Final File = FALSE

FINAL Full Name = C:\Mis documentos\Mi música\Deep Purple\Made in Japan\06. Deep Purple - Lazy.ogg
FINAL Path Only = C:\Mis documentos\Mi música\Deep Purple\Made in Japan
FINAL Name Only = 06. Deep Purple - Lazy

EXECUTEIF = "6 = 7" ... Evaluating ... FALSE



*** PROCESSING ENCODER ORDER # 5 ***

Execute If = 6 = 7

NEW EXTENSION = ogg

TEMPORAL Full Name = C:\My Music\Dtmp668(2.ogg
TEMPORAL Path Only = C:\My Music
TEMPORAL Name Only = Dtmp668(2

RENAME Final File = FALSE

FINAL Full Name = C:\Mis documentos\Mi música\Deep Purple\Made in Japan\Deep Purple - Made in Japan.ogg
FINAL Path Only = C:\Mis documentos\Mi música\Deep Purple\Made in Japan
FINAL Name Only = Deep Purple - Made in Japan

EXECUTEIF = "6 = 7" ... Evaluating ... FALSE



*** PROCESSING ENCODER ORDER # 6 ***

Execute If = 6 = 7

NEW EXTENSION = m3u

TEMPORAL Full Name = C:\My Music\Dtmp668(2.m3u
TEMPORAL Path Only = C:\My Music
TEMPORAL Name Only = Dtmp668(2

RENAME Final File = FALSE

FINAL Full Name = C:\Mis documentos\Mi música\Deep Purple\Made in Japan\Deep Purple - Made in Japan.m3u
FINAL Path Only = C:\Mis documentos\Mi música\Deep Purple\Made in Japan
FINAL Name Only = Deep Purple - Made in Japan

EXECUTEIF = "6 = 7" ... Evaluating ... FALSE



*** PROCESSING ENCODER ORDER # 7 ***

Execute If = 6 = 7

NEW EXTENSION = m3u

TEMPORAL Full Name = C:\My Music\Dtmp668(2.m3u
TEMPORAL Path Only = C:\My Music
TEMPORAL Name Only = Dtmp668(2

RENAME Final File = FALSE

FINAL Full Name = C:\Mis documentos\Mi música\Deep Purple\Made in Japan\Deep Purple - Made in Japan.m3u
FINAL Path Only = C:\Mis documentos\Mi música\Deep Purple\Made in Japan
FINAL Name Only = Deep Purple - Made in Japan

EXECUTEIF = "6 = 7" ... Evaluating ... FALSE



*** PROCESSING ENCODER ORDER # 8 ***

Execute If = 6 = 7

NEW EXTENSION = m3u

TEMPORAL Full Name = C:\My Music\Dtmp668(2.m3u
TEMPORAL Path Only = C:\My Music
TEMPORAL Name Only = Dtmp668(2

RENAME Final File = FALSE

FINAL Full Name = C:\Mis documentos\Mi música\Deep Purple\Made in Japan\Deep Purple - Made in Japan.m3u
FINAL Path Only = C:\Mis documentos\Mi música\Deep Purple\Made in Japan
FINAL Name Only = Deep Purple - Made in Japan

EXECUTEIF = "6 = 7" ... Evaluating ... FALSE



*** PROCESSING ENCODER ORDER # 9 ***

Execute If = 6 = 7

NEW EXTENSION = m3u

TEMPORAL Full Name = C:\My Music\Dtmp668(2.m3u
TEMPORAL Path Only = C:\My Music
TEMPORAL Name Only = Dtmp668(2

RENAME Final File = FALSE

FINAL Full Name = C:\Mis documentos\Mi música\Deep Purple\Made in Japan\Deep Purple - Made in Japan.m3u
FINAL Path Only = C:\Mis documentos\Mi música\Deep Purple\Made in Japan
FINAL Name Only = Deep Purple - Made in Japan

EXECUTEIF = "6 = 7" ... Evaluating ... FALSE


*** Encoder Orders Ends ***

DeleteWaveFile is TRUE.

DELETING: C:\My Music\Dtmp668(2.wav ... SUCCESS


+++ DONE +++

1 errors ocurred. Press any key to end.

And these are the settings used to encode the album:

CODE

; ****************************************************************************************************
******************
; *********** MAREO: Multiple Applications Runner for EAC and Others - by Kwanbis - Open Source GPL Licensed ***********
; ****************************************************************************************************
******************
; ----------------------------------------------------------------------------------------------------------------------
; [PLACEHOLDER] VALUE
; ----------------------------------------------------------------------------------------------------------------------
; [SOURCE] Temporal source FULL file name, command line arameter #2 passed by the ripper to MAREO
; [DESTTMP] Temporal destination FULL file name, command line arameter #3 passed by the ripper to MAREO
; [ARTIST] CD Artist Name, command line arameter #4 passed by the ripper to MAREO
; [ALBUM] CD Name, command line arameter #5 passed by the ripper to MAREO
; [TITLE] Track (song) Name, command line arameter #6 passed by the ripper to MAREO
; [TRACK] Track (song) Number, command line arameter #7 passed by the ripper to MAREO
; [TRACKPADDED] [TRACK] padded with PaddingZeros.
; [YEAR] Year of the CD release, command line arameter #8 passed by the ripper to MAREO
; [GENRE] CD's Music Genre, command line arameter #9 passed by the ripper to MAREO
; ----------------------------------------------------------------------------------------------------------------------
; [1] .. [N] Any parameter passed by the ripper to MAREO, after the genre.
; ----------------------------------------------------------------------------------------------------------------------
; [OWNPATH] Full path to MAREO, without the the ending backslash, example: c:\encoders
; [EXTENSION] File extension without the dot (ex: MP3), as specified to MAREO on the INI as EXTENSION = XXX
; [DESTTMPPATH] Destination temporal PATH as passed to MAREO by the ripper (in dest).
; [DESTTMPNAME] Destination temporal NAME as passed to MAREO by the ripper (in dest), with no extension.
; [DESTTMPFULLNAME] Destination temporal full name: desttmppath+desttmpname+extension.
; [FINALPATH] Destination final PATH as specified to MAREO on the INI, as PATH.
; [FINALPATHSHORT] DOS/8.3/"no spaces" version of [FINALPATH]. Is required because mp3gain does not works with paths with spaces.
; [FINALNAME] Destination final NAME as specified to MAREO on the INI, as FILENAME, with no extension.
; [FINALFULLNAME] Destination final FINALPATH+FINALNAME+extension.
; ----------------------------------------------------------------------------------------------------------------------
; [APPDATA] File system directory that serves as a common repository for application-specific data.
; [CDBURN_AREA] File system directory acting as a staging area for files waiting to be written to CD.
; [COMMON_MUSIC] File system directory that serves as a repository for music files common to all users.
; [DESKTOP] Virtual folder representing the Windows desktop, the root of the namespace.
; [DESKTOPDIRECTORY] File system directory used to physically store file objects on the desktop (not to be confused with the desktop folder itself).
; [LOCAL_APPDATA] File system directory that serves as a data repository for local (nonroaming) applications.
; [MYDOCUMENTS] Virtual folder representing the My Documents desktop item.
; [MYMUSIC] File system directory that serves as a common repository for music files.
; [MYPICTURES] File system directory that serves as a common repository for image files.
; [MYVIDEO] File system directory that serves as a common repository for video files.
; [PERSONAL] Virtual folder representing the My Documents desktop item.
; [PHOTOALBUMS] Virtual folder used to store photo albums.
; [PLAYLISTS] Virtual folder used to store play albums, typically username\My Music\Playlists.
; [PROFILE] User's profile folder.
; [PROGRAM_FILES] Program Files folder.
; [PROGRAM_COMMON] A folder for components that are shared across applications.
; [PROGRAMS] The file system directory that contains the user's program groups (which are themselves file system directories).
; [SYSTEM] Windows System folder. A typical path is C:\Windows\System32.
; [WINDOWS] Windows directory or SYSROOT. This corresponds to the %windir% or %SYSTEMROOT% environment variables.
; ----------------------------------------------------------------------------------------------------------------------

; ----------------------------------------------------------------------------------------------------------------------
; NUMBER OF ZEROS TO PAD THE TRACK NUMBER (0 to disable)
; ----------------------------------------------------------------------------------------------------------------------
PaddingZeros = 2

; ----------------------------------------------------------------------------------------------------------------------
; IS MAREO REQUIRED TO LOG TO THE SCREEN?
; ----------------------------------------------------------------------------------------------------------------------
LogToScreen = TRUE

; ----------------------------------------------------------------------------------------------------------------------
; IS MAREO REQUIRED TO LOG TO A TXT/LOG FILE?
; ----------------------------------------------------------------------------------------------------------------------
LogToFile = TRUE

; ----------------------------------------------------------------------------------------------------------------------
; IS MAREO REQUIRED TO DELETE THE WAV FILE AFTER ENCODING (TRUE) OR THE CD RIPPER DOES (FALSE)?
; ----------------------------------------------------------------------------------------------------------------------
DeleteWavFile = TRUE

; ----------------------------------------------------------------------------------------------------------------------
; EXPLANATION
; ----------------------------------------------------------------------------------------------------------------------
; EXECUTEIF = MAREO evaluates the formula, and if true, MAREO executes this "encoder order".
; It could be TRUE (executes), LASTTRACK (it reads mareoLAST.txt and evaluates agains current track number,
; or XXX = YYY, in this last case MAREO evaluates the equality, for example, [TRACK]. = [1]
; Assuming that in [1] MAREO is getting the last track number from the ripper, and that it is for example,
; 12, and that the current track number is 4, MAREO would evaluate 4 = 12, and not execute.
; When track number is 12, MAREO would evaluate 12 = 12, and execute.
; FINALPATH = the path to place the encoded file, example: C:\Music\[ARTIST] - [ALBUM]
; FINALNAME = the name of the encoded file, example: [TRACKPADDED]. [TITLE]
; EXTENSION = the extension of the encoded file, example: mp3
; ENCODEREXE = the full file name of the encoder executable, including, if not in the same folder as MAREO, the full path (c:\encoders\lame.exe).
; PARAMETERS = the command line parameters we would normally pass to the encoder, as if we where running it from a command prompt.
; RENAME = if TRUE, MAREO would rename as per the FINALPATH, FINALNAME and EXTENSION options.

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

; ---------------------------------------------------------------------------------------------------------------------------
; OGG VORBIS: excellent and patent free encoder: http://www.rarewares.org/vorbis.htm
; ---------------------------------------------------------------------------------------------------------------------------
EXECUTEIF = TRUE
FINALPATH = [PERSONAL]\Mi música\[ARTIST]\[ALBUM]\
FINALNAME = [TRACKPADDED]. [ARTIST] - [TITLE]
EXTENSION = ogg
ENCODEREXE = [OWNPATH]\Encoders\oggenc2.exe
PARAMETERS = -q 6 -p 4 "[SOURCE]" -o "[DESTTMP]" -a "[ARTIST]" -l "[ALBUM]" -t "[TITLE]" -N "[TRACKPADDED]" -d "[YEAR]" -G "[GENRE]" -c "TOOL=Exact Audio Copy 0.95 Beta 3, MAREO 4.0, OggEnc 2.83 (aoTuV Beta 4.51), VorbisGain 1.01"
RENAME = TRUE

; ---------------------------------------------------------------------------------------------------------------------------
; VorbisGain: ALBUM mode: Vorbis normalizer: http://www.rarewares.org/vorbis.htm
; ---------------------------------------------------------------------------------------------------------------------------
EXECUTEIF = [TRACK] = [1]
FINALPATH = [PERSONAL]\Mi música\[ARTIST]\[ALBUM]\
FINALNAME = [TRACKPADDED]. [ARTIST] - [TITLE]
EXTENSION = ogg
ENCODEREXE = [OWNPATH]\Encoders\vorbisgain.exe
PARAMETERS = -a "[FINALPATH]\*.ogg"
RENAME = FALSE

; ====================================================================================================
=======================
; GENERAL PURPOSE TOOLS
; ====================================================================================================
=======================

; ---------------------------------------------------------------------------------------------------------------------------
; Tag: command-line tagger: http://synthetic-soul.co.uk/tag/
; ---------------------------------------------------------------------------------------------------------------------------
EXECUTEIF = [TRACK] = [1]
FINALPATH = [PERSONAL]\Mi música\[ARTIST]\[ALBUM]\
FINALNAME = [ARTIST] - [ALBUM]
EXTENSION = m3u
ENCODEREXE = [OWNPATH]\Encoders\tag.exe
PARAMETERS = --playlist "[FINALPATH]\*.ogg"
RENAME = FALSE

; EOF


The programs used and their versions are included under the "TOOL" comment in the configuration file. All were executed in a computer running Win98SE.

And two more things. First, encoding the same files under FLAC give no problems, so it could be a bug caused by the same oggenc2. And second, Dr. Watson (was running in the background) reported something about oggenc2 trying to write in a non existant or a read-only memory zone, and this could be caused by a non initialized variable or it was trying to access a memory zone after it was freed.
kwanbis
first, you should download latest MAREO version. Once you have done that, test by ripping the problem track to wav, and then encode it with oggenc. If it fails, is not MAREO.
freak393
It's me again - hopefully not asking another too stupid question sad.gif

Can I or rather, how do I create a single wavpack file of a cd with the associated cue file using mareo.ini and EAC. The wavpack would be solely used as a backup of the original cd without gain applied to it.

I know I can just tell mareo to do this by firstly telling EAC to create a compressed image with cuesheet and secondly, have only the "create a wavpack file" section in mareo.ini active. Although, that wouldn't even require mareo - I could just set up EAC for wavpack directly.

However, I'd rather like to have it all in one go - after all that's what mareo should be used for. Currently, my mareo.ini is set up to create mp3s, apply albumgain to them and create wavpack files for each song.

Is there a way?

Thank you for your patience and help!
kwanbis
i actually never used EAC like that ... i assume that what comes out of it, is a big encoded file, and a .cue file with it, right?
freak393
QUOTE(kwanbis @ Jun 9 2006, 17:27) *

i actually never used EAC like that ... i assume that what comes out of it, is a big encoded file, and a .cue file with it, right?

Exactly - If U set up EAC for .mp3 and select "create compressed image and create cue" then you get the whole album in one .mp3 and a .cue. Same for wavpack (one .wv for the album and a .cue) if you set up EAC to use wavpack.

And of course the same is true if you tell EAC to hand compression over to mareo and the encoder set up there. But as I said - using just one encoder like wavpack - there would be no need to use mareo as EAC can handle that.

The very cool thing would be if mareo could create individual .mp3's for each album track AND a SINGLE .wv file with a .cue for archiving purposes.

I read that REACT - run EAC task can do it - but I quite like mareo and the straightforward mareo.ini which I understood (almost wink.gif ) completely form the beginning. For what I konw, react seems more difficult to me.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2008 Invision Power Services, Inc.