Paul Ruane
Paul Ruane
Yeah, this unlikely to happen. It's just not very intuitive. Better, as you suggested, would be to have a way to get a tags view from beneath a query, e.g....
Hmm, seemed to have overlooked this issue. Will take a look. Thanks.
The issue is a lot more complicated than I originally imagined. TMSU turns the path into an absolute path then into a path relative to the database root. This results...
However, I've noticed a second issue. If one specifies a path such as `--path=/` then entries relative to the database root are not returned. TMSU is oblivious to the fact...
First issue fixed (returning files not under database root directory), second issue (not returning files under database root when parent of database root specified).
Need to add integration test coverage: Where database root is `/some/path`, and where files are tagged under `/some`, `/some/path` and `/other`: * --path=/ - should return all files * --path=/other...
That's an excellent idea. This is definitely something that I can look to add. On 9 Jan 2018 3:02 pm, "Kusti Skytén" wrote: > Thanks for making tmsu, it's really...
Many thanks for reporting this issue. I will include your change as soon as possible. Paul On Mon, 11 Mar 2019, 03:00 bjornmo, wrote: > This was easy to fix...
Hi and thanks for reporting this. Yes that does seem slow. I'll take a look.
> time sqlite3 .tmsu/db 'select count(*) from (select 1 from file_tag where tag_id = (select id from tag where name = "tagname") group by file_id)'` A fairer comparison is if...