Feature request: Enable original filename (or number suffix) in filename mask for auto-upload.
Open
Nobody has claimed this yet.
- Dominant language
- Swift
- Stars
- 2.5k
- Forks
- 1k
- Avg merge
- 2d 18h
- Merged PRs (30d)
- 13
Description
Desired behaviour Allow (part) of the original filename to be used in the filename mask. E.g. Allow "##" for the number suffix of the original file.
With YYYYMMDD-HHmmss-##
IMG_1234.HEIC would become 20190323-182823-1234.HEIC
Actual behaviour
Currently only date/time is supported in the mask.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the iOS auto-upload filename-mask handling and the code that currently supports date and time tokens. Trace how the original filename and extension are available during upload, then verify that a mask such as YYYYMMDD-HHmmss-## produces the requested suffix while preserving the HEIC extension.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- ios, swift
- Domain
- mobile
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100