szapp/Filen Photo Organizer
Organize photos in filen.io drive
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| User login email of filen.io account | yes | — | |
| password | User login passwort of filen.io account | yes | — |
| twoFactorCode | Two factor code, i.e. generated OTP (if enabled). If 2FA is enabled, either twoFactorSecret or twoFactorCode must be provided. If both are provided, twoFactorCode takes precedence. | no | — |
| twoFactorSecret | Two factor secret (if enabled). If 2FA is enabled, either twoFactorSecret or twoFactorCode must be provided. If both are provided, twoFactorCode takes precedence. | no | — |
| rootPath | Path to the photo directory | yes | — |
| recursive | Recurse into subdirectories when collecting files. If true, 'destinationPath' must be provided to prevent infinite recursion. | — | false |
| convertHeic | Convert HEIC/HEIF photos to JPG | — | true |
| keepOriginals | Keep the original files instead of moving/deleting them | — | false |
| destinationPath | Path to the destination relative to 'rootPath'. An absolute path is possible via posix path, i.e. leading forward slash. If 'recursive' is true, the destination path needs to lie outside of the rootPath, e.g. start with '../' or '/'. | — | "" |
| dirPattern | Date-time pattern of directories to sort the photos into (if '', no directories will be created and 'filePattern' must not be ''). The pattern is based on the date taken. [Format](https://moment.github.io/luxon/docs/manual/formatting.html#table-of-tokens) | — | yyyy-MM |
| filePattern | Date-time pattern for renaming the files based on date taken (if '', preserve original file name and 'dirPattern' must not be ''). The pattern is based on the date taken. [Format](https://moment.github.io/luxon/docs/manual/formatting.html#table-of-tokens) | — | yyyy-MM-dd_HH.mm.ss |
| fallbackTimeZone | Time zone to assume for photo organization when no time zone offset and GPS metadata is available, i.e. the time zone in which the photos were taken. As TZ / IANA identifier (e.g. 'Europe/Berlin') [Identifiers](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones) | — | Europe/Berlin |
| dryRun | Do not perform write operations on the filen.io | — | false |
Outputs
no outputs