Paul Ruane

Results 139 comments of Paul Ruane

I'll have a look at improving the performance but I think this is acceptable performance for 0.5.0 release. I'll will spend some time post release trying to get the times...

I've just revisited this. In my (limited) tests it appears TMSU 0.7.0 takes four times as long as the sqlite query. Do you still have concerns about performance?

Many thanks for that. Seems there is room for improvement. Obviously TMSU has an overhead but that does seem rather large. I'll try to take some time to look at...

I'll take a look at this next I think.

I don't have a Mac binary, so this would suggest you're trying to run an Linux binary? You'll need to compile from source code. See also https://github.com/oniony/TMSU/issues/186

>Is there any added value in hard-coding the ./ prefix in the output? It is already implicit, and I can't think of any other CLI tool doing that by default....

Of your suggestions option 3 is probably the most palatable to me. I'm not a fan of little used options: it just adds more scope for things to go wrong,...

Interesting, yep that seems like a bug alright. For now I can only suggest doing: echo "$(tmsu tags -1 --name=never file | xargs)" The `-1` such that it continues to...

Yes, there is a gap here. tmsu tag file1 music tmsu tag file2 music=mp3 tmsu tag file3 music=vorbis tmsu tag file4 photo You can identify all of the files with...

Thanks, I'll check it out. I didn't have any luck with cross compiling in the past because of the C portion of the Sqlite library. Thanks, Paul On 29 Dec...