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

Tags not removed at all #59

Open
kenj1 opened this issue Nov 19, 2020 · 4 comments
Open

Tags not removed at all #59

kenj1 opened this issue Nov 19, 2020 · 4 comments

Comments

@kenj1
Copy link

kenj1 commented Nov 19, 2020

I'm using Tag version 0.10_1 on an iMac High Sierra.

I'm using "tag --remove * filename.mp4" to remove all tags. And, "tag -l filename.mp4" shows that no tags are on the file. However, if I go to Finder info for the file, it still shows multiple tags that I was trying to remove. This is happening on all files that I've attempted this on. The files are located on a Synology Raid drive attached (via ethernet) in my office to the imac.

@billiehawkins
Copy link

I"m experiencing this as well. The wildcard doesn't seem to work with the -r --remove flags.

Any workarounds?

@mrzool
Copy link

mrzool commented May 11, 2021

Quoting the tag wildcard solves the problem for me. This command worked to remove all tags from all files in the current directory:

tag -r '*' *

@billiehawkins
Copy link

Quoting the tag wildcard solves the problem for me. This command worked to remove all tags from all files in the current directory:

tag -r '*' *

This ABSOLUTELY works, thank you!

@luckman212
Copy link

It would be nice to have something besides the wildcard * char to use, because when using inside other loops or as arguments to e.g. find...exec commands, you sometimes can't use single quotes.

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

No branches or pull requests

4 participants