I am using Mac OS Catalina version 10.15.5 with Audacity version 2.4.1
When I export a file, it pops up a “Edit Metadata Tags” window. When I click at “Add” button, it dose add a line for me to type. But after I did that and export the file. The file does not contain the added line at all.
Please advise what I did wrong. Thank you in advance.
What Tag are you adding? What Value? How do you check that the Tag and Value are written to the exported file? What file format (MP3, AIF, WAV etc) are you exporting to.
– Bill
So, with Audacity 2.4.1 on macOS 10.14.5, I import an MP3 that has metadata tags. Here’s what I get:
I edit the metadata to add a copyright line
I export this as MP3.
Then I close the project, create a new project, and import the MP3 I just exported, which should have the added tag.
This is what I see when I do Edit > Metadata
So I don’t understand why this doesn’t work for you. Are you doing something different?
Another thing: when I use my Mac to check file property, everything appears but the added line does not. I don’t know whether it is Mac issue or Audacity issue.
The ID3 information you are entering is added to the file as a ‘TXXX’ frame, not a ‘TCOP’ frame. By “file property” I assume you mean what is shown in the “Get Info” window.
If you really want to see what is inside the file, I suggest using Hex Fiend.
If your only purpose in opening then resaving the file is to add copyright information, perhaps you would be better off using one of the free ID3 tag editors available through the App Store. Opening an MP3 in Audacity then re-encoding (exporting) as an MP3 will always result in some loss in audio quality.
– Bill
If you download it, have a look at its configuration window (“tools” icon in the top toolbar), click the “Keyboard Shortcuts” tab and note the eerie similarity to Audacity’s Key Bindings prefs pane.
The Kid3 application allows the creation of a real TCOP tag. It does not enforce “begins with a year and a space character” when entering the value of the tag, but will highlight the field as a “standard violation” if the file is saved with a non-standard TCOP tag and read back in.
So, after all this, my recommendation (“I am not a lawyer!”) is: if you want to add a “real” copyright (TCOP) tag to your files, use Kid3. When Audacity writes ID3 tags outside the “seven permanent tag names” (Metadata Tags Editor - Audacity Manual), it writes a “TXXX” tag.