Dateinamen

General discussions about Automagic and automation in general

Moderator: Martin

Post Reply
frage
Posts: 43
Joined: 20 May 2017 12:15

Dateinamen

Post by frage » 13 Oct 2017 22:04

Hallo Forum,

ich lasse zur Zeit über einen Flow unter bestimmten Bedingungen Bilder und Videos aufnehmen. Leider habe ich ein Problem. Die Bilder und Videos werden immer wieder überschrieben, weil die Dateinamen nicht geändert werden. Habe bisher keinen Erfolg das zu ändern. Kann mir jemand einen Tipp geben, wie ich den Dateinamen bei jedem Speichern automatisch ändern kann.

Bsp.
Datei1
dann
Datei2
usw.

Danke für die Hilfe.

Gruß
frage

User avatar
Desmanto
Posts: 2709
Joined: 21 Jul 2017 17:50

Re: Dateinamen

Post by Desmanto » 14 Oct 2017 01:52

Just use the android method to store the date along with filename. U can use something like
/storage/emulated/0/Pictures/Image_{triggertime,dateformat,yyyy-MM-dd-HH-mm-ss}.jpg
Or
/storage/emulated/0/Pictures/Video_{triggertime,dateformat,yyyy-MM-dd-HH-mm-ss}.mp4

Change the path and basename to your needs. The variable in the curly braces indicate the time when the flow was triggered and formatted to our need (case sensitive). The result will be something like : Image_2017-10-13-23-59-59.jpg. There will be no duplicate, since it is marked by time.
Index of Automagic useful thread List of my other useful posts (and others')
Xiaomi Redmi Note 5 (whyred), AOSP Extended v6.7 build 20200310 Official, Android Pie 9.0, Rooted.

frage
Posts: 43
Joined: 20 May 2017 12:15

Re: Dateinamen

Post by frage » 14 Oct 2017 19:46

Hallo Desmanto,

vielen Dank für die tolle Hilfe.
Hat super funktioniert.

Danke
frage

Post Reply