I have thousands of jpgs. I sort and manage them using EXIF fields. In particular I use the Make, Model and Copyright fields to organize who took the pictures. Is there any way to create custom columns that include those fields. I want to move the pictures into different directories based on who took the picture (copyright) and then name them including the type of camera.
Bob Kufrin
rlkufrin@gmail.com
Columns for photographs
Columns for photographs
Bob Kufrin
rlkufrin@gmail.com
rlkufrin@gmail.com
Re: Columns for photographs
type ::snippet; into the addressbar and press ENTER.
First, for Camera Model CustomColumn copy-paste the following code:
[/size]
Do the same again for the following Copyright CustomColumn:
[/size]
You can do these manually too. Create a custom Column definition with type "Property" and choose Camera Model/copyright from the property list (click the pencil icon).
I trust you know how to show CustomColumns -- you just right click the column header in list view, select New Column, right the new column header, select Custom Column, and then select the need column definition from the list.
First, for Camera Model CustomColumn copy-paste the following code:
Code: Select all
Snip: CustomColumn 1
XYplorer 14.10.0101, 5/21/2014 11:16:25 AM
Action
ConfigureColumn
Caption
Type
0
Definition
30
Format
0
Trigger
1
Item Type
0
Item Filter
jpg;jpegDo the same again for the following Copyright CustomColumn:
Code: Select all
Snip: CustomColumn 1
XYplorer 14.10.0101, 5/21/2014 11:16:30 AM
Action
ConfigureColumn
Caption
Type
0
Definition
25
Format
0
Trigger
1
Item Type
0
Item Filter
jpg;jpegYou can do these manually too. Create a custom Column definition with type "Property" and choose Camera Model/copyright from the property list (click the pencil icon).
I trust you know how to show CustomColumns -- you just right click the column header in list view, select New Column, right the new column header, select Custom Column, and then select the need column definition from the list.
Icon Names | Onyx | Undocumented Commands | xypcre
[ this user is asleep ]
[ this user is asleep ]
-
admin
- Site Admin
- Posts: 64878
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: Columns for photographs
Running this through the address bar should do it all in one go:
However, the numbers "30" and "25" might differ in your system. If yes, ask what to do next.
Code: Select all
setcolumns("Name,Ext,:n-30,:n-25,:s-image.datetaken,Size,Created,Modified");FAQ | XY News RSS | XY X
XYplorer Beta Club