TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

TMSU is a tool for tagging your files

209 点作者 subleq超过 10 年前

16 条评论

slackson超过 10 年前
I 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.<p>Basically, if you have so many files that it&#x27;s worth tagging them, you need to spend a lot of time tagging, and if you have so few that it&#x27;s reasonable to tag them all, you don&#x27;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.<p>I&#x27;d be interested in hearing from people who have found a use for TMSU.
评论 #8739420 未加载
评论 #8739116 未加载
评论 #8742964 未加载
评论 #8739378 未加载
评论 #8739140 未加载
wvh超过 10 年前
I haven&#x27;t tried it yet, but at first glance, a lot of work and thought went into this tool: query parser, SQL, VFS layer, fingerprinting, file move detection (&quot;repair&quot;). The code looks pretty readable and well organised too.<p>Generally speaking, I can&#x27;t help but feel we&#x27;re not quite there yet when it comes to meta-data and flexible file system views. We&#x27;re still coming up with all sorts of cataloguing systems for different types of binary files – I just implemented a Vorbis comment (music tag) parser the other day, and that&#x27;s just one out of many formats.<p>Extended attributes (attr(5), &quot;user_xattr&quot;) are enabled by default these days on most Linux file systems, but are limited in space and I don&#x27;t see a lot of tool implementations around the functionality.<p>Sure there are some general blunt force search indexers, but overall I feel we still live in a Wild West meta-data age as opposed to the myriad of well standardised open data formats.<p>It would be nice to be able to use a (music, movie, picture, porn, whatever) site&#x27;s existing meta-data when downloading a file, or hide all work-related files from the file system when you&#x27;re at home.
评论 #8740067 未加载
sanswork超过 10 年前
I&#x27;m currently working on <a href="https://keepallthethings.com" rel="nofollow">https:&#x2F;&#x2F;keepallthethings.com</a> which offers a similar service only web based with a GUI so it will either be more useful or less for you depending on your use case. If anyone wants to try it out go through the sign up process until you hit the credit card form and stop then send me an email(in my profile) and I&#x27;ll set you up with a free account. Its just launched so there are a lot of features still on the roadmap instead of implemented but it&#x27;d be nice to have other peoples feed back&#x2F;ideas for improvements as I go.
评论 #8739745 未加载
noisy_boy超过 10 年前
The first use case that came to my mind has been the one I&#x27;ve had difficulty with for the longest - marking&#x2F;unmarking my music files to sync with my Android phone. I&#x27;ve heard Rhythmbox is good for that but what I&#x27;m looking for is a window which shows all my music with those that are also on my phone marked somehow (maybe a differently colored icon or something like that). I should be able to right click or use a shortcut to mark&#x2F;unmark the music and once done, the music on my phone is updated. Files previously present and now unmarked are deleted, files newly marked are copied.<p>I can see using TMSU for this with following approach:<p>1. Mount the VFS, to e.g. mount point &quot;mp&quot;<p>2. Using Nemo Actions (I use Linux Mint), call a script that upon executing on the selected file will do the following:<p>- toggles the &quot;sync&quot; tag (so all files with &quot;sync&quot; will show-up under &quot;mp&#x2F;tags&#x2F;sync&quot;)<p>- If the file already has a &quot;sync&quot; tag, untag it (can it be done by doing an rm on &quot;mp&#x2F;tags&#x2F;sync&#x2F;&lt;filename&gt;&quot;?)<p>- Based on tag being present or not, toggle file icon to visually indicate if the file is marked&#x2F;unmarked. I don&#x27;t know how this can be done.<p>3. Once done, we can run a simple rsync script that syncs &quot;mp&#x2F;tags&#x2F;sync&#x2F;*&quot; to the sdcard on the phone.<p>Not sure when I will get around to actually implenting this :)
rlpb超过 10 年前
git-annex has some interesting tagging functionality. It uses trees of symlinks to provide the virtual filesystem: <a href="http://git-annex.branchable.com/metadata/" rel="nofollow">http:&#x2F;&#x2F;git-annex.branchable.com&#x2F;metadata&#x2F;</a> and <a href="http://git-annex.branchable.com/tips/metadata_driven_views/" rel="nofollow">http:&#x2F;&#x2F;git-annex.branchable.com&#x2F;tips&#x2F;metadata_driven_views&#x2F;</a>
ap22213超过 10 年前
I&#x27;ve always wanted this for Windows. I wonder how hard it would be to port it.<p>In a business setting, I often see people&#x27;s desktops cluttered with files. It&#x27;d be nice to give them a virtual folder on the desktop where they can drag and drop files into in to it, with tags.
评论 #8740952 未加载
评论 #8745835 未加载
joosters超过 10 年前
Without 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?
评论 #8739073 未加载
评论 #8739050 未加载
nileshtrivedi超过 10 年前
Tags or folders - Aren&#x27;t both of them mere kludges that we use when <i>search</i> isn&#x27;t good enough?
评论 #8739720 未加载
评论 #8739624 未加载
评论 #8739385 未加载
评论 #8739421 未加载
natch超过 10 年前
I tag directories, not files. Way more sustainable over time, because there is no way I&#x27;m going to tag every single file.<p>Files tend to be better at describing themselves. To take an example from the TMSU docs, why would I ever need to tag an .mp3 file as music? If it&#x27;s an MP3, and it&#x27;s under my music directory, it&#x27;s pretty clear what it is.
评论 #8742982 未加载
galfarragem超过 10 年前
To predict where is something, I use an hierarchical folder system to organise my documents based on GTD [1]. The initial investment (file renaming) pays off on the long run.<p>[1] <a href="https://github.com/we-build-dreams/folder-system" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;we-build-dreams&#x2F;folder-system</a>
hugozap超过 10 年前
This is really cool, the virtual filesystem and query abilities makes it really powerful.
royka118超过 10 年前
How about auto tagging of you files? <a href="http://cloudfindhq.com/" rel="nofollow">http:&#x2F;&#x2F;cloudfindhq.com&#x2F;</a><p>We actually automatically tag files in Dropbox and Google Drive, so there&#x27;s no need to move files<p>disclaimer: I work here!
simula67超过 10 年前
Too bad WinFS was canceled. Seems like no GUI support for any of these tools :(
评论 #8739045 未加载
pmoriarty超过 10 年前
It would be nice if this app allowed regular expression searches of tags and spaces in tag names.
microcolonel超过 10 年前
I like a mix of hierarchy and this, glad to see somebody is trying.
fallat超过 10 年前
Hm. How could this be used efficiently for real work? I think because many of our tools are already file-based, this is not the greatest idea for uses cases that require structure. If anything tagging should be used along side hierarchical layouts...Or users should follow the standard of what &#x2F;etc, &#x2F;home, &#x2F;lib and friends are used for. They are essentially tags in directory form.<p>Take TMSU&#x27;s example command:<p>tmsu tag summer.mp3 music big-jazz mp3<p>We could come up with the same behavior WITHOUT an additional program:<p>mkdir ~&#x2F;music&#x2F;big-jazz&#x2F;mp3&#x2F;<p>ln -s ~&#x2F;Downloads&#x2F;summer.mp3 ~&#x2F;music&#x2F;big-jazz&#x2F;mp3&#x2F;summer.mp3<p>Could easily make this into a shell script.<p>Just my 2 cents.
评论 #8740224 未加载