Change Log for the latest
XYplorer BETA version:
Code: Select all
v11.20.0008 - 2012-06-01 17:31
* Metadata Layouts (previously known as "Metadata Templates"): Now
also named arguments are supported. Your part is to find a working
name. MS makes it a secret, but you might be lucky hunting a name in
the web. E.g. "Dimensions" works to return image dimensions, and
"WhenTaken" for the shooting date.
NOTE, however, that some named arguments return different values
then their numeric counterparts. Mysteries of the Windows shell.
For example (XP SP3), watch especially the Modified date:
- text property("0,1,3,37", "%winsysdir%\msvbvm60.dll", "m");
Name: msvbvm60.dll
Größe: 1.353 KB
Geändert am: 14.04.2008 04:22
Dateiversion: 6.0.98.2
- text property("Name,Size,Write,FileVersion", "%winsysdir%\msvbvm60.dll", "m");
Name: msvbvm60.dll
Size: 1384479
Write: 14.04.2008 02:22:18
FileVersion: 6.0.98.2
It's the numeric arguments that show the expected values, at least
in my tests.
* Metadata Layouts: Changed the width marker from ":" to "!".
text property("30!0,1,37;3,4,5", "%winsysdir%\msvbvm60.dll", "m");
* Metadata Layouts: Now you can provide alternative field names.
They can be prefixed to the value identifiers (numeric or names)
separated by ":". Example for a ML:
"24,Wann:25,So groß:Dimensions;Blah blah:14;"
* Info Panel: Moved the Tags tab to the right of the Raw View tab.
+ Info Panel | Meta: Right-click offers "Copy to Clipboard".
! Info Panel | Meta: Attempted a fix where the indices for certain
image properties were one off.
To
download the latest BETA version choose a download package: (1)
Installer Package, (2)
No-Install Package.
Note that BETA versions are work in progress and might contain fresh bugs. You have been warned.
It's a good idea to backup your complete XYplorer settings (menu File | Settings | Backup your Application Data Folder)
before running a new BETA version. This will also help in fixing any fresh bugs.