Search found 3 matches

by bdfrase
16 Feb 2019, 15:57
Forum: Scripting and Automation
Topic: {EncodedDate} only returning date
Replies: 3
Views: 1729

Re: {EncodedDate} only returning date

For anyone with the same problem, this works in the current release:

Code: Select all

{media.EncodedDate.after("UTC ").replaceAll("-").colon("").space("_")}.{ext}
by bdfrase
16 Feb 2019, 14:22
Forum: Scripting and Automation
Topic: {EncodedDate} only returning date
Replies: 3
Views: 1729

{EncodedDate} only returning date

I'm trying to rename home videos my wife takes with her iDevices with creation timestamp data, like the default for Android. (eg. 20190418_142030.mp4). The .MOV files contain the data I need in EncodedDate (UTC timestamp). However, when I use the {EncodedDate} binding, it only returns the date porti...