Page 1 of 1

multiple album artist problem

Posted: Sat Jan 17, 2009 12:51 pm
by mrbug
i've imported my big mp3 folder in MM.

the problem is that MM show in the tree 1 ALBUM FOR EACH SONG.

in the Help i've read that i've to change d album artist in the node "file to edit"... and this work! BUT THIS IS TOO BORING TO DO FOR ABOUT 658 ALBUMS!!
adding to this MM make the same joke with new album i add. today i've added a folder with 12 tracks of the same album and MM set 12 album node, 1 for each track.

Is there a script to set ALBUM ARTIST to "VARIOUS", automatically, or a script to tell MM that Album Artist haven't to be a node-discriminant??

Please, i would like to avoid Magic Node.

Help me please!

thank youu!

Re: multiple album artist problem

Posted: Sat Jan 17, 2009 12:52 pm
by nohitter151
Have you tried File | Maintain Library | Create multi-artist albums ?

Re: multiple album artist problem

Posted: Sun Jan 18, 2009 2:15 am
by mikejkelley
I'm having what I assume to be a similar problem.

I'm not sure if File | Maintain Library | Create multi-artist albums is what I need. I'm thinking that "create compilation album" would mean renaming the artists to "various". Is this correct? What I need is something that will truncate the artist field, deleting everything after the first comma.

For example, for all the tracks on Ash's Trailer, the artist is listed as;

Ash, Wheeler, Tim
Ash, Helen
Ash, etc., etc.,

where for functionalities sake it should just be

Ash

mrbug, is this what you need too?

Re: multiple album artist problem

Posted: Sun Jan 18, 2009 2:50 am
by ZvezdanD
mikejkelley wrote:What I need is something that will truncate the artist field, deleting everything after the first comma.
If you don't need to physically remove the text from the artist field, but only to display the trimmed part of this field as nodes, you could use the Magic Nodes script and the following mask:

Code: Select all

My Artist\<Artist|Left of:,>
If you want to remove the text after the first comma permanently, you could use the RegExp Find & Replace script with following settings:
Find what:

Code: Select all

,.*$
Into: Artist
Regular expression 1: checked
Replace with: empty

Re: multiple album artist problem

Posted: Sun Jan 18, 2009 3:56 am
by Mizery_Made
Mike, have you considered converting the commas over to semi-colons? "Ash; Wheeler; Tim" would display the files with this Artist set under three separate Artist nodes in the three, one of which would be "Ash." Though it would still display as "Ash; Wheeler; Tim" in the main window and in the properties, etc., which might be what you're looking to avoid, so... *shuts up now*

Re: multiple album artist problem

Posted: Sun Jan 18, 2009 10:27 am
by Bex
mrbug wrote:i've imported my big mp3 folder in MM.

the problem is that MM show in the tree 1 ALBUM FOR EACH SONG.

in the Help i've read that i've to change d album artist in the node "file to edit"... and this work! BUT THIS IS TOO BORING TO DO FOR ABOUT 658 ALBUMS!!
adding to this MM make the same joke with new album i add. today i've added a folder with 12 tracks of the same album and MM set 12 album node, 1 for each track.

Is there a script to set ALBUM ARTIST to "VARIOUS", automatically, or a script to tell MM that Album Artist haven't to be a node-discriminant??

Please, i would like to avoid Magic Node.

Help me please!

thank youu!
You could try my Tagging Inconsistencies Script (link in sig) among many things, it finds Albums with same name in same folder but different album artist and it lets you add them all to the main window so you can mass edit them all easily.