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 settings to organize FLAC & MP3 files using EAC (Read 34428 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

MAREO settings to organize FLAC & MP3 files using EAC

Reply #51
EDIT: Notes, EAC must not know it's a VA album, so, uncheck, and call the  ARTIST "V.A." (no quotes)

MAREO settings to organize FLAC & MP3 files using EAC

Reply #52
Link doesn't work for me (404).
I'm on a horse.

MAREO settings to organize FLAC & MP3 files using EAC

Reply #53
EDIT: Notes, EAC must not know it's a VA album, so, uncheck, and call the  ARTIST "V.A." (no quotes)


How do you do that in EAC?
Thanks!

MAREO settings to organize FLAC & MP3 files using EAC

Reply #54
Uncheck the "Various Artists" checkbox at the top of the main dialogue, and set "CD Artist" to "V.A.".
I'm on a horse.

MAREO settings to organize FLAC & MP3 files using EAC

Reply #55
There is a simpler solution for various artists with EAC and Mareo using %v as an additional parameter to build the folder name.
EAC fills the parameter with "Various" if the checkbox "Various Artists" is checked. Otherwise it fills in the artist (as with "%a").

So you can use the same EAC profile and mareo.ini for both single artist and multi artist CDs.

How to do it

In EAC, add "%v" to the command line:
Code: [Select]
mareo.ini %s %d "%a" "%g" "%t" "%n" "%y" "%m" "%v"


In mareo.ini, use [1] instead of [ARTIST] for FINALPATH:
Code: [Select]
 FINALPATH = C:\TEMP\[1] - [ALBUM]\


Example of the result

Converting to MP3 and FLAC using:
Code: [Select]
FINALPATH = C:\TEMP\[1] - [ALBUM]\
FINALNAME = [ARTIST] - [ALBUM] - [TRACKPADDED] - [TITLE]

CD Title:
Stereo Sushi 14 (CD1)

"Various Artists" is checked

Track 1 Title:
Sonny J Mason / Life Is The Music (Random Soul Stripped Vocal Mix)

Folder for all resulting files:
C:\Temp\Various - Stereo Sushi 14 (CD1)\

Filenames:
Sonny J Mason - Stereo Sushi 14 (CD1) - 01 - Life Is The Music (Random Soul Stripped Vocal Mix).mp3
Sonny J Mason - Stereo Sushi 14 (CD1) - 01 - Life Is The Music (Random Soul Stripped Vocal Mix).flac

Hope this is still useful for some of you