Page 1 of 1

Creation date instead of alteration date? Make a option...

Posted: 2008-07-18 19:44:48
by Tobias Claren
Why can I only use the alteration date as file name?
For video files or audio files is the start-date (creation date) more important.
Then, the title says when the action began.

Please allow at least the choice of date:
O Alteration date
O Creation date


Greetz,
Tobias Claren

Posted: 2008-07-18 21:07:27
by antp
Which version are you using?
That was added in version 2.08, nearly four years ago :D

Posted: 2008-07-19 11:38:08
by Tobias Claren
2.10:

Image
2.08 (15/10/2004)
Option for using Creation date instead of Modification date, in Date & time action.
Where?
:??: :??: :??:

Posted: 2008-07-19 13:51:40
by bad4u
It is caused by some translation errors in the german language file..

Code: Select all

    <lblDTWhich Caption="Auswahl:"/>
    <rbtDTWhichCreation Caption="Maske"/>
    <rbtDTWhichModif Caption="Letzte Einstellung"/>
must be

Code: Select all

    <lblDTWhich Caption="Datum auswählen:"/>
    <rbtDTWhichCreation Caption="Erstellung der Datei"/>
    <rbtDTWhichModif Caption="Letzte Änderung der Datei"/>
@antp: The current german translation says 'Auswahl:' (=Choice), 'Maske' (=Mask) and 'Letzte Einstellung' (=Last settings).. so it does not make sense at all ;)

Posted: 2008-07-19 14:06:41
by Tobias Claren
I do not understand your help :??: .
Mask(e) = creation date?

Posted: 2008-07-19 14:33:10
by bad4u
Yep, genau.
Da ist schlichtweg etwas falsch übersetzt oder falsch verstanden worden. Wenn die Datei German.lng (im Verzeichnis 'Languages') in den Zeilen 142 bis 144 wie eben genannt geändert wird, stimmt die Anzeige im Programm.

Sorry for my bad explanation. The function you are searching for is there, but the translation into german is wrong. It now says 'Maske' where it means 'Creation (Date)' and 'Letzte Einstellung' where it means 'Last modification'. If you switch renamer to english version you will see the correct field captions..

Posted: 2008-07-19 15:05:08
by Tobias Claren
A bug in Windows (i think):
Copied files (hdd to hdd) get as Create-date, the date of the copy.
Aaargh.

But not, if I copy it from the camera to the HDD.
:??: :hum: :??:

Posted: 2008-07-19 17:23:46
by antp
For Windows-related bugs I cannot help, unfortunately :D
If you check file properties in Windows Explorer you should see the same dates as what Ant Renamer uses.

bad4u >> thanks, I'll update the translation.