-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can you bulk remove cover art in either CLI or GUI? #124
Comments
Only the CLI support handling multiple files at once. Checkout the according README section for how to use the CLI. When using Windows, also take note of the Windows-specific remarks. In this case you would basically use |
oh i clearly missed that. I will take a look again. Thanks! |
Just a follow up: I tried: *tageditor set cover= -f .mp4 while having the exe in the folder where the files are located, but am getting an unrecognized command error. If not. would I need to list all 1000 files in that command or break it up into parts? Sorry, I'm pretty bad at understanding CLI stuff. |
No, wildcards are not supported by the Tag Editor itself. However, you can normally do this on shell level, e.g. when using Bash |
OK. I will see if I can find a work around. If not, I'll just use the GUI and click on each file. How bad could it be? XD Thanks for the help! |
Hello. Is there a way to bulk remove the cover art from mp4 files via the CLI or GUI versions?
The text was updated successfully, but these errors were encountered: