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 90998 times) previous topic - next topic
0 Members and 2 Guests are viewing this topic.

MAREO 3.0 Released!

Reply #125
i would add the information ASAP. If they have problems, i prefer posting here. thanks.

MAREO 3.0 Released!

Reply #126
I have a question regarding using the @tmpnameonly@ . I want the renaming to use this varible but it just passes as @tmpnameonly@. Here is my log file:

Code: [Select]
Run Only If Last   = FALSE

NEW Extension      = wv

TEMPORAL Full Name = C:\tempdump\01 - Abyss (To Hell With The Devil).wv
TEMPORAL Path Only = C:\tempdump
TEMPORAL Name Only = 01 - Abyss (To Hell With The Devil)

RENAME Final File  = TRUE

FINAL Full Name    = C:\Music\WV\Stryper\To Hell With The Devil (1986)\@tmpnameonly@.wv
FINAL Path Only    = C:\Music\WV\Stryper\To Hell With The Devil (1986)
FINAL Name Only    = @tmpnameonly@

EXECUTING: C:\MAREO\wavpack.exe -hmy -w "ARTIST=Stryper" -w "TITLE=Abyss (To Hell With The Devil)Stryper" -w "ALBUM=To Hell With The Devil" -w "YEAR=1986" -w "TRACK=1" -w "GENRE=Rock & Roll" -w "ENCODEDBY=WavPack 4.31 [-hxml]" -w "RIPPEDBY=PlexTools Professional XL V3.09" "C:\tempdump\01 - Abyss (To Hell With The Devil).wav" "C:\tempdump\01 - Abyss (To Hell With The Devil).wv" ... EXECUTION SUCCESS!!

DIRECTORY "C:\Music\WV\Stryper\To Hell With The Devil (1986)" does NOT exists, creating ... SUCCESS!!

RENAMING: C:\tempdump\01 - Abyss (To Hell With The Devil).wv => C:\Music\WV\Stryper\To Hell With The Devil (1986)\@tmpnameonly@.wv ... SUCCESS!!


and here is my ini:
Code: [Select]
; ---------------------------------------------------------------------------------------------------------------------------
; WavPack: excelent lossless encoder, with hybrid option
; ---------------------------------------------------------------------------------------------------------------------------
ONLYIFLAST = FALSE
ENCODER =C:\MAREO\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 [-hxml]" -w "RIPPEDBY=PlexTools Professional XL V3.09" "@source@" "@dest@"
RENAME = TRUE
PATH = C:\Music\WV\@artist@\@album@ (@year@)
FILENAME = @tmpnameonly@
EXTENSION = wv


thanks for any help!

MAREO 3.0 Released!

Reply #127
for clearity, i have renamed them to:

@destfinalfullname@
@destfinalpathonly@
@destfinalnameonly@
@desttmpfullname@
@desttmppathonly@
@desttmpnameonly@

it is stated on the INI, but not on the help, i would correct as soon as i have time. Sorry for the confussion.

MAREO 3.0 Released!

Reply #128
for clearity, i have renamed them to:

@destfinalfullname@
@destfinalpathonly@
@destfinalnameonly@
@desttmpfullname@
@desttmppathonly@
@desttmpnameonly@

it is stated on the INI, but not on the help, i would correct as soon as i have time. Sorry for the confussion.

I tried using @destfinalnameonly@ and @desttmpnameonly@ and it doesn't work either. The reason for this is that I use Plextools and create a cue sheet and playlist file with it. I want my file names to be for like this "03 - Calling On You" and doing this withing mareo itslef ends up being "3 - Calling On You" so the cuesheet and playlist have the wrong info. So I would like to keep the original name passed to mareo from plextools and that is why I'm trying to use these variables for the FILENAME = . Thanks.

MAREO 3.0 Released!

Reply #129
i would investigate at night.

MAREO 3.0 Released!

Reply #130
  Ummmm....

I feel a bit embarrassed for asking this question, but... where can I download version 3.3?

I am unable to find it in the new site... 

Best regards,

Carlos



MAREO 3.0 Released!

Reply #133
PATH = C:\Music\WV\@artist@\@album@ (@year@)
FILENAME = @tmpnameonly@
EXTENSION = wv[/code]

you can't do FILENAME = @tmpnameonly@ why would you want to do that?

MAREO 3.0 Released!

Reply #134

