a plugin like this for xy would be great
-
little titty
- Posts: 81
- Joined: 15 Nov 2009 19:34
a plugin like this for xy would be great
With this plugin Total Commander can display and edit almost any comments, EXIF, IPTC and XMP metadata of image files.
http://www.totalcmd.net/plugring/iptcwdx.html
http://www.totalcmd.net/plugring/iptcwdx.html
Why doesn't everybody have a great user name like mine?
-
j_c_hallgren
- XY Blog Master
- Posts: 5826
- Joined: 02 Jan 2006 19:34
- Location: So. Chatham MA/Clearwater FL
- Contact:
Re: a plugin like this for xy would be great
Hi and a belated welcome to the XY forums also!
Regarding plugins: See Don's feelings on that topic here...http://www.xyplorer.com/xyfc/viewtopic. ... 730#p37730
If it can be accessed via command line/scripting, then it has potential...which...reading this http://www.exiv2.org/ page (which seems to be the core of the plugin), it seems to support, so...
Regarding plugins: See Don's feelings on that topic here...http://www.xyplorer.com/xyfc/viewtopic. ... 730#p37730
If it can be accessed via command line/scripting, then it has potential...which...reading this http://www.exiv2.org/ page (which seems to be the core of the plugin), it seems to support, so...
Still spending WAY TOO much time here! But it's such a pleasure helping XY be a treasure!
(XP on laptop with touchpad and thus NO mouse!) Using latest beta vers when possible.
(XP on laptop with touchpad and thus NO mouse!) Using latest beta vers when possible.
-
little titty
- Posts: 81
- Joined: 15 Nov 2009 19:34
Re: a plugin like this for xy would be great
yeah it looks really good but I am not clever enough with scripting to use this with xy, I can easily use this with TC and it works great. However I would like to switch to XY for other reasons
Why doesn't everybody have a great user name like mine?
-
j_c_hallgren
- XY Blog Master
- Posts: 5826
- Joined: 02 Jan 2006 19:34
- Location: So. Chatham MA/Clearwater FL
- Contact:
Re: a plugin like this for xy would be great
Is there a particular function that you presently use (ideally the most used one) that could be used to test how/if this core plugin could be adapted to use with XY?little titty wrote:yeah it looks really good but I am not clever enough with scripting to use this with xy, I can easily use this with TC and it works great. However I would like to switch to XY for other reasons
And a screen shot of how that function looks/works in TC? I don't have TC so....
BTW, I found this area of their site to a good reference for EXIF & IPTC field documentation: http://www.exiv2.org/metadata.html
Still spending WAY TOO much time here! But it's such a pleasure helping XY be a treasure!
(XP on laptop with touchpad and thus NO mouse!) Using latest beta vers when possible.
(XP on laptop with touchpad and thus NO mouse!) Using latest beta vers when possible.
Re: a plugin like this for xy would be great
XYplorer already has a scripting command called 'property' that you can use to display properties of files. For example will give you the EXIF date of when that image was taken. That's display covered. I am sceptical that introduction of an ability to edit those fields will be as easy to edit information in MP3 files. Don would be a better person to answer this side of the wish.
Code: Select all
msg property("WhenTaken", "F:\IMG_1926.JPG");Reporting a bug? Have a wish? Got a question? Use search - View roadmap - FAQs: Forum + XY site
Windows 7/10
Always using the latest stable two-decimal build
Windows 7/10
Always using the latest stable two-decimal build
-
serendipity
- Posts: 3360
- Joined: 07 May 2007 18:14
- Location: NJ/NY
Re: a plugin like this for xy would be great
One of the best ones i have seen is ExifTool:little titty wrote:With this plugin Total Commander can display and edit almost any comments, EXIF, IPTC and XMP metadata of image files.
http://www.totalcmd.net/plugring/iptcwdx.html
http://www.sno.phy.queensu.ca/~phil/exiftool/
It is a nifty command line tool, which means one can use XY to easily read/write EXIF data. As an experiment I tried two things:
Code: Select all
"Generate Text"
//Save Exif data to text file
run "cmd /k ""C:\Program Files (x86)\Exiftool\exiftool.exe"" -k -a -u -g1 -w txt <curitem>";
"Add Comment"
//Write the XY's comment to Image's EXIF
$comment = report ("{Comment}",1);
run "cmd /k ""C:\Program Files (x86)\Exiftool\exiftool.exe"" -comment=$comment <curitem>";See list of tags you can read/write:
http://www.sno.phy.queensu.ca/~phil/exi ... index.html
PS: you never reported back to this thread:
http://www.xyplorer.com/xyfc/viewtopic. ... 08&start=0
-
little titty
- Posts: 81
- Joined: 15 Nov 2009 19:34
Re: a plugin like this for xy would be great
Thanks for the info, I stopped reporting my vain attempts at searching comments on the thread you mentioned as it just didnt work, now it does with ver 8.7serendipity wrote:One of the best ones i have seen is ExifTool:little titty wrote:With this plugin Total Commander can display and edit almost any comments, EXIF, IPTC and XMP metadata of image files.
http://www.totalcmd.net/plugring/iptcwdx.html
http://www.sno.phy.queensu.ca/~phil/exiftool/
It is a nifty command line tool, which means one can use XY to easily read/write EXIF data. As an experiment I tried two things:
So, technically you can read/write anything from/to your files using ExifTools + XY scripting.Code: Select all
"Generate Text" //Save Exif data to text file run "cmd /k ""C:\Program Files (x86)\Exiftool\exiftool.exe"" -k -a -u -g1 -w txt <curitem>"; "Add Comment" //Write the XY's comment to Image's EXIF $comment = report ("{Comment}",1); run "cmd /k ""C:\Program Files (x86)\Exiftool\exiftool.exe"" -comment=$comment <curitem>";
See list of tags you can read/write:
http://www.sno.phy.queensu.ca/~phil/exi ... index.html
PS: you never reported back to this thread:
http://www.xyplorer.com/xyfc/viewtopic. ... 08&start=0
I would still like an easier- user friendly way to edit exif info with xyplorer as at the moment I have to switch to a dedicated image prog. and think if would be great to be able to do it within xyplorer, especially as it is already so great at viewing images, the image popup feature is really cool and this makes it better for me than say total commander or another explorer. I just posted this here because it is a "wish list" after all.
Why doesn't everybody have a great user name like mine?
Re: a plugin like this for xy would be great
While I would agree (in a broad sense) that with scripting + *, most things can be accomplished, the cost to make it work in the first place for the layman user can often outweigh most benefits in the first place. As a photographer, I'd agree this would be a handy feature and being that lots of additions to XY seem to be made to support photos, I'm surprised EXIF hasn't been more readily incorporated.
-
admin
- Site Admin
- Posts: 64886
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: a plugin like this for xy would be great
Changing the EXIF date means changing the file contents -- IMO not something that is expected out of the box from a file manager.Jeeves wrote:While I would agree (in a broad sense) that with scripting + *, most things can be accomplished, the cost to make it work in the first place for the layman user can often outweigh most benefits in the first place. As a photographer, I'd agree this would be a handy feature and being that lots of additions to XY seem to be made to support photos, I'm surprised EXIF hasn't been more readily incorporated.
FAQ | XY News RSS | XY X
Re: a plugin like this for xy would be great
Agreed. Was just commenting on the frequency of changes relating to photos and that EXIF handling of some type hadn't been more incorporated than scripting. But I believe scripting is by far the iceberg (in that there is much much more below the surface that people don't often see) of XY. Personally, I don't often need to modify EXIF information as I use it for cataloging and notation. Changing it always seemed sketchy to me. IPTC and XMP seem far more likely to be modified. But that may just be me.admin wrote:Changing the EXIF date means changing the file contents -- IMO not something that is expected out of the box from a file manager.
I'm a fan of a lightweight, fast yet "swiss-army knife" type file manager.
-
admin
- Site Admin
- Posts: 64886
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: a plugin like this for xy would be great
I do photos as well, that's why I added some photo functionality.Jeeves wrote:Agreed. Was just commenting on the frequency of changes relating to photos and that EXIF handling of some type hadn't been more incorporated than scripting. But I believe scripting is by far the iceberg (in that there is much much more below the surface that people don't often see) of XY. Personally, I don't often need to modify EXIF information as I use it for cataloging and notation. Changing it always seemed sketchy to me. IPTC and XMP seem far more likely to be modified. But that may just be me.admin wrote:Changing the EXIF date means changing the file contents -- IMO not something that is expected out of the box from a file manager.
I hope you are talking about this one.Jeeves wrote:I'm a fan of a lightweight, fast yet "swiss-army knife" type file manager.
FAQ | XY News RSS | XY X
Re: a plugin like this for xy would be great
Don't know of any other that I hold a lifetime license to ;-)I hope you are talking about this one.Jeeves wrote:I'm a fan of a lightweight, fast yet "swiss-army knife" type file manager.
I'm not a fan of file managers that pack in MB's of libraries and code for minor functionality.
XYplorer Beta Club