summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpks <pks@pks.rocks>2023-10-03 10:41:11 +0200
committerpks <pks@pks.rocks>2023-10-03 10:41:11 +0200
commita7086584c8b09c5f589d6b2b68a66a325dcedcb2 (patch)
tree472874c44aa3a73ea455656ae074cbd99715bbe5
parent56cdc766cd4bb377f4e9ace610bc48834bf159ce (diff)
rename-pix-by-time-and-cam: new models
-rwxr-xr-xrename-pix-by-time-and-cam2
1 files changed, 1 insertions, 1 deletions
diff --git a/rename-pix-by-time-and-cam b/rename-pix-by-time-and-cam
index 16f0808..1ab8d02 100755
--- a/rename-pix-by-time-and-cam
+++ b/rename-pix-by-time-and-cam
@@ -2,7 +2,7 @@
require 'date'
-$possible_devices = { "SIGMA DP2 Merrill" => "dp2m", "FP2" => "fp2", "Canon EOS 1000D" => "1000d", "iPad Air" => "ipadair", "iPhone 5s" => "iphone5s", "iPhone SE" => "iphonese", "IQ180" => "iq180", "iPhone XR" => "iphonexr", "NIKON D70" => "d70" }
+$possible_devices = { "SIGMA DP2 Merrill" => "dp2m", "FP2" => "fp2", "Canon EOS 1000D" => "1000d", "iPad Air" => "ipadair", "iPhone 5s" => "iphone5s", "iPhone SE" => "iphonese", "IQ180" => "iq180", "iPhone XR" => "iphonexr", "NIKON D70" => "d70", "iPhone 12" => "iphone12", "SIGMA fp L" => "fpl", "iPhone XS" => "iphonexs" }
$possible_devices.default = "unknown-device"
file_ext = ARGV[0]