TMSU is a tool for tagging your files
1–10 of 65 posts
Re: TMSU is a tool for tagging your files
#2Re: TMSU is a tool for tagging your files
#3Re: TMSU is a tool for tagging your files
#4Too bad WinFS was canceled. Seems like no GUI support for any of these tools :(
Re: TMSU is a tool for tagging your files
#5Without the virtual file system, does this work by hashing the files? That would make it very slow to use on larger files. If I was to tag my movie collection, would TMSU have to load every byte of every movie in order to show the file tags?
https://github.com/oniony/TMSU/blob/master/src/tmsu/cli/repa...
Re: TMSU is a tool for tagging your files
#6Without the virtual file system, does this work by hashing the files? That would make it very slow to use on larger files. If I was to tag my movie collection, would TMSU have to load every byte of every movie in order to show the file tags?
You may want to check out the repair command. It seems to show that TMSU keeps track of file locations on disk. If you move a file, it can find it if it hasn't been modified. If you move and modify a file, it can't find it and will mark it missing. https://github.com/oniony/TMSU/blob/master/src/tmsu/cli/repa...
Re: TMSU is a tool for tagging your files
#7Without the virtual file system, does this work by hashing the files? That would make it very slow to use on larger files. If I was to tag my movie collection, would TMSU have to load every byte of every movie in order to show the file tags?
You may want to check out the repair command. It seems to show that TMSU keeps track of file locations on disk. If you move a file, it can find it if it hasn't been modified. If you move and modify a file, it can't find it and will mark it missing. https://github.com/oniony/TMSU/blob/master/src/tmsu/cli/repa...
Re: TMSU is a tool for tagging your files
#8Without the virtual file system, does this work by hashing the files? That would make it very slow to use on larger files. If I was to tag my movie collection, would TMSU have to load every byte of every movie in order to show the file tags?
[1] https://github.com/oniony/TMSU/blob/master/src/tmsu/common/f...
Re: TMSU is a tool for tagging your files
#9Basically, if you have so many files that it's worth tagging them, you need to spend a lot of time tagging, and if you have so few that it's reasonable to tag them all, you don't need this system. If you have a manageable number but expect tagging to be useful in the near future, then this might be useful.
I'd be interested in hearing from people who have found a use for TMSU.
Re: TMSU is a tool for tagging your files
#10I remember looking at this a few years ago. My main reason for not using it was the time it would have taken to tag all my files. Basically, if you have so many files that it's worth tagging them, you need to spend a lot of time tagging, and if you have so few that it's reasonable to tag them all, you don't need this system. If you have a manageable number but expect tagging to be useful in the near future, then this…
edit: too bad it isn't on ubuntu repositories. I've a personal policy to avoid programs outside the repositories