2023-11-17, 01:09
Hey guys,
I've decided to spend some time improving our picture metadata handling for v22 since most of the exif tags, as you may have noticed, are broken. My plan is to delegate this to an external library (exiv2 being the most complete one I could find since it covers both EXIF and IPTC) and remove our internal parsing. The work has started here: https://github.com/xbmc/xbmc/pull/24109
Having said that, for those that use pictures in Kodi - or simply are more familiar with photos in general - which information do you find missing in Kodi that you'd like to see exposed in the UI (or other APIs)? I don't mean those that don't work currently and were supposed to work
You can see the available tags exiv2 provides here:
exiv: https://exiv2.org/tags.html
iptc: https://exiv2.org/iptc.html
Kodi provides a subset of them: https://github.com/xbmc/xbmc/blob/master....h#L49-L75
Cheers
I've decided to spend some time improving our picture metadata handling for v22 since most of the exif tags, as you may have noticed, are broken. My plan is to delegate this to an external library (exiv2 being the most complete one I could find since it covers both EXIF and IPTC) and remove our internal parsing. The work has started here: https://github.com/xbmc/xbmc/pull/24109
Having said that, for those that use pictures in Kodi - or simply are more familiar with photos in general - which information do you find missing in Kodi that you'd like to see exposed in the UI (or other APIs)? I don't mean those that don't work currently and were supposed to work
You can see the available tags exiv2 provides here:
exiv: https://exiv2.org/tags.html
iptc: https://exiv2.org/iptc.html
Kodi provides a subset of them: https://github.com/xbmc/xbmc/blob/master....h#L49-L75
Cheers