Hello, I have approx 1000 albums that are missing the "Album Artist" tag. I've been adding them manually through the batch converter and while it's easy to do I'm wondering if there's an easier way?? Thanks in advance for your recommendations.
Is there a bulk action for adding missing tags?
Collapse
X
-
Re: Is there a bulk action for adding missing tags?
are you trying to simply copy the value in the ARTIST tag to the ALBUM ARTIST tag? If so, I think there is a way to do that in bulk with ID TAG Processing. Not sure the steps, as I use mp3tag to do such things in bulk. -
Re: Is there a bulk action for adding missing tags?
Hopefully someone knows how to do that or can point me to an explanation.Comment
-
Re: Is there a bulk action for adding missing tags?
In the Rule Based Mapping window, add the following:
IF Artist=[anyvalue]
SET Album Artist=[artist]Comment
-
Re: Is there a bulk action for adding missing tags?
Thanks but I'm not finding that in the menu. I'm looking under codecs in the advanced menu of the dbpoweramp music converter.Comment
-
Re: Is there a bulk action for adding missing tags?
not sure where you're looking. But when you go into batch convert (or just convert) and select the files, the top line in the popup box is "encoding". There is a dropdown menu there that allows you to choose things like mp3 (lame), FLAC, TEST CONVERSION, etc. Near the bottom of that menu is ID TAG UPDATE codec.Comment
-
Re: Is there a bulk action for adding missing tags?
not sure where you're looking. But when you go into batch convert (or just convert) and select the files, the top line in the popup box is "encoding". There is a dropdown menu there that allows you to choose things like mp3 (lame), FLAC, TEST CONVERSION, etc. Near the bottom of that menu is ID TAG UPDATE codec.Comment
-
Re: Is there a bulk action for adding missing tags?
If I look at the files in Finder and not even go into batch/music convert and use the right click drop down menu I see an option for "convert with dbpoweramp" and when I Select that menu I see an option for "id tag update" and another menu with "manipulation' on it. If this is the right area I'm curious how I can select all my files b/c I can only get this menu when I'm highlighting source files. Ideally I'm able to edit the tags from the folder/folders containing the source files. Sorry I'm a noob to this stuff and it's all sort of greek to me.Comment
-
Re: Is there a bulk action for adding missing tags?
Launch Batch Converter, select files (as you seem to have done in your jpg image) and then click the Convert button.
In the following window you can select the ID Tag Update utility codec, if it is installed.
These instructions are based on my use of dBpoweramp for Windows and I assume it is the same process for the Apple OS.Comment
-
Re: Is there a bulk action for adding missing tags?
Launch Batch Converter, select files (as you seem to have done in your jpg image) and then click the Convert button.
In the following window you can select the ID Tag Update utility codec, if it is installed.
These instructions are based on my use of dBpoweramp for Windows and I assume it is the same process for the Apple OS.Comment
-
Re: Is there a bulk action for adding missing tags?
IF Album Artist=
SET Album Artist=[artist]Comment
-
Comment
-
Re: Is there a bulk action for adding missing tags?
Yep, that works, I tested it and confirmed the syntax in the link mville provided. I ran it on one of my large libraries and it took about 2 hours which is what I was looking for. Thanks again to the both of you! Understanding the text for id tag update manipulation will help me do some clean up as well.Comment
Comment