I like this feature of Mp3tag, but I'm having 2 problems with it.
If the artist or title contains Unicode data (or strange characters), an error in mp3tag pops up, and it doesn't copy over the file. Is there are way to make mp3tag remove the strange character before writing it to the filename?
Is is possible to copy over the cover art thats in the current directory as well?
Here's the current code i'm using:
Field:
_FILENAME
Format string
%artist%\%year% - %album%\%track% - %artist% - %title%
I have no problems creating unicode folders/filenames. Do you use the latest version?
Can you tell the exact error message? (just press Ctrl+C to copy it)
But you can try the $ansi() function that converts the string to your system codepage and unsupported characters become question marks.
$validate() and $replace() can also be useful
Note possible. A little help is _DIRECTORY which just renames the directory (all files stay together)
Waiting for the Sirens Call\New Order - Who's Joe.mp3"
could not be renamed to "E:\Music\Assorted Albums\DVD
01\New Order\2005 - Waiting for the Sirens Call\New
Order\2005 - Waiting For The Sirens Call\01 - New Order
Who's Joe?.mp3".
Do you want to continue?
Yes No
Thats the error that pops up.
I would like to keep it totally silent with no user intereation. Plus the fact the file gets left behind in the original dir.
I'm gonna play around with the info you provided to see if I can get what I want done.