Skip to content
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

Select files based on metadata #27

Open
bonelifer opened this issue Jun 7, 2022 · 2 comments
Open

Select files based on metadata #27

bonelifer opened this issue Jun 7, 2022 · 2 comments

Comments

@bonelifer
Copy link

Like to recursively search my mp3's. Find one where the ALBUMARTIST is "Various Artists" and change it to "Various". Could I get some help here?

@squell
Copy link
Owner

squell commented Jan 12, 2024

That's not (in general) yet possible with this tool (you can match parts of the filename); but it's an interesting feature request to select files based on metadata!

@squell squell changed the title Like to recursively search... Select files based on metadata Jan 12, 2024
@squell
Copy link
Owner

squell commented Jan 12, 2024

E.g, something like:

id3 -R "*.mp3" --filter "%a=[Vv]arious*" --artist "Various"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants