v17 Images EXIF fields are few?
#1
Hello there.
Using 17.3 with Windows 10 AU.

With Jarvis 16.1 picture info windows had "User Comment" fields as well plus, but with Krypton, this field is now gone?
Has anyone else pointed this out?

Previously I could add this field to e.g. Slideshow.xml like

Code:
<?xml version="1.0" encoding="UTF-8"?>
<window>
    <defaultcontrol>2</defaultcontrol>
    <controls>
        <control type="image">
            <left>0</left>
            <top>1000</top>
            <width>1920</width>
            <height>100</height>
            <texture>back.png</texture>
           <colordiffuse>7fffffff</colordiffuse>
        </control>
        <control type="textbox">
            <description>Picture comment</description>
            <left>10</left>
            <top>1000</top>
            <width>1900</width>
            <height>100</height>
            <align>center</align>
            <font>font24</font>
            <textcolor>white</textcolor>
            <label>$INFO[Slideshow.EXIFComment]</label>
            <autoscroll delay="3000" time="1000" repeat="10000">true</autoscroll>
        </control>
    </controls>
</window>
Now this does not work..
Reply
#2
Hi there.

Althoug EXIF reading settings in naturally on, Kodi does not seems to read any/but few EXIF fields.
With Jarvis there was TimeStamp, User Comment, model etc...

Is the Jarvis brances merged good with Krypton, seems to lack these features...

"Show on the Map" in Pictures browser also does not work and hails for "see error log" (Will do later on)..
Reply
#3
has 17.4 added the EXIF for JPG (Slideshow.EXIFComment) images yet?

https://trac.kodi.tv/ticket/17591#ticket
Reply
#4
KODI 17.4 now able to show more EXIF data than 17.3
Now I just wish the possibility to show 'keyword' field as a lin when looking at a picture.
Reply

Logout Mark Read Team Forum Stats Members Help
Images EXIF fields are few?1