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
Creation date instead of alteration date? Make a option...
-
- Posts: 4
- Joined: 2008-07-18 19:30:25
-
- Posts: 4
- Joined: 2008-07-18 19:30:25
2.10:



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



Last edited by Tobias Claren on 2008-07-19 14:03:01, edited 1 time in total.
It is caused by some translation errors in the german language file..
must be
@antp: The current german translation says 'Auswahl:' (=Choice), 'Maske' (=Mask) and 'Letzte Einstellung' (=Last settings).. so it does not make sense at all 
Code: Select all
<lblDTWhich Caption="Auswahl:"/>
<rbtDTWhichCreation Caption="Maske"/>
<rbtDTWhichModif Caption="Letzte Einstellung"/>
Code: Select all
<lblDTWhich Caption="Datum auswählen:"/>
<rbtDTWhichCreation Caption="Erstellung der Datei"/>
<rbtDTWhichModif Caption="Letzte Änderung der Datei"/>

Last edited by bad4u on 2008-07-19 16:32:39, edited 1 time in total.
-
- Posts: 4
- Joined: 2008-07-18 19:30:25
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..
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..
-
- Posts: 4
- Joined: 2008-07-18 19:30:25