Skip to main content

Settings

User can customize & set these options via settings command.

  • All date & time formats. Reference values: MSDN Date Time Format Strings
  • File & folder naming separators
  • Report file names
  • No Photo Taken Date Action folder name.
  • No Address Action folder name.
  • Third-party reverse geocode API keys.
  • Change maximum concurrent connection limit to connect third-party reverse geocode provider.

Listing All Settings

photo-cli settings
AddressSeparator=-
ArchivePhotoTakenDateHashSeparator=-
BigDataCloudApiKey=
ConnectionLimit=4
CoordinatePrecision=4
CsvReportFileName=photo-cli-report.csv
DateFormatWithDay=yyyy.MM.dd
DateFormatWithMonth=yyyy.MM
DateTimeFormatWithMinutes=yyyy.MM.dd_HH.mm
DateTimeFormatWithSeconds=yyyy.MM.dd_HH.mm.ss
DayFormat=dd
DayRangeSeparator=-
DryRunCsvReportFileName=photo-cli-dry-run.csv
FolderAppendSeparator=-
GoogleMapsApiKey=
LocationIqApiKey=
LogLevel=Warning
MonthFormat=MM
NoAddressAndPhotoTakenDateFolderName=no-address-and-no-photo-taken-date
NoAddressFolderName=no-address
NoPhotoTakenDateFolderName=no-photo-taken-date
PhotoFormatInvalidFolderName=invalid-photo-format
SameNameNumberSeparator=-
YearFormat=yyyy

Getting a Single Value

photo-cli settings --key YearFormat
YearFormat=yyyy

Setting a Single Value

photo-cli settings --key YearFormat --value y
No output when successful.

Resetting All Values To Defaults

photo-cli settings --reset
No output when successful