Connoisseur
Platinum Member
So I have a pretty old collection of music that i've acquired over several years and am just now getting to properly name and tag them. The issue was that a lot of them have inconsistent naming and many of them didn't have tagging. Thus, I imported the file listing into SQL and spent a good deal of time pulling out the Artist/Track Name based on the filenames as well as known info. Now that I have this info (full path, filename, artist, title), I want to be able to:
1) Rename the files according to Artist - Track.type
2) Apply the proper Artist and Track title to the ID3 tags for every file.
The issue with renaming the files is that some of the titles and artists have forbidden characters (/,\,<,>,: etc.). in order to name them, i'd have to replace these characters with accepted characters which would probably throw off the tagging. Any suggestions on a mass tagger that can take an input from a table or a text file? Any suggestions on renaming the files?
1) Rename the files according to Artist - Track.type
2) Apply the proper Artist and Track title to the ID3 tags for every file.
The issue with renaming the files is that some of the titles and artists have forbidden characters (/,\,<,>,: etc.). in order to name them, i'd have to replace these characters with accepted characters which would probably throw off the tagging. Any suggestions on a mass tagger that can take an input from a table or a text file? Any suggestions on renaming the files?