Hi,
Thanks for letting me know. The scripts look very interesting and it's always good to see how TMSU is being used in the wild. Some kind of user interface has been at the back of my mind but the core functionality is taking up so much of my time that I have barely thought about it. I'll be interested to see how this grows.
Linking up with existing (embedded) meta data is also on the road map.
Happy new year,
Paul
It's a fair point. I haven't thought much about the UI but you're right, compatibility with existing file managers would probably be more useful. That said, I think what you have done with scripts is the right way to do it. The command line interface should be the way other programs interact with it and a second, library interface would add very little. To get the list of tags for a file, for example, the file manager can call into 'tmsu tags PATH' (directly or via scripts). I have tried this with feh image viewer and it works reasonably well.