Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: MAREO 4 Released! (Read 124197 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

MAREO 4 Released!

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

MAREO 4 Released!

Reply #1
Hi Kwanbis!
I have written you a message on ICQ... 

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

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... 
Anyway, all the best... K8! 

PS: I have tried it on Mozilla FireFox 1.5.0.3 and Internet Explorer 6.0
Sorry for my poor English, I'm trying to get better... ;)
"The greatest trick the Devil ever pulled, was convincing the world he didn't exist."


MAREO 4 Released!

Reply #3
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

MAREO 4 Released!

Reply #4
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.

MAREO 4 Released!

Reply #5
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

MAREO 4 Released!

Reply #6
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.

MAREO 4 Released!

Reply #7
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.

MAREO 4 Released!

Reply #8
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 @@/<>!

MAREO 4 Released!

Reply #9
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
After a lot of testing and work with the beta testers at HA, MAREO 4 is ready.

Do i belong to this group?

sure.

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

thanks.

MAREO 4 Released!

Reply #10
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
Sergio
M-Audio Delta AP + Revox B150 + (JBL 4301B | Sennheiser Amperior | Sennheiser HD598)

MAREO 4 Released!

Reply #11
have you tried http://anonymouse.org/anonwww.html ?
WOW! Now I have tried with your link and it works! 
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!
Sorry for my poor English, I'm trying to get better... ;)
"The greatest trick the Devil ever pulled, was convincing the world he didn't exist."

MAREO 4 Released!

Reply #12
have tried with your link and it works! 
Thanks a lot, now I have documentation and your support here at HA so I would be a happy man!

my pleasure.

MAREO 4 Released!

Reply #13
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?

MAREO 4 Released!

Reply #14
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?

MAREO 4 Released!

Reply #15
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?

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.

MAREO 4 Released!

Reply #16
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

MAREO 4 Released!

Reply #17
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?

MAREO 4 Released!

Reply #18
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.

MAREO 4 Released!

Reply #19
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?

MAREO 4 Released!

Reply #20
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?

MAREO 4 Released!

Reply #21
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: [Select]
;
; ----------------------------------------------------------------------------------------------------------------------
; 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: [url=http://www.rarewares.org/mp3.html]http://www.rarewares.org/mp3.html[/url]
; ---------------------------------------------------------------------------------------------------------------------------
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: [url=http://flac.sourceforge.net/]http://flac.sourceforge.net/[/url]
; ----------------------------------------------------------------------------------------------------------------------
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: [Select]
;
***********************************************************
* MAREO - Multiple Applications Runner for EAC and Others *
* Copyright 2003-2006 by Kwanbis -- Under the GPL License *
* Version 4.0.1 - Home Page at [url=http://www.webearce.com.ar]http://www.webearce.com.ar[/url] *
* Developed with Borland Delphi [url=http://borland.com/delphi]http://borland.com/delphi[/url] *
***********************************************************

*** 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.

MAREO 4 Released!

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

Cheers! 

Sergio
Sergio
M-Audio Delta AP + Revox B150 + (JBL 4301B | Sennheiser Amperior | Sennheiser HD598)

MAREO 4 Released!

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

Cheers! 

Sergio


really? How to reformat a copy and paste job?

MAREO 4 Released!

Reply #24
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?