Hi Branaan, you have used a Mp3tag related tool, which is mainly composed for backup purpose.
The tool can also be used for transfer purpose, when the target application is able to understand the incoming text format and is able to do the necessary adjustments to re-format the data to its orginal state.
The backup data may contain special placeholder of character sequences looking like "U+xxxx".
"U+000D" represents the UTF8/ASCII number 13 control character "Carriage Return".
"U+000A" represents the UTF8/ASCII number 10 control character "Line Feed".
"U+0009" represents the UTF8/ASCII number 9 control character "Horizontal Tabulation".
You have to find out how the target application can do the necessary replacements.
You can copy the entire tag from one media file to the other media file from within Mp3tag.
Load both files, source file mp3, target file m4a, into Mp3tag.
Select the source file, choose tag copy command from the menu or press [Ctrl]+[C].
Select the target file, choose tag insert command from the menu or press [Ctrl]+[V].
You can do this 'copy and paste' method also for group of files, which must be arranged in the same order.
I do not know where the limit is and how many tags can be copied at once.
You have to find out for yourself.
Thanks DetlevD, copy and paste is a perfect solution
By curiosity, is it possible in mp3tag to replace "U+000D" by "Carriage Return" and "U+000A" by "Line Feed"? I actually thought it mp3Tag managed automatically because the file is exported and imported from mp3Tag
Look at your example song text, and be aware that there are erroneous double LineFeed sequences.
Therefore you have to use a customized replace function.
Why are you doing a lengthy full quote with no sense?
Hm, and yes, Webroot's opinion seams to be correct, because the makers of Mp3tagCompleteTags are really male persons, so it is really male ware.
Beside that you should talk with Webroot and make them aware to check their scan algorithms.
Instructions at Export or backup all tag fields say
"By default it only works if your Mp3tag settings are in %appdata%\Mp3tag
i.e. c:\Users{user}\AppData\Roaming\Mp3tag"
This "i.e." is incorrect on Windows XP, where %appdata%\Mp3tag is e.g. C:\Documents and Settings\Chris\Application Data.
Maybe you should foresee a replacement for the tab character inside the tags. I know it is weird someone has TAB inside lyrics or comments but it is not unlikely.
Personally I add $char(9),\t at the end of your $replace function.
First two columns are path (folder+filename) and filename.
Did you intend to export folderpath instead of path? Having full filename and filename int the result file is kind of odd.
One problem with mte files is the difficulty to manage "endless" lines due to carriage return limitation (it would be output in the result file).
Well, there is a trick for that ($puts command).
code code code$puts(dummy,ignore the characters including carriage return until right parenthesis
more comments
more comments
)continue code in same output line
This code would just ignore the "block" $puts(dummy,....). Carriage return(s) would be assigned to dummy variable value.
Thank you for this well-meaning tool. I have downloaded, installed and followed all of the instructions for Mp3tagCompleteTags to the letter, and have read through the various troubleshooting posts here, but donāt see anybody bring up my specific error message. My usage is as follows:
I have master folder <Artist> - [<Release Date>\ <Album Title>, with two subfolders FLAC and FLAC24. All files in FLAC have already been completely tagged to my standard. I used Mp3tagCompleteTags to export all tags (and the Import String file), and wish to import all the same tags to the files in FLAC24, which are all the same tracks as in FLAC, but in 24/192 quality. Output windows says āNo matching entry for fileā¦ā (all files). Please advise.
I think the easier way would be to copy the tags with MP3tag.
This even works for several files at a time, provided source and target files have the same order.
Anyway: have a look at the exported data which should be a plain text file and then check the filename. That has to match the target filenames.
Both sets of filenames look the same to me, but I didnāt know it was possible to copy/paste multiple filesā worth of metadata in one go. Thanks for the tip, that will be a lot easier.
Everything works fine, but in the Auto-userfields.ini, the most common tags are missing "Album", "Artists", "Year", .... Am I doing something wrong? Or is there another solution to easily create the columns and tag-panel for ALL tags?