API does not share EXIF data for pictures in slideshow (GetInfoLabels)
#1
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:
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.
Reply
#2
https://forum.kodi.tv/showthread.php?tid=26707

bugs should be reported to github unless you are offering something to fix them
Reply
#3
Obviously I got used too much to receive bug report via the forum for the remote app myself. Raised a GitHub issue (-> https://github.com/xbmc/xbmc/issues/23360).
Reply

Logout Mark Read Team Forum Stats Members Help
API does not share EXIF data for pictures in slideshow (GetInfoLabels)0