I'm getting a runtime error when I try to move files from one location to another. I've deduced that this happens when I have .lrc (lyric) files present in the same folder with names that match their song files.
I'm using an action which imports lyrics from a "txt" file by importing from a .lrc or .txt file with a matching filename.
I've noticed I get this runtime error without fail if I do not delete these txt & lrc files before initiating the move. I have also noticed mp3tag fails at the 50% mark exactly each time & during the move it seems to always move half the music files & their respective .lrc files before coming to a halt.
I can't say this is really an issue but I figured bringing it to attention may be worth while
What kind of action do you use to "move" the files? I use an action like this:
Format Value
Field:
_DIRECTORY
Format String:
D:\rips\$validate($regexp(%albumartist%,'^([^;]+)(;\s)?([^;]+)(?:.*)',$1$2$3),-)\$validate(%album%,-)
daily with loads of .lrc files and haven't run into any issues. The .lrc files get renamed and moved alongside .mp3 and .flac files without a problem.
It would probably help if you could provide the action you are trying to use as well as each step leading up to the error.
Edit:
Sorry about that, I don't think I've ever seen anyone use the "move" option. To be honest I didn't know of its existence.