nextcloud / ios

📱 Nextcloud iOS App
https://itunes.apple.com/us/app/nextcloud/id1125420102
GNU General Public License v3.0
1.94k stars 874 forks source link

Full customization of filename mask #1443

Open Agricolafb opened 3 years ago

Agricolafb commented 3 years ago

Expected behaviour

The ability to customize the filename mask in the Auto upload photos settings, including the prefix "Photo" and "Video", as well as the ability to increase/decrease/remove the trailing digits just before the .jpg.

Actual behaviour

There are no options to do these things.

Steps to reproduce

Reasoning or why should it be changed/implemented?

This unnecessarily lengthens the file name, and it is obvious whether the file is photo or video. the trailing three digit counter is redundant as the time mask hh-mm-ss identify the files sequentially. One trailing digit would suffice to distinguish between files shot in burst mode.

iOS version

12.4.8 iPhone 6+

App version

3.0.8.0

Server configuration

Nextcloud 19.0.3 on Openmediavault v.5 Operating system:

Web server:

Database:

PHP version:

Nextcloud version: (see Nextcloud admin page)

stephanhoennekes commented 1 year ago

I have also long wondered why the four-digit number at the end of the file name cannot be edited or prevented via the file mask. Apps like https://www.photosync-app.com/ can upload the photos without this ID and only use another number if there is a conflict during the upload (e.g. due to an already existing file with the same name). Would love to see that in the future in the iOS app, as well.