File tagging and tag browsing - plugin seek

Discuss and announce Total Commander plugins, addons and other useful tools here, both their usage and their development.

Moderators: Hacker, petermad, Stefan2, white

Post Reply
kretes
Junior Member
Junior Member
Posts: 3
Joined: 2008-08-15, 13:04 UTC

File tagging and tag browsing - plugin seek

Post by *kretes »

Hello.

I'm looking for a TC plugin that would let apply a tag to any file and then search all files with a specific tag(s), retag them and so on, without moving the files from original directories.

Example of usage: directory with movies. Structured in a way of category / scifi/comedy .... but: part movies I have recorded on my backup dvds, part not, and I want to know that! so i give the files tag 'recorder' and 'unrecorded' - this would be good.

Instead right now I have a recorded/not recorded directory structure which isn't the best for me.

Thanks for any suggestions. Don't know if I will find time to digg into plugin development. Anyone can assume how much time is for java programmer to learn tc plugin dev and create SUCH a plugin?
Thanks
User avatar
m^2
Power Member
Power Member
Posts: 1413
Joined: 2006-07-12, 10:02 UTC
Location: Poland
Contact:

Post by *m^2 »

Use comments.
Ctrl+Z.
icfu
Power Member
Power Member
Posts: 6052
Joined: 2003-09-10, 18:33 UTC

Post by *icfu »

For automating Ctrl+Z with always the same comment:
http://www.ghisler.ch/wiki/index.php?title=AutoHotkey:_Mark_Important_Files_Permanently

Then just search for the comments:
Alt+F7 plugins tab, tc => comment => contains
Or save that search and apply that filter with Ctrl+F12.
Or enable comments view Ctrl+Shift+F2.
Or create a custom column with tc comment, then you can also sort by comment.

Branch view Ctrl+B can help you too.

Icfu
This account is for sale
User avatar
Sombra
Power Member
Power Member
Posts: 814
Joined: 2005-12-27, 22:23 UTC
Location: Zaragoza, Spain

Post by *Sombra »

2kretes
If you have a ntfs file system based, you can use the plugin NTFS Descriptions, too.
One example, edit NTFS_diz.ini and type this:

Code: Select all

[Streams]
0=Year
1=Genre
2=Rating
3=Comment
4=etc, etc.
Later you can make custom columns, change properties in attributes dialog, search, assign tooltips, etc.
I can read English, but... I write like Tarzan. (sorry)
kretes
Junior Member
Junior Member
Posts: 3
Joined: 2008-08-15, 13:04 UTC

Thanks

Post by *kretes »

Wow icfu!

You're great.

If I only had knew that earlier. how many seconds of my life could be saved by such a productive way of using TC!
I knew about ctrl+z but I doubt it could search criteria and column!

Great thanks a lot! Hope it will help more people
kretes
Junior Member
Junior Member
Posts: 3
Joined: 2008-08-15, 13:04 UTC

Post by *kretes »

Yes....

It's great but it has some disadvantages though.
The thing I input is in file descript.ion, so if I move one of the original file with comments to different folder I miss my comment ;\ - but anyway I can try that. BTW. TC might be so intelligent to extract comment information from this file when moving or copying original file and modify the descript.ion file in target dir.
icfu
Power Member
Power Member
Posts: 6052
Joined: 2003-09-10, 18:33 UTC

Post by *icfu »

The comments are copied and moved with the files of course.
Make sure that you don't use Explorer method (Ctrl+X/C/V) when comments are involved...

Icfu
This account is for sale
absolon
Junior Member
Junior Member
Posts: 5
Joined: 2007-05-02, 23:25 UTC

Post by *absolon »

icfu wrote:The comments are copied and moved with the files of course.
Make sure that you don't use Explorer method (Ctrl+X/C/V) when comments are involved...

Icfu
It's a great tip.
But unfortunately comment has not been moved with folder/file.
I used F5 or F6 under TotalCmd.
User avatar
fenix_productions
Power Member
Power Member
Posts: 1979
Joined: 2005-08-07, 13:23 UTC
Location: Poland
Contact:

Post by *fenix_productions »

2absolon
I might be wrong but take a look here:
Configuration -> Operation -> Copy/Delete -> General Copy+Delete options

"Use Explorer delete method" should not be checked.
"When we created the poke, we thought it would be cool to have a feature without any specific purpose." Facebook...

#128099
absolon
Junior Member
Junior Member
Posts: 5
Joined: 2007-05-02, 23:25 UTC

Post by *absolon »

fenix_productions wrote:2absolon
I might be wrong but take a look here:
Configuration -> Operation -> Copy/Delete -> General Copy+Delete options

"Use Explorer delete method" should not be checked.
Thank you for suggestion.
I have this option unchecked.
So it's still doesn't work...
icfu
Power Member
Power Member
Posts: 6052
Joined: 2003-09-10, 18:33 UTC

Post by *icfu »

The option to NOT USE is "Use copy&paste via Explorer".
Also make sure that your target is not a virtual directory.

Icfu
This account is for sale
User avatar
Hacker
Moderator
Moderator
Posts: 13142
Joined: 2003-02-06, 14:56 UTC
Location: Bratislava, Slovakia

Post by *Hacker »

And also Configuration - Options - Operation - File Comments - Copy comments with files.

HTH
Roman
Mal angenommen, du drückst Strg+F, wählst die FTP-Verbindung (mit gespeichertem Passwort), klickst aber nicht auf Verbinden, sondern fällst tot um.
absolon
Junior Member
Junior Member
Posts: 5
Joined: 2007-05-02, 23:25 UTC

Post by *absolon »

Hacker wrote:And also Configuration - Options - Operation - File Comments - Copy comments with files.
That is it! Now its working.
Thanks all for yours effort.
Post Reply