Hmmm… I’m not getting that:
That’s all I see. Everything else looks good to me, unless I’m missing something:
C:\Users\XXXX\AppData\Local\ART>dir
Volume in drive C is Acer
Volume Serial Number is E093-B4E9
Directory of C:\Users\XXXX\AppData\Local\ART
2024-01-27 12:43 <DIR> .
2024-01-27 10:58 <DIR> ..
2024-01-13 20:13 <DIR> batch
2023-10-04 17:04 <DIR> cache
2024-01-03 12:29 <DIR> ctlscripts
2023-12-27 14:27 <DIR> ctlscripts.backup
2024-01-13 22:51 2,375 dynamicprofile.cfg
2024-01-27 10:58 8,944 options
2023-10-04 17:15 <DIR> profiles
2024-01-27 10:58 0 session
2024-01-27 10:58 0 session.last
2023-01-04 20:31 <DIR> sessions
2023-10-04 17:09 <DIR> usercommands
2023-10-04 17:18 <DIR> userfiles
2024-01-27 10:40 645 wbpresets.json
5 File(s) 11,964 bytes
10 Dir(s) 244,117,630,976 bytes free
C:\Users\XXXX\AppData\Local\ART>cat wbpresets.json
// updated on Sat Jan 27 10:38:05 2024:
// CANON EOS REBEL T8I
[
{
// "make_model" : "CANON EOS REBEL T8I",
"make_model" : "Canon EOS Rebel T8i",
"presets" : [
{ "name" : "daylight", "multipliers" : [ 1.865234375, 1, 1.6201171875 ] },
{ "name" : "shade", "multipliers" : [ 2.1376953125, 1, 1.400390625 ] },
{ "name" : "cloudy", "multipliers" : [ 1.98828125, 1, 1.505859375 ] },
{ "name" : "tungsten", "multipliers" : [ 1.328125, 1, 2.3486328125 ] },
{ "name" : "cool white fluorescent", "multipliers" : [ 1.5634765625, 1, 2.2021484375 ] },
{ "name" : "flash", "multipliers" : [ 2.0439453125, 1, 1.486328125 ] }
]
}
]
C:\Users\XXXX\AppData\Local\ART>
I thought It might be a case-sensitivity thing, so I edited the JSON to match exiftool’s output (note the replaced line in the output above):
C:\Users\XXXX\Downloads>exiftool 850D.CR3 | egrep -i "Model Name|Make"
Make : Canon
Camera Model Name : Canon EOS Rebel T8i
That matches what ART shows in metadata (I actually copied it from ART). I also tried “Canon EOS 850D” but that didn’t work either. The JSON format looks just like the installed file.
But even after restarting ART again I still don’t see the camera options.
Certainly not the end of the world, but curious nonetheless.
Thanks.
LATER UPDATE - For what it’s worth I also put the file (chmod
-ed 750) into $HOME/.config/ART
in a Xubuntu VM with ART 1.21 and I get no menu there, either. Weird.