ceo54
August 25, 2023, 2:10pm
1
Hello,
I need to remap some tag fields. I tried options -> Tags -> Mapping
I put "ITUNESCOUNTRYID" in source and "Country" in target but after tagging the files the entire field disappears.
How does this suppose to work ? Should be straight forward. I searched the forum but couldn't find the answer.
Any help will be greatly appreciated.
Thanks
Did you have a look at the documentation?
AFAI understand it: you map fields between different tag types that should be displayed as the same field in MP3tag.
If you want to copy a field contents to another field, see the FAQs:
How to copy one field value to another field?
Example how to copy the content of the ARTIST field to the ALBUMARTIST field:
Create a new action in an existing action group or make a new action group.
Action type: Format value
Field: ALBUMARTIST
Format string: %artist%
Note: If you want to copy all possible values of a field (in case you have multiple artist fields), the internal scripting function $meta_sep can be used in the format string, e.g., $meta_sep(artist,\\\\)
ceo54
August 25, 2023, 2:38pm
3
Works!!!
I must be really bad at searching. What would I do without you ? Thanks again. Your help is greatly appreciated.
Leaving solution here for anybody comes visiting
Action Type "Replace"
Field: _FIELDNAME
Original: xxxxx
Replace With: yyyyyyy
system
Closed
September 24, 2023, 2:38pm
4
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.