Hello,
Is it possible to sort he file by creation date? The only column I can find to sort by date is the modified date.
Regards,
Walter Kamer
Hello,
Is it possible to sort he file by creation date? The only column I can find to sort by date is the modified date.
Regards,
Walter Kamer
Customize Colums
Yes: create a new column (rightclick on the column header, then New).
Enter as value
%_file_create_date% or %_file_create_datetime%
(depending on your likings for details).
These Fields can also be found in the list of information fields that is accessible via the arrow button next to the entry field.
How to sort the Mp3tag list view by %_file_create_datetime%?
First you need columns to view, which you can sort ...
... so use the dialog "Mp3tag/View/Customize columns..."
... to create one or two new columns.
Create new column
Name: File Create DT
Value: %_file_create_datetime%
Field:
Sort by: %_file_create_datetime_raw%
Numeric:
Create new column
Name: File Create DT
Value: %_file_create_datetime_raw%
Field: %DUMMY%
Sort by: %_file_create_datetime_raw%
Numeric: checked
DD.20110607.1140.CEST
Thanks a lot, that was exactly what I was looking for!