| View previous topic :: View next topic |
| Author |
Message |
nn1k3 Junior Member


Joined: 06 Feb 2007 Posts: 79
|
Posted: Tue Apr 03, 2012 6:34 am Post subject: jpg photographs comment and rank using TC |
|
|
I know that I can add a comment to a jpg photograph using TC's file/change attributes. Then I can see my comment using custom columns with [=tc.comment]. That's as far as I got.
Have you found a convenient way to comment on and rank photos using TC?
(Sorry to ask such a basic question. I didn't find a thread on this.) |
|
| Back to top |
|
 |
Hacker Moderator


Joined: 06 Feb 2003 Posts: 9133 Location: Bratislava, Slovakia
|
Posted: Tue Apr 03, 2012 7:13 am Post subject: |
|
|
nn1k3,
There is no one specific way as TC has no facilities for picture management. So it's up to everyone to choose his own system. One can use the descript.ion comments, perhaps add some ranking to the EXIF metadata, or even make use of some third-party software database (no experience on my side).
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.
Last edited by Hacker on Tue Apr 03, 2012 8:39 am; edited 2 times in total |
|
| Back to top |
|
 |
tbeu Power Member


Joined: 04 Jul 2003 Posts: 1021 Location: Germany
|
Posted: Tue Apr 03, 2012 7:38 am Post subject: |
|
|
Content plugin ImageMetaData supports read/write of JPG comment and XMP Rating (from 0 to 5). _________________ My plugins: Autodesk 3ds Max Preview, Blat Mailer, ImageMetaData (JPG Comment/EXIF/IPTC/XMP) , MATLAB MAT-file Viewer, SolidWorks Preview and more |
|
| Back to top |
|
 |
nsp Power Member


Joined: 04 Dec 2005 Posts: 718 Location: Lyon (FRANCE)
|
Posted: Tue Apr 03, 2012 7:45 am Post subject: Re: jpg photographs comment and rank using TC |
|
|
| nn1k3 wrote: | I...
Have you found a convenient way to comment on and rank photos using TC?... | You can use TCMetadataViewer by "van Dusen" (van_dusen@email.de)
It is a AU3 compiled script that take place into TotalCommander Window. You also need exif tool and.imagemagic to make it work...
-- Edited --
It seems that it not working anymore with TC 8.0 Beta. au3 script should be updated |
|
| Back to top |
|
 |
van Dusen Power Member


Joined: 16 Sep 2004 Posts: 653 Location: Sinzig (Rhein), Germany
|
Posted: Wed Apr 04, 2012 2:55 pm Post subject: TCMetaDataViewer v2.0 |
|
|
I am working on TCMetaDataViewer v2.0 for quite some time. It has some (imho nice ) new features and advancements in comparison with its predecessor and works quite well yet with 32 bit versions of TC (including TC v8.0.beta; tested on WinXP 32bit and Win7 64bit systems). Although I still find little bugs each time I am working on TCMetaDataViewer v2.0, it's imho stable enough for being released at least as a beta version. But the ReadMe document and the sample files has not been completed yet, and without them a release doesn't make sense.
Unfortunately I fail at adapting TCMetaDataViewer to the 64bit version of TotalCommander so far. I didn't find a way to get some basic information from the file panels (e.g. always get "0" when retrieving the index of the currently selected item by "_GUICtrlListBox_GetCurSel" function). Actually I even don't know, whether the file panels are still implemented as ListBox controls (as in 32 bit versions of TC) or what controls are used instead of that. Perhaps the user defined functions in GuiListBox.au3 are not 64bit compatible (of course I've installed AutoIt3 for native 64bit support and of course I know about the changed control classnames for 64bit TC)? |
|
| Back to top |
|
 |
Balderstrom Power Member


Joined: 11 Oct 2005 Posts: 2024
|
Posted: Fri Apr 06, 2012 3:01 pm Post subject: |
|
|
@vanDusen
I haven't had any problems with AutoHotkey_L (x64) with TC x64, once I changed the Control classnames.
Although with TC x64 (Lazarus) implementing all of the controls as "Window#" I doubt I will convert my TC AHK scripts. Unless Ghisler continues development of the WM_Messaging in TC 8, so that a script can directly query TC for specific things,
e.g. What a given Control's ID is. |
|
| Back to top |
|
 |
|