Search found 182 matches

by aimy
20 Oct 2011 06:38
Forum: Tips & Tricks, Questions & Answers
Topic: EXIF Info..
Replies: 42
Views: 6558

Re: EXIF Info..

But how would you pass this to the rename function? rename b, '*_$CamMod', p; :mrgreen: Come on, this cannot work. I gave you <prop ...>. What are you missing? Trimming? OK, you have to live with(out) that. Sorry admin.. By human logic, it sure can right? Anyway, nevermind. What you gave me is more...
by aimy
20 Oct 2011 03:32
Forum: Tips & Tricks, Questions & Answers
Topic: Move Files (keyboard)
Replies: 12
Views: 2530

Re: Move Files (keyboard)

can i made a custom button to directly choose to which tabs i want to move/copy the selected files without having to go through the Move_to|tabs option?

i want a button to let me choose to which tabs only. can i?

Thank you.
by aimy
20 Oct 2011 03:02
Forum: Wishes
Topic: Merge Text Files..
Replies: 3
Views: 811

Merge Text Files..

There's a tool called TXTcollector which is capable of merging of text files in specified sequence - http://bluefive.pair.com/txtcollector.htm Is XYplorer is capable of doing this? If not, don't u all think it's a good feature? Other features of TXTcollector: Grabs all .txt files from a directory an...
by aimy
19 Oct 2011 11:35
Forum: Tips & Tricks, Questions & Answers
Topic: EXIF Info..
Replies: 42
Views: 6558

Re: EXIF Info..

admin wrote: But how would you pass this to the rename function?

Code: Select all

rename b, '*_$CamMod', p;
:mrgreen:
by aimy
19 Oct 2011 11:12
Forum: Tips & Tricks, Questions & Answers
Topic: EXIF Info..
Replies: 42
Views: 6558

Re: EXIF Info..

admin wrote: Which "user defined variable"? Do you have an example?
For example,

Code: Select all

$CamMod = property("CameraModel", $file);
assuming that $file is the predefined variable set by XYplorer denoting the current selected file.
by aimy
19 Oct 2011 11:04
Forum: Tips & Tricks, Questions & Answers
Topic: EXIF Info..
Replies: 42
Views: 6558

Re: EXIF Info..

I thought it is a text like Nottingham for example. If it is, it's very sensible why I want to use that info right? :wink: I see where it can be useful as far as retrieving it and using when renaming files is concerned. Not so much if you're talking about renaming geotagging information. Nope. That...
by aimy
19 Oct 2011 11:01
Forum: Tips & Tricks, Questions & Answers
Topic: EXIF Info..
Replies: 42
Views: 6558

Re: EXIF Info..

Not only CameraModel, but ALL shell properties. But there is no trimming in <prop ...>. It would be possible, but there are endless possibilities, so it would be a drag to define a scheme that covers them. If EXIF data are exposed to the Shell Properties (aka Shell Columns), then yes. That's true. ...
by aimy
19 Oct 2011 10:55
Forum: Tips & Tricks, Questions & Answers
Topic: EXIF Info..
Replies: 42
Views: 6558

Re: EXIF Info..

By the way, I just would like to explain why I really need this camera property as part of the rename pattern. This is due to the fact that sometimes, during the same occasion, several cameras including cameraphones would be used. So I would like to combine all of them in one folder and append the c...
by aimy
19 Oct 2011 10:40
Forum: Tips & Tricks, Questions & Answers
Topic: EXIF Info..
Replies: 42
Views: 6558

Re: EXIF Info..

You softened my heart. Next version can do this: rename b, '*-<prop CameraModel>', p; Thank you so much admin.. I really appreciate it. I hope that can also be made useful for other file property especially the EXIF info. Or may I suggest that Batch Rename should be made flexible by user defined va...
by aimy
19 Oct 2011 03:10
Forum: Tips & Tricks, Questions & Answers
Topic: EXIF Info..
Replies: 42
Views: 6558

Re: EXIF Info..

It would be slow but you could use a web service to look up the coordinates and then read results to get a city... https://code.google.com/apis/maps/documentation/geocoding/#ReverseGeocoding https://maps.googleapis.com/maps/api/geocode/json?latlng=38.8976694,-77.03655&sensor=false http://www.wo...
by aimy
18 Oct 2011 17:33
Forum: Tips & Tricks, Questions & Answers
Topic: EXIF Info..
Replies: 42
Views: 6558

Re: EXIF Info..

So, wouldn't it be great if XYplorer users could be let to freely playing around with those useful info with Batch Rename? May I ask why you would want to mess around with photos' geotagging information? Oh I'm sorry.. I just realized that the info is actually in the longitude/latitude format, isn'...
by aimy
18 Oct 2011 16:47
Forum: Tips & Tricks, Questions & Answers
Topic: EXIF Info..
Replies: 42
Views: 6558

Re: EXIF Info..

Look fiercely at the syntax of rename. Do you see the word preview anywhere? rename [mode (b|r|s|k|e)], pattern, [preview (p)], [itemlist], [flags=1] As I said, using the current coding as above, I only manage to see the preview one by one, not the whole list like the standard batch rename. Could s...
by aimy
18 Oct 2011 11:27
Forum: Tips & Tricks, Questions & Answers
Topic: EXIF Info..
Replies: 42
Views: 6558

Re: EXIF Info..

As you all might already aware, today's technology of digital photography also have implemented GPS info on the photos taken. So, wouldn't it be great if XYplorer users could be let to freely playing around with those useful info with Batch Rename? Thank you. Sure, when I find the time... Thanks ad...
by aimy
18 Oct 2011 09:50
Forum: Tips & Tricks, Questions & Answers
Topic: EXIF Info..
Replies: 42
Views: 6558

Re: EXIF Info..

As you all might already aware, today's technology of digital photography also have implemented GPS info on the photos taken. So, wouldn't it be great if XYplorer users could be let to freely playing around with those useful info with Batch Rename? Thank you. Sure, when I find the time... Thanks ad...
by aimy
18 Oct 2011 06:55
Forum: Wishes
Topic: Portable Device Access..
Replies: 39
Views: 12898

Re: Portable Device Access..

Any updates on this?

Thank you.