Skip to main content

Settings

User can customize & set these options via settings command.

Listing All Settings

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

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