View EXIF information during slide show.
Hello. I want to see camera model info and exif date / time when I play slideshow.
In Kodi ver. Isengard (15.0) and Jarvis (16.0) I have used this edited version of “slideshow.xml”:
<Window id = “2007”>
<Default control> 2 </ default control>
<Controls>
<Control type = “label”>
<POSX> 10 </ POSX>
<Posy> 575 </ posy>
<Width> 1200 </ width>
<Height> 250 </ height>
<Label> $ INFO [slideshow.camera model] – $ INFO [slideshow.exiftime] – $ INFO [slideshow.exifcomment] </ label>
<Align> left </ align>
<Aligny> center </ aligny>
<Font> font35_title </ font>
<Text color> yellow </ textcolor>
<Shadow color> black </ shadow color>
</ Control>
</ Controls>
</ Window>
Skin: Confluence and Location c: \ programfiles (x86) \ kodi \ addons \ skin.confluence \ 720p
It works fine!
After upgrading to Kodi 17.0 (Krypton), the EXIF information will not be displayed anymore. Only two hyphens appear where the information should be
I see that there is new loalization, now C: \ Users \ … \ AppData \ Roaming \ Kodi \ addons \ skin.confluence \ 720p.
Can someone, please, edit a slideshow.xml file so that it works in Kodi 17.0 (Krypton)? Thanks in advance.