PATH = C:\Music\WV\@artist@\@album@ (@year@)
FILENAME = @tmpnameonly@
EXTENSION = wv[/code]

you can't do FILENAME = @tmpnameonly@ why would you want to do that?


Mainly because Mareo doesn't pad the track numbers. I have plextools create a cue sheet and playlist file. I have plextools set up the track name as so:  "track - title" .  So for example it would be "01 - Little Green Men.mp3"

In Mareo I set it up as @track@ - @title@ which would become "1 - Little Green Men.mp3".

The filename becomes different, therefore when the playlist created and the cue sheet created by plextools won't work. I don't feel like editing those files on every cd I do.

So I was trying to use the @tmpnameonly@ so it uses the "01 - Little Green Men" passed by Plextools.

I hope I'm making sense to you. Thanks.

MAREO 3.0 Released!

Reply #135
i would add a padding option to MAREO, meanwhile, you can't do that.

MAREO 3.0 Released!

Reply #136
I have uploaded MAREO 3.4. It has now the "Padding Zeros" in the INI file option. And new sample configs for Nero Digital.

MAREO 3.0 Released!

Reply #137
I have uploaded MAREO 3.4. It has now the "Padding Zeros" in the INI file option. And new sample configs for Nero Digital.

Thank you very much, I will try this tonight!!!

MAREO 3.0 Released!

Reply #138
Has anyone else noticed that if you are creating mp3 files, and you have the file extention set to `.mp3' in EAC, it deletes the mp3 when MAREO is finished encoding the track?

If I change it to `.m4a' in EAC, it deletes the .m4a file MAREO creates.

I finally changed it to `.m32' (a file extention I don't use) and life is good again.

Now to figure out why MAREO is crashing again when I spin up multiple instances of it...  I've noticed that the mareo.ini file is locked for writing when MAREO is running.

MAREO 3.0 Released!

Reply #139
Has anyone else noticed that if you are creating mp3 files, and you have the file extention set to `.mp3' in EAC, it deletes the mp3 when MAREO is finished encoding the track?

If I change it to `.m4a' in EAC, it deletes the .m4a file MAREO creates.

I finally changed it to `.m32' (a file extention I don't use) and life is good again.

can you confirm if you have both EAC and MAREO configured to delete the wav? if i remember correct, that was the problem.

Now to figure out why MAREO is crashing again when I spin up multiple instances of it...  I've noticed that the mareo.ini file is locked for writing when MAREO is running.


MAREO shouldn't be locking the INI. Is in read-shared mode. What he could be locking, is the LOG file. If you set it to not write to a LOG file, it shoul be ok.

It would be very helpfull if you report your findings.

MAREO 3.0 Released!

Reply #140
I'm taking one step at a time.  First I'd like to narrow down the deleting of the encoded file, and then tackle the multiple instances of MAREO in a different post.  Thanks for taking the time to read this.

My mareo.ini file:
Code: [Select]
PaddingZeros = 2
LogToScreen = TRUE
LogToFile = TRUE
DeleteWavFile = TRUE

