When tagging media files from a text file, how do I format newline characters within the text file for fields that are to contain multiple lines (such as long descriptions or lyrics)?
For example, for a file named Frère Jacques.mp3 that I would like to tag the unsyncedlyrics field with:
Frère Jacques, Frère Jacques
Dormez-vous, dormez-vous?
Sonnez le matines, sonnez le matines
Ding ding dong, ding ding dong
The intention would be to use a format string of %_filename_ext% \ %unsyncedlyrics% and the line in the text file to start:
Frère Jacques.mp3 \ fre||Frère Jacques, Frère Jacques
How would I continue this line within the text file to add a newline character followed by the second line of the lyrics?