Convert "TXXX" lyrics to "USLT" lyrics

End goal:
Use Tag-Tag converter to copy existing lyrics from the “TXXX” frame to the “USLT” frame.

Intermediate goal:
Create two custom columns; one that shows lyrics already in the USLT frame, and one that shows them in the TXXX frame. This will allow me to easily determine which files need correction. I am not 100% sure this goal is strictly necessary. However, I’m pretty sure I need to confirm the exact frame I’m copying from, and I’m having a hard time identifying it in Mp3Tag.

Starting point:
I used Foobar2000’s OpenLyrics plugin to bulk download lyrics and changed a setting I should not have. This appears to have caused the lyrics to download to the TXXX frame instead of the USLT frame. My Android music player, Musicolet, requires them in the USLT frame. I (believe I) have corrected the setting in Foobar so this should not be an issue going forward.

That said, I have quite a few files that I need to correct, and if I have not actually corrected the root problem, I may need to correct more in the future.

What I’ve done:
Read the Mapping documentation - I can’t see how it would apply to my issue (not saying it doesn’t, just that I can’t figure it out) :upside_down_face: .
Read several threads that appear to be related but don’t seem to have applicable information

Tried several permutations of custom column names; example below.

MP3 Diag shows “Gin and Juice“ as having the lyrics in the USLT frame:

MP3 Diag shows “The Transformers theme” as having the lyrics in the TXXX frame:

However both songs show the lyrics in column that I have tried to assign to the “unsyncedlyrics” frame (column title “USLT Lyrics (I think)”):

And do not show lyrics in the column I have tried to assign to the “TXXX” frame (column title “TXXX Lyrics”)

In MP3tag, select a single file from which you know that it has got the lyrics from Foobar.
Open the extended tags dialogue Alt-T and see the field name for the lyrics data.
Use this fieldname for all further references in MP3tag.

To copy data from e.g. LYRICS to UNSYNCEDLYRICS, use Convert>Tag-Tag for field UNSYNCEDLYRICS
Format string: %lyrics%

Thank you, ohrenkino,

they both show the lyrics in “UNSYNCEDLYRICS”.

This one shows the lyrics in the USLT frame in MP3Diag:

This one shows the lyrics in “TXXX” in MP3 Diag:

Please save the files again in MP3tag. This should transform the field from a user-defined field to a standard one.
An indicator would be that the language token is inserted at the front.

Yep, that did it. Thank you!