; MP3 LAME: best MP3 encoder: [url=http://www.rarewares.org/mp3.html]http://www.rarewares.org/mp3.html[/url]
[img]
 ONLYIFLAST = FALSE
 ENCODER = C:\WINDOWS\bin\lame.exe
 PARAMETERS = -b 32 -B 320 -m j -p -V 0 --lowpass 19.5 -q 0 --vbr-new --ignore-tag-errors --ta "@artist@" --tl "@album@" --tt "@title@" --tn "@track@" --ty "@year@" --tg "@genre@" "@source@" "@dest@"
 RENAME = TRUE
 PATH = G:\cds\@artist@\@album@\
 FILENAME = @artist@ - @track@ @title@
 EXTENSION = mp3

; AAC/MP4: Nero AAC VBR (w/NAACEnc): [url=http://www.rarewares.org/aac.html]http://www.rarewares.org/aac.html[/url]

 ONLYIFLAST = FALSE[/img]
 ENCODER = C:\WINDOWS\bin\NAACEnc.exe
 PARAMETERS = -transcode -lc "@source@" "@dest@"
 RENAME = TRUE
 PATH = G:\cds\@artist@\@album@\
 FILENAME = @artist@ - @track@ @title@
 EXTENSION = m4a

; EOF

My mareo.log
Code: [Select]
MAREO - Multiple Applications Runner for EAC and Others - GPL Licensed
3.4 - 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:\Program Files\mareo3.4\mareo.exe" mareo.ini "g:\cds\Secret Machines\Lightning Blue Eyes (2)\Stmp60-!5.wav" "g:\cds\Secret Machines\Lightning Blue Eyes (2)\Stmp60-!5.mp3" "Secret Machines" "Lightning Blue Eyes (2)" "Lightning Blue Eyes (edit)" "01" 2006 "Alt. Rock"

*** Parsed Parameters ***

IniFileName (%1) = mareo.ini
@source@    (%2) = g:\cds\Secret Machines\Lightning Blue Eyes (2)\Stmp60-!5.wav
@dest@      (%3) = g:\cds\Secret Machines\Lightning Blue Eyes (2)\Stmp60-!5.mp3
@artist@    (%4) = Secret Machines
@album@    (%5) = Lightning Blue Eyes (2)
@title@    (%6) = Lightning Blue Eyes (edit)
@track@    (%7) = 01
@year@      (%8) = 2006
@genre@    (%9) = Alt. Rock

*** INI Parameters ***

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


*** PROCESSING ENCODER ORDER # 1 ***

Run Only If Last  = FALSE

NEW Extension      = mp3

TEMPORAL Full Name = g:\cds\Secret Machines\Lightning Blue Eyes (2)\Stmp60-!5.mp3
TEMPORAL Path Only = g:\cds\Secret Machines\Lightning Blue Eyes (2)
TEMPORAL Name Only = Stmp60-!5

RENAME Final File  = TRUE

FINAL Full Name    = G:\cds\Secret Machines\Lightning Blue Eyes (2)\Secret Machines - 01 Lightning Blue Eyes (edit).mp3
FINAL Path Only    = G:\cds\Secret Machines\Lightning Blue Eyes (2)
FINAL Name Only    = Secret Machines - 01 Lightning Blue Eyes (edit)

EXECUTING: C:\WINDOWS\bin\lame.exe -b 32 -B 320 -m j -p -V 0 --lowpass 19.5 -q 0 --vbr-new --ignore-tag-errors --ta "Secret Machines" --tl "Lightning Blue Eyes (2)" --tt "Lightning Blue Eyes (edit)" --tn "01" --ty "2006" --tg "Alt. Rock" "g:\cds\Secret Machines\Lightning Blue Eyes (2)\Stmp60-!5.wav" "g:\cds\Secret Machines\Lightning Blue Eyes (2)\Stmp60-!5.mp3"

EXECUTION: SUCCESS

DIRECTORY "G:\cds\Secret Machines\Lightning Blue Eyes (2)" allready exists.

RENAMING: g:\cds\Secret Machines\Lightning Blue Eyes (2)\Stmp60-!5.mp3 => G:\cds\Secret Machines\Lightning Blue Eyes (2)\Secret Machines - 01 Lightning Blue Eyes (edit).mp3 ... SUCCESS



*** PROCESSING ENCODER ORDER # 2 ***

Run Only If Last  = FALSE

NEW Extension      = m4a

TEMPORAL Full Name = g:\cds\Secret Machines\Lightning Blue Eyes (2)\Stmp60-!5.m4a
TEMPORAL Path Only = g:\cds\Secret Machines\Lightning Blue Eyes (2)
TEMPORAL Name Only = Stmp60-!5

RENAME Final File  = TRUE

FINAL Full Name    = G:\cds\Secret Machines\Lightning Blue Eyes (2)\Secret Machines - 01 Lightning Blue Eyes (edit).m4a
FINAL Path Only    = G:\cds\Secret Machines\Lightning Blue Eyes (2)
FINAL Name Only    = Secret Machines - 01 Lightning Blue Eyes (edit)

EXECUTING: C:\WINDOWS\bin\NAACEnc.exe -transcode -lc "g:\cds\Secret Machines\Lightning Blue Eyes (2)\Stmp60-!5.wav" "g:\cds\Secret Machines\Lightning Blue Eyes (2)\Stmp60-!5.m4a"

EXECUTION: SUCCESS

DIRECTORY "G:\cds\Secret Machines\Lightning Blue Eyes (2)" allready exists.

RENAMING: g:\cds\Secret Machines\Lightning Blue Eyes (2)\Stmp60-!5.m4a => G:\cds\Secret Machines\Lightning Blue Eyes (2)\Secret Machines - 01 Lightning Blue Eyes (edit).m4a ... SUCCESS


~~~ Encoder Orders Ends ~~~

DeleteWaveFile is FALSE.


+++ DONE +++

NO errors ocurred.


A screen shot of my EAC settings.


So I've got MAREO set to delete the wave file, and EAC set to not delete the wave file.

The first thing I notice is that I've got DeleteWavFile = TRUE in the ini, but the in parameters in the log say DeleteWavFile = FALSE.

If I monitor the file system as MAREO is running, I notice that the mp3 file is created, and then the m4a file, and then as MAREO exits, the mp3 file is deleted and the wave file and the m4a file remain.

If I repeat the experiment, with the only difference being that I change the file extention in EAC to .m32

then the wave file, the m4a file and the mp3 file all remain.

The log file from the second run:
Code: [Select]
MAREO - Multiple Applications Runner for EAC and Others - GPL Licensed
3.4 - 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:\Program Files\mareo3.4\mareo.exe" mareo.ini "g:\cds\Secret Machines\Lightning Blue Eyes (2)\Stmp54266.wav" "g:\cds\Secret Machines\Lightning Blue Eyes (2)\Stmp54266.m32" "Secret Machines" "Lightning Blue Eyes (2)" "Lightning Blue Eyes (edit)" "01" 2006 "Alt. Rock"

*** Parsed Parameters ***

IniFileName (%1) = mareo.ini
@source@    (%2) = g:\cds\Secret Machines\Lightning Blue Eyes (2)\Stmp54266.wav
@dest@      (%3) = g:\cds\Secret Machines\Lightning Blue Eyes (2)\Stmp54266.m32
@artist@    (%4) = Secret Machines
@album@    (%5) = Lightning Blue Eyes (2)
@title@    (%6) = Lightning Blue Eyes (edit)
@track@    (%7) = 01
@year@      (%8) = 2006
@genre@    (%9) = Alt. Rock

*** INI Parameters ***

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


*** PROCESSING ENCODER ORDER # 1 ***

Run Only If Last  = FALSE

NEW Extension      = mp3

TEMPORAL Full Name = g:\cds\Secret Machines\Lightning Blue Eyes (2)\Stmp54266.mp3
TEMPORAL Path Only = g:\cds\Secret Machines\Lightning Blue Eyes (2)
TEMPORAL Name Only = Stmp54266

RENAME Final File  = TRUE

FINAL Full Name    = G:\cds\Secret Machines\Lightning Blue Eyes (2)\Secret Machines - 01 Lightning Blue Eyes (edit).mp3
FINAL Path Only    = G:\cds\Secret Machines\Lightning Blue Eyes (2)
FINAL Name Only    = Secret Machines - 01 Lightning Blue Eyes (edit)

EXECUTING: C:\WINDOWS\bin\lame.exe -b 32 -B 320 -m j -p -V 0 --lowpass 19.5 -q 0 --vbr-new --ignore-tag-errors --ta "Secret Machines" --tl "Lightning Blue Eyes (2)" --tt "Lightning Blue Eyes (edit)" --tn "01" --ty "2006" --tg "Alt. Rock" "g:\cds\Secret Machines\Lightning Blue Eyes (2)\Stmp54266.wav" "g:\cds\Secret Machines\Lightning Blue Eyes (2)\Stmp54266.mp3"

EXECUTION: SUCCESS

DIRECTORY "G:\cds\Secret Machines\Lightning Blue Eyes (2)" allready exists.

RENAMING: g:\cds\Secret Machines\Lightning Blue Eyes (2)\Stmp54266.mp3 => G:\cds\Secret Machines\Lightning Blue Eyes (2)\Secret Machines - 01 Lightning Blue Eyes (edit).mp3 ... SUCCESS



*** PROCESSING ENCODER ORDER # 2 ***

Run Only If Last  = FALSE

NEW Extension      = m4a

TEMPORAL Full Name = g:\cds\Secret Machines\Lightning Blue Eyes (2)\Stmp54266.m4a
TEMPORAL Path Only = g:\cds\Secret Machines\Lightning Blue Eyes (2)
TEMPORAL Name Only = Stmp54266

RENAME Final File  = TRUE

FINAL Full Name    = G:\cds\Secret Machines\Lightning Blue Eyes (2)\Secret Machines - 01 Lightning Blue Eyes (edit).m4a
FINAL Path Only    = G:\cds\Secret Machines\Lightning Blue Eyes (2)
FINAL Name Only    = Secret Machines - 01 Lightning Blue Eyes (edit)

EXECUTING: C:\WINDOWS\bin\NAACEnc.exe -transcode -lc "g:\cds\Secret Machines\Lightning Blue Eyes (2)\Stmp54266.wav" "g:\cds\Secret Machines\Lightning Blue Eyes (2)\Stmp54266.m4a"

EXECUTION: SUCCESS

DIRECTORY "G:\cds\Secret Machines\Lightning Blue Eyes (2)" allready exists.

RENAMING: g:\cds\Secret Machines\Lightning Blue Eyes (2)\Stmp54266.m4a => G:\cds\Secret Machines\Lightning Blue Eyes (2)\Secret Machines - 01 Lightning Blue Eyes (edit).m4a ... SUCCESS


~~~ Encoder Orders Ends ~~~

DeleteWaveFile is FALSE.


+++ DONE +++

NO errors ocurred.



It is exactly the same (except for EAC's random temporary file names).  The m4a extention is what iTunes requires mp4 files to have in order to transfer them to the iPod incase anyone was wondering.

MAREO shouldn't be locking the INI. Is in read-shared mode. What he could be locking, is the LOG file. If you set it to not write to a LOG file, it shoul be ok.

It would be very helpfull if you report your findings.

Good call, if I set LogToFile = FALSE in the ini, I can have multiple instances.  Perhaps a note in the default ini file might be helpful for those of us that have dual and quad processor machines.  Thanks!

 

MAREO 3.0 Released!

Reply #141
Mareo works perfectly for me now. For anyone using mareoLAST.ini and padding the track numbers, make sure to add the 0 also in mareoLAST.ini. So if there are 8 tracks and you are using mareoLAST.ini and padding, put 08 not 8 else it won't work.

I use Mareo with Plextools to create wavepack, mp3, use wvgain, create par2 files for my wavepackfiels, and then I've created an autoit script to copy over the log, cue sheet, and m3u files to the right directories. I also use albumart which is the only clicking I have to do. I'm going to test some cd's to see if the most relevant cover is always first, and if so maybe create an autoit script to do this automatically also.

Thanks kwanbis for your awesome utility.

MAREO 3.0 Released!

Reply #142
Mareo works perfectly for me now. For anyone using mareoLAST.ini and padding the track numbers, make sure to add the 0 also in mareoLAST.ini. So if there are 8 tracks and you are using mareoLAST.ini and padding, put 08 not 8 else it won't work.

good point, i would add it to the documentation.

and then I've created an autoit script to copy over the log, cue sheet, and m3u files to the right directories.

you mean you copy mareo's log to some dir?

MAREO 3.0 Released!

Reply #143

Mareo works perfectly for me now. For anyone using mareoLAST.ini and padding the track numbers, make sure to add the 0 also in mareoLAST.ini. So if there are 8 tracks and you are using mareoLAST.ini and padding, put 08 not 8 else it won't work.

good point, i would add it to the documentation.

and then I've created an autoit script to copy over the log, cue sheet, and m3u files to the right directories.

you mean you copy mareo's log to some dir?


No the log from  plextools.

MAREO 3.0 Released!

Reply #144
No the log from  plextools.

You can automate that with MAREO:

1) Create a file with notepad, and place it where MAREO.exe is. Lets call it MAREOrename.cmd
2) inside it, put: copy %1 %2
3) Now, that would need to run when MAREO ends ripping the whole album, so, add to MAREO.ini an encoder like this:

ONLYIFLAST = TRUE
PATH = C:\Music\@artist@ - @album@\
FILENAME = C:\Music\@artist@ - @album@\@artist@ - @album@
EXTENSION = log
ENCODER = MAREOrename.cmd
PARAMETERS = FULL_PATH_TO_THE_LOG_FILE @destfinalfullname@
RENAME = FALSE

MAREO 3.0 Released!

Reply #145
Is it somehow possible to automate mareoLAST by passing in %x as a user defined parameter from EAC? (%x being the total number of tracks)

MAREO 3.0 Released!

Reply #146
There might be a bug, kwanbis!

I set up MAREO to produce mp3s (with id3- and ape-tags, so i had to use wapet.exe) and flac-files. I think i got everything as it should but the mp3 got deleted and the wav stayed. The old problem again...

MAREO only works as supposed if i put the "RENAME"-line between "ENCODER" and "PARAMETERS". It also works if it is under "ONLYIFLAST", but not if it is below "PARAMETERS" (or in the last line of the block?).

According to the log-file mareo ignored the "RENAME"-line of the second encoder and took the setting of the first encoder while the first encoder didn't have a setting for "RENAME". That's why i tried to move up this line.


Other strange thing: i tried to add a "totaltracks"-tag to the files (thats why i use wapet). "%x" in EAC gives it to MAREO as the 10th parameter but both wapet and flac write @1@ to the tag-field. Is MAREO ignoring the 10th placeholder? The log-file says it's recieving the Totaltracks-parameter and is listing it (for example "12") but in the command lines of the encoders "@1@" appears instead of "12". I also tried "@10@" to "@13@" in the parameter-line with no effect.


Here my almost working ini:
Code: [Select]
PaddingZeros = 2

LogToScreen = TRUE

LogToFile = TRUE

DeleteWavFile = FALSE


; ---------------------------------------------------------------------------------------------------------------------------
; LAME mp3 with ID3v1 and APEv2 TAGS (requires wapet.exe)
; ---------------------------------------------------------------------------------------------------------------------------

ONLYIFLAST = FALSE
RENAME = FALSE
PATH = e:\Eigene Dateien\Eigene Musik\@artist@\[@year@] @album@
FILENAME = @artist@ - @track@ - @title@
EXTENSION = mp3
ENCODER = wapet.exe
PARAMETERS = "@dest@" -t "Artist=@artist@" -t "Album=@album@" -t "Title=@title@" -t "Track=@track@" -t "Year=@year@" -t "Genre=@genre@" -t "Comment=ripped by start" -t "Totaltracks=@1@" lame.exe -V 4 --vbr-new --id3v1-only --ignore-tag-errors --ta "@artist@" --tt "@title@" --tl "@album@" --ty "@year@" --tn "@track@" --tg "@genre@" --tc "ripped by start" "@source@" "@dest@"


; ---------------------------------------------------------------------------------------------------------------------------
; FLAC
; ---------------------------------------------------------------------------------------------------------------------------

ONLYIFLAST = FALSE
RENAME = TRUE
PATH = e:\musikarchiv\@artist@\[@year@] @album@
FILENAME = @artist@ - @track@ - @title@
EXTENSION = flac
ENCODER = flac.exe
PARAMETERS = -5 "@source@" -o "@dest@" -T artist="@artist@" -T album="@album@" -T title="@title@" -T tracknumber="@track@" -T date=@year@ -T genre="@genre@" -T comment="ripped by start" -T totaltracks=@1@

; EOF

MAREO 3.0 Released!

Reply #147
I also found I had to re-arrange the order of the encoder block lines.  I forgot to mention that, but you can see it in my previously posted ini file.

MAREO 3.0 Released!

Reply #148
First i wanted to referr to your problem but then i mentioned that you had rearranged the lines, too. Now it works for me up to the part with the totaltracks-field.

EAC deletes the wav and i also wrote "mp3" as file-extension in the EAC encoder settings.

One more problem i had was that wapet didn't find the lame.exe at first. I fixed this by creating a special folder "encoder" within the EAC directory and put mareo, wapet, lame and flac into this folder. Should also work if i put all encoders into the mareo-directory.

@kwanbis: what files besides mareo.exe and mareo.ini are essential for mareo to work?

MAREO 3.0 Released!

Reply #149
MAREO's only files are mareo.exe and mareo.ini.

Now, let me introduce you MAREO 4.0 BETA1:

1) the placeholders are called <XXXX> instead of @XXXX@, which looks cleaner.
2) It recongizes virtual folders, and it can be used as in placeholders:
<APPDATA> <CDBURN_AREA> <COMMON MUSIC> <DESKTOP> <DESKTOPDIRECTORY> <LOCAL_APPDATA> <MYDOCUMENTS> <MYMUSIC> <MYPICTURES> <MYVIDEO> <PERSONAL> <PHOTOALBUMS> <PLAYLISTS> <PROFILE> <PROGRAM_FILES> <PROGRAM_FILES_COMMON> <PROGRAMS> <SYSTEM> <WINDOWS>
3) It undestands the "filename friendly" placeholders: <cleanartist> <cleanalbum> <cleantitle> <cleantrack> <cleanyear> <cleangenre>
4) If you specify the Lastrack option as 1, it matches at 1, or at 01.

Test here: http://www.webearce.com.ar/mareo4b1.rar