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

Problem with tmsu files subcommand #155

Closed
ghost opened this issue Oct 31, 2018 · 4 comments
Closed

Problem with tmsu files subcommand #155

ghost opened this issue Oct 31, 2018 · 4 comments

Comments

@ghost
Copy link

ghost commented Oct 31, 2018

I'm using tmsu 0.7.3 on a Gentoo Linux system.

Suppose you have some tagged files:

tmsu tag foo year=2018
tmsu tag bar year=2017

How can I list all files which do not have a year tag at all? The following command doesn't work correctly anymore:

 tmsu files not year

TMSU now lists both foo and bar, but in previous versions it didn't.

My use case is an e-book collection. I want to assign a year to every book, but sometimes I forget to do that.

@oniony
Copy link
Owner

oniony commented Oct 31, 2018 via email

@oniony
Copy link
Owner

oniony commented Nov 8, 2018

I'm taking a look at this now. I've managed to reproduce the problem with 0.7.3. (Please ignore my earlier, now deleted message: I managed to confused over the versions.)

oniony added a commit that referenced this issue Nov 8, 2018
@oniony
Copy link
Owner

oniony commented Nov 8, 2018

Hopefully this is all fixed now. I've added some more tests (though I think I'll need to split this implications test out into several as it's getting a bit confusing in there now).

Let me know if there are any other issues and sorry about this mess-up.

@oniony oniony closed this as completed Nov 8, 2018
@ghost
Copy link
Author

ghost commented Nov 9, 2018

Yeah, it seems to be fixed in version 0.7.4. Thank you!

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

1 participant