Search found 48 matches

by SL09
11 Feb 2025 22:48
Forum: Wishes
Topic: Add 'Created date' to info when Custom Copying ?
Replies: 8
Views: 5285

Re: Add 'Created date' to info when Custom Copying ?

> overload the dialog
logically, I disagree ... I see a nice small dialog, with a long first line (file type) I don't need
OK, it was only a wish - christmas is over
> once XYplorer has been transformed to twinBasic
?? :shock:
sounds difficult. Is this possible in the _near_ future ?
by SL09
10 Feb 2025 09:51
Forum: Wishes
Topic: Add 'Created date' to info when Custom Copying ?
Replies: 8
Views: 5285

Re: Add 'Created date' to info when Custom Copying ?

Suggestion (no additional line needed :P :P )
by SL09
09 Feb 2025 18:51
Forum: Wishes
Topic: Add 'Created date' to info when Custom Copying ?
Replies: 8
Views: 5285

Add 'Created date' to info when Custom Copying ?

For copying files, I only use 'Custom Copy' (for fotos) because it maintains the 'Created date' of the file instead of setting it to the timeDate of the copying. This is sort of a killer feature ... Would it be possible to show also the info 'Created date' in addition to filename, file type, size an...
by SL09
24 Jan 2025 16:16
Forum: Script Exchange
Topic: Session Manager [v7.90]  —  Bookmark your environments: locations and/or display (save/restore tabsets and layout)
Replies: 571
Views: 310286

Re: Session Manager [v7.80]  —  Bookmark your environments: locations and/or display (tabsets and layout)

Session Manager does not work If I try to install it with ::load "SessionManager.xys"; there is a message the script file was not found ::load "C:\Program Files (x86)\XYplorer\xyscripts\SessionManager.xys" starts, but he script stops in the sub "_CreateToolbarButton"; a...
by SL09
11 Aug 2024 17:26
Forum: Script Exchange
Topic: How to show results of a script in a custom column: ?
Replies: 3
Views: 2518

Re: How to show results of a script in a custom column: ?

I got one (small) step further: In a post from 2011 I found this dialog [c.png] - altough it is quite hidden. So I created a new column and configured it (Caption, Type 'Script', Format 'Text', Trigger 'Click', Item type: 'Files', Item filter: CR2. As script, I try return datediff(filetime(<cc_item>...
by SL09
10 Aug 2024 15:28
Forum: Script Exchange
Topic: How to show results of a script in a custom column: ?
Replies: 3
Views: 2518

How to show results of a script in a custom column: ?

I saw an old forum post about creating a column with the time difference between 'CreatedDate' and 'ModifiedDate'. This is what I would need: show image files where the two are not identical [in a range from over some minutes]. However, the code I found there does nothing I would see: return datedif...
by SL09
16 Jul 2024 13:26
Forum: Bug Reports
Topic: Problem with "Set Created Date to EXIF"
Replies: 43
Views: 4878

Re: Problem with "Set Created Date to EXIF"

> frankly it is low prio. There are other things in the pipeline as well... ... and I shall enjoy them also - if I am able to find them ... I didn't realize how stupidly (un-)organized the management of data formats is. So there are .MP4 formats for every company's files ? same as in Raw files where...
by SL09
15 Jul 2024 20:51
Forum: Bug Reports
Topic: Problem with "Set Created Date to EXIF"
Replies: 43
Views: 4878

Re: Problem with "Set Created Date to EXIF"

Maybe this could help ?? but I have no idea about programming ... In https://exiftool.org/forum/index.php?topic=14509.0 Phil Harvey writes: "There is no standard for EXIF in video files, and there are many different ways it can be stored. ExifTool is able to read most of it, but only able to wr...
by SL09
14 Jul 2024 16:32
Forum: Bug Reports
Topic: Problem with "Set Created Date to EXIF"
Replies: 43
Views: 4878

Re: Problem with "Set Created Date to EXIF"

https://1drv.ms/f/s!AvCWnHRSWpkGjyHeL-m ... H?e=8ve8Jp

... the smallest one I could find.
I hope MS Drive still works
by SL09
12 Jul 2024 10:20
Forum: Bug Reports
Topic: Problem with "Set Created Date to EXIF"
Replies: 43
Views: 4878

Re: Problem with "Set Created Date to EXIF" - and now: MP4 ??

I don't want to appear greedy, but ... what about .MP4 files ? I get the error message "Could not retrieve EXIF date." echo get("exif", 0x0132); gives no reaction, so does echo get("exif", 0x9003); Those are .MP4 files that are taken by my Canon EOS 6D Mark II. Accordin...
by SL09
03 Feb 2024 10:15
Forum: Tips & Tricks, Questions & Answers
Topic: Find only files in (certain) subdirs ?
Replies: 2
Views: 470

Find only files in (certain) subdirs ?

I would like to find ONLY the files in Subdirs D:\Example1\_, D:\Example7\_, D:\Example15\_, ... NOT the ones in the Dirs D:\Example1\, D:\Example7\, D:\Example15\ without naming / selecting them all - there are many :D ('include subdirs' shows all files ...) Is there some logic hidden in the Search...
by SL09
27 Sep 2023 16:08
Forum: Bug Reports
Topic: Problem with "Set Created Date to EXIF"
Replies: 43
Views: 4878

Re: Problem with "Set Created Date to EXIF"

> Still did not work for some files. Fixed. YESSS ! "Ende gut, alles gut" :party: :lol: With 25.00.0001 both commands echo get("exif", 0x0132); echo get("exif", 0x9003); show a nice Echo for .CR2 & .dng & .jpg telling the date and time the image was taken - not ...
by SL09
27 Sep 2023 10:20
Forum: Bug Reports
Topic: Problem with "Set Created Date to EXIF"
Replies: 43
Views: 4878

Re: Problem with "Set Created Date to EXIF"

> our CR2 file does not have 0x9003 ("DateTimeOriginal"), it only has 0x0132 ("DateTime")
... but ExifToolGUI 5 shows me both: [EXIF Info CR2.jpg]
(this is a very outdated app, but a nice interface for exiftool)
by SL09
27 Sep 2023 08:37
Forum: Bug Reports
Topic: Problem with "Set Created Date to EXIF"
Replies: 43
Views: 4878

Re: Problem with "Set Created Date to EXIF"

... + the screenshots ...
by SL09
27 Sep 2023 08:35
Forum: Bug Reports
Topic: Problem with "Set Created Date to EXIF"
Replies: 43
Views: 4878

Re: Problem with "Set Created Date to EXIF"

> So I guess it works now? 'png' was just a typo - I never tried with .PNG since they contain NO EXIF data ... Now with Beta 25.00.0000, there is partial success, but in a completely unexpected way: [echo get("exif", 0x9003);] is now OK with .DNG [Echo DNG.jpg] - but still gives the "...