Discuss and announce Total Commander plugins, addons and other useful tools here, both their usage and their development.
Moderators: Hacker , petermad , Stefan2 , white
Hacker
Moderator
Posts: 13141 Joined: 2003-02-06, 14:56 UTC
Location: Bratislava, Slovakia
Post
by *Hacker » 2005-02-06, 10:54 UTC
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
Posts: 51 Joined: 2003-11-07, 10:37 UTC
Location: Israel
Post
by *titanium » 2005-02-06, 11:19 UTC
Hacker wrote:
PM's are disabled here, sorry.
Roman
Didn't know that
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.
Hacker
Moderator
Posts: 13141 Joined: 2003-02-06, 14:56 UTC
Location: Bratislava, Slovakia
Post
by *Hacker » 2005-02-06, 13:02 UTC
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
Posts: 51 Joined: 2003-11-07, 10:37 UTC
Location: Israel
Post
by *titanium » 2005-02-06, 14:25 UTC
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)
Hacker
Moderator
Posts: 13141 Joined: 2003-02-06, 14:56 UTC
Location: Bratislava, Slovakia
Post
by *Hacker » 2005-02-09, 21:49 UTC
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.
Hacker
Moderator
Posts: 13141 Joined: 2003-02-06, 14:56 UTC
Location: Bratislava, Slovakia
Post
by *Hacker » 2005-02-14, 14:30 UTC
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
Posts: 51 Joined: 2003-11-07, 10:37 UTC
Location: Israel
Post
by *titanium » 2005-02-14, 15:08 UTC
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
Hacker
Moderator
Posts: 13141 Joined: 2003-02-06, 14:56 UTC
Location: Bratislava, Slovakia
Post
by *Hacker » 2005-02-14, 16:44 UTC
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.
Hacker
Moderator
Posts: 13141 Joined: 2003-02-06, 14:56 UTC
Location: Bratislava, Slovakia
Post
by *Hacker » 2005-02-15, 09:32 UTC
Thank you!
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
Posts: 120 Joined: 2003-10-19, 21:18 UTC
Post
by *Norbert » 2005-02-15, 10:36 UTC
@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
Posts: 51 Joined: 2003-11-07, 10:37 UTC
Location: Israel
Post
by *titanium » 2005-02-15, 11:52 UTC
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