Hello there, I have a large number of files in one folder. They all belond to different artists and albums.
If I use DIRECTORY, everything gets moved to the folder of the first album the action is used against. Is there a way to have each album go into its respective Artist>Album directory without manually creating all the necessary folders?
The downside is that any album art in the original folder doesn't get moved like it would with _DIRECTORY. Not sure what I could do about that without manual intervention?
Yes this is so.
The only way around:
Embed the covers in the audio files.
Rename only those files that need an extra folder.
Use a command shell to delete all picture files in all subfolders. del /s *.jpg
Export all cover files with an action. The upside: you get nice consistently named picture files.
Okay, so is there a way for mp3tag to check for any jpg or jpeg files in a folder and then ember them? If there is, I can add an action before running the file rename/directory change.
Thank you, I didn't know that was possible. Would I have to create a separate action to include .jpeg? Also, is there a way to suppress any errors where a file cannot be found?
Isn't this something that you can easily find out yourself?
Or yes, to confirm: the file system reacts only to those strings that you specify.
But as wildcards are allowed, you could also use *.j*g
if that leads to better results.
No, I don't think that you can suppress OS messages.