Added shortuuid, #314

This commit is contained in:
Rhet Turnbull
2022-05-28 23:03:04 -07:00
parent 9e9266ec9c
commit 75568269bb
27 changed files with 208 additions and 99 deletions

View File

@@ -191,6 +191,8 @@ TEMPLATE_VALUES = {
"{place.address.country}": "United States",
"{place.address.country_code}": "US",
"{uuid}": "128FB4C6-0B16-4E7D-9108-FB2E90DA1546",
"{shortuuid}": "5KFgrKKnwmnN99jkHmJP8M",
"{shortuuid|sslice(:7)}": "5KFgrKK",
"{exif.camera_make}": "Apple",
"{exif.camera_model}": "iPhone 6s",
"{exif.lens_model}": "iPhone 6s back camera 4.15mm f/2.2",