Moxa33
November 4, 2023, 11:18am
1
Hello !
how do I add a "word" at the end of all the artists in my database ?
Example :
I would like to add " mp3" or " flac" or " ape" after the different artist names. In one time.
I tried "(keep) mp3", it didn't keep any of the different Artist names, it just wrote (keep mp3) everywhere lol !!!
Best regards.
Alain from France (Bordeaux)
Use Convert Tag -> Tag and the
Field:
ARTIST
and the format string
%ARTIST% YourWord
You don't add it to your database. You add the word to the tag ARTIST.
This tag is part of the metadata inside your files.
BTW
This is also covered in the FAQ:
How to append the string " xyz" to the content of a tag field?
Create a new action in an existing action group and choose Format value as action type.
Field specifies the tag field the formatting rule should be applied to.
Format string must have the field placeholder for the field selected above and the string which should be appended.
Example:
If you want to append the string " xyz" to the current value of the comment field:
Action type: Format value
Field: COMMENT
Format string: %com…
Moxa33
November 4, 2023, 11:32am
3
Rhoooo
Very quickly ! Thank you so much
system
Closed
December 4, 2023, 11:32am
4
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.