[WDX] Exif Plugin

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

Moderators: white, Hacker, petermad, Stefan2

User avatar
Hacker
Moderator
Moderator
Posts: 13064
Joined: 2003-02-06, 14:56 UTC
Location: Bratislava, Slovakia

Post by *Hacker »

Thank you.
in readme.txt, you wrote:How to contact me
-----------------
[...]
Total Commander support forum [...] send a private message to titanium (that's me :-)
PM's are disabled here, sorry. :(

I am eagerly waiting for Canon Makernote support. :)

Thanks
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.
titanium
Junior Member
Junior Member
Posts: 51
Joined: 2003-11-07, 10:37 UTC
Location: Israel

Post by *titanium »

Hacker wrote: PM's are disabled here, sorry. :(

Roman
Didn't know that :oops:

The Cannon makernote is the first in line. I just wonder if to add it to the plug-in as is (the list of fields will be very very long) or to make every makernote as a seperate plug-in.

:?:
User avatar
Hacker
Moderator
Moderator
Posts: 13064
Joined: 2003-02-06, 14:56 UTC
Location: Bratislava, Slovakia

Post by *Hacker »

The Cannon makernote is the first in line. I just wonder if to add it to the plug-in as is (the list of fields will be very very long) or to make every makernote as a seperate plug-in.
Longer than the original list? I'd suggest making submenus, like:

Common EXIF
Canon Makernote
Nikon Makernote

etc.

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.
titanium
Junior Member
Junior Member
Posts: 51
Joined: 2003-11-07, 10:37 UTC
Location: Israel

Post by *titanium »

Hacker wrote: Longer than the original list? I'd suggest making submenus
It will be longer since I will have to add more fields.

Unfortunetly, the plugin interface does not allow for submenus (at least I think so) :cry:
titanium
Junior Member
Junior Member
Posts: 51
Joined: 2003-11-07, 10:37 UTC
Location: Israel

Post by *titanium »

Hi to all,

Version 1.43b of the EXIF plug-in is available at: http://freespaces.com/exif/exif143.zip

The source code can be found at: http://freespaces.com/exif/exif143source.zip

This version adds support for the Canon MakerNote - fields that are available only in pictures taken by Canon cameras.

The original EXIF fields are unchanged.

Enjoy
User avatar
Hacker
Moderator
Moderator
Posts: 13064
Joined: 2003-02-06, 14:56 UTC
Location: Bratislava, Slovakia

Post by *Hacker »

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.
User avatar
Hacker
Moderator
Moderator
Posts: 13064
Joined: 2003-02-06, 14:56 UTC
Location: Bratislava, Slovakia

Post by *Hacker »

BTW: The plugin crashes with a div by 0 error using a file like:
http://thehacker.host.sk/myfiles/div0/

TIA
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.
titanium
Junior Member
Junior Member
Posts: 51
Joined: 2003-11-07, 10:37 UTC
Location: Israel

Post by *titanium »

Hacker wrote:BTW: The plugin crashes with a div by 0 error using a file like:
http://thehacker.host.sk/myfiles/div0/
Hi Hacker


I assume that you are refering to the file errby0.jpg found in this directory.

I tried it and it works fine for me. Can you elaborate about when the crash happens (during a column view or during a search) and what fileds are you trying to view/search?

Thank You
User avatar
Hacker
Moderator
Moderator
Posts: 13064
Joined: 2003-02-06, 14:56 UTC
Location: Bratislava, Slovakia

Post by *Hacker »

Hi,
I assume that you are refering to the file errby0.jpg found in this directory.
Yes, that is correct. :)
Can you elaborate about when the crash happens (during a column view or during a search) and what fileds are you trying to view/search?
Oh of course, sorry. Column view or Thumbnail view with [=exif.ExposureTimeFraction]

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.
titanium
Junior Member
Junior Member
Posts: 51
Joined: 2003-11-07, 10:37 UTC
Location: Israel

Post by *titanium »

The bug discovered by Hacker was fixed in version 1.44b.

Version 1.44b of the EXIF plug-in is available at: http://freespaces.com/exif/exif144.zip

The source code can be found at: http://freespaces.com/exif/exif144source.zip

Enjoy
User avatar
Hacker
Moderator
Moderator
Posts: 13064
Joined: 2003-02-06, 14:56 UTC
Location: Bratislava, Slovakia

Post by *Hacker »

Thank you! :D

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.
Norbert
Member
Member
Posts: 120
Joined: 2003-10-19, 21:18 UTC

Post by *Norbert »

@titanium

Could you please add the following changes to your source?

--- C:\exif144.cpp Tue Feb 15 10:22:26 2005
+++ C:\exif144.cpp.new Tue Feb 15 11:25:25 2005
@@ -8,3 +8,3 @@

-#define _detectstring "EXT=\"JPG\" | EXT=\"JPEG\" | EXT=\"TIFF\" | EXT=\"CRW\" | EXT=\"THM\""
+#define _detectstring "EXT=\"JPG\" | EXT=\"JPEG\" | EXT=\"JPE\" | EXT=\"TIFF\" | EXT=\"TIF\" | EXT=\"CRW\" | EXT=\"THM\""

@@ -1032,3 +1032,3 @@
if (!(stricmp(p,".jpg")==0 || stricmp(p,".jpeg")==0 || stricmp(p,".tiff")==0
- || stricmp(p,".crw")==0 || stricmp(p,".thm")==0))
+ || stricmp(p,".jpe")==0 || stricmp(p,".tif")==0 || stricmp(p,".crw")==0 || stricmp(p,".thm")==0))
return ft_fileerror;


Regards
Norbert
titanium
Junior Member
Junior Member
Posts: 51
Joined: 2003-11-07, 10:37 UTC
Location: Israel

Post by *titanium »

Norbert wrote: Could you please add the following changes to your source?
Hi Norbert

I will add the TIF extension. I don't have any files in the JPE format so I cannot test if the plug-in works correctly with this format.

Could you send me some files in this format or point me to a web site that contains such files?

Thanks :D
Norbert
Member
Member
Posts: 120
Joined: 2003-10-19, 21:18 UTC

Post by *Norbert »

Hi, Titanium

I need only the tif-extension. The jpe-extension was a wish from the german forum ( http://www.ghisler.ch/board/viewtopic.php?t=6501 ).
I assume that jpe-files are renamed jpg-files.

Thanks
Norbert
titanium
Junior Member
Junior Member
Posts: 51
Joined: 2003-11-07, 10:37 UTC
Location: Israel

Post by *titanium »

Hi all

I have added the .tif and .jpe extension.

Version 1.45b of the EXIF plug-in is available at: http://freespaces.com/exif/exif145.zip

The source code can be found at: http://freespaces.com/exif/exif145source.zip

Enjoy
Post Reply