I've just downloaded MP3 tag and I must say that it's the best program of it's sort I have found on the internet (and I have looked long and hard for something that would do what I wanted)
Now I have a lot of MP3 files that I wanted to convert to Ogg Vorbis and the converter I have does not copy the tags across. So I thought - easy. I have this wonderful new tag manager that does mp3 tags and ogg comments.
So I found the export, setup the format to just do the tags that I use, exported one album, looked at it in notepad and everything looked just fine.
So I went to the Convert menu and found the Taglist file - Tag menu choice and in the first box put the file name I had jsut created and in the format strig box pasted the format string from the export option. I mean, it has to be the same.
Ticked the Preview Only box and pushed the button. Nothing happened. Just got a list of the highlighed filenames in the window that popped up. No tags.
After some head scratching (ouch splinters) I discovered that the format string has extra spaces in it and those extra spaces have to be removed, even though that format string works in the export and even though those extra spaces are in the export .txt file.
So now two things - can I remove those extra spaces from the export format and still expect it to work properly and can I change the delimiter between the tag fields to something like "|" so I don't get funny results with the "-" that is in there now?
Does the Convert menu choice trim the spaces from the text file when it puts them into a tag?
(I know that's three questions - I can't count either, OK?)
yes, you can use a different formatsting at the export configuration like %_filename_ext%|%artist%|%title%|%year%|%genre%|%comment%|%album% and import the exported tags with the same format string via the converter Taglist-File - Tag.
Please make sure, that you are using the latest Development Build, because there were some errors in the final release with the tag import.
Yes, I'm using V2.17 and I have discovered more. I changed the delimiter to "~" and set the export format to have just one space between each placeholder and delimeter. Like this:-
Could you please paste both format strings and one line of the export file enclosed in a code tag (so the spaces won't be removed by the forum software)?
I cannot just use the format from the export. Now do you see the trouble I had? I have solved my problem, but what I'm trying to do is save someone else the same trouble, cause they might not be able to find it like I did /boast
I've just tested the format strings %artist% ~ %album% ~ %title% ~ %track% ~ %year% ~ %genre% ~ %comment% and %artist% ~ %album% ~ %title% ~ %track% ~ %year% ~ %genre% ~ %comment% in both Export and Taglist-File - Tag with no problems.
The examples I showed in my last message were examples that worked. (I thought I made that quite clear). The examples that DO NOT WORK are these (as follows):-
Only the specific combination of double spacing in the export format and single spacing in the Taglist-File - Tag format will work. So if you take the Export format from Example 2 and combine it with the Taglist-File - Tag format from Example 1 you will have a working combination.