2023-06-04, 22:08
For the iOS Remote App it was reported that the recently implemented display of EXIF data does not work for Kodi 20.1 and current 21.0 ALPHA. It works with Kodi 17.6 and 19.5 versions.
Command:
The response has empty strings as results for most of the fields. Only for camera make, camera model, filename, resolution and time there is a proper response.
Command:
json:{
"jsonrpc": "2.0",
"method": "XBMC.GetInfoLabels",
"params": {"labels": ["Slideshow.Resolution",
"Slideshow.Process",
"Slideshow.Filename",
"Slideshow.CameraModel",
"Slideshow.CameraMake",
"Slideshow.EXIFTime",
"Slideshow.Aperture",
"Slideshow.ISOEquivalence",
"Slideshow.ExposureTime",
"Slideshow.Exposure",
"Slideshow.ExposureBias",
"Slideshow.MeteringMode",
"Slideshow.FocalLength"]
},
"id": 1
}
The response has empty strings as results for most of the fields. Only for camera make, camera model, filename, resolution and time there is a proper response.