Display EXIF comment during slideshow
#31
Hello,

On a PC W7 with Kodi 15.0 A1 ,
and
on a ZBOX with Openelec 5.0 Generic X86-64 (based on Kodi 14.0 Helix),
both with the skin moddedconfluence.4-1.0.5 ,
I actually replaced the whole oriiginal SlideShow.xml by this shorter one :

<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol>2</defaultcontrol>
<controls>
<control type="label">
<description>Picture comment</description>
<posx>0</posx>
<posy>667</posy>
<width>1280</width>
<height>35</height>
<align>center</align>
<aligny>center</aligny>
<font>!font10</font>
<font>font20</font>
<textcolor>white</textcolor>
<label>$INFO[slideshow.caption]</label>
</control>
</controls>
</window>


On my W7 PC, the SlideShow.xml file of my skin is here:
C:\Users\Jean-Max\AppData\Roaming\Kodi\addons\skin.moddedconfluence.4\720p\

On ZBOX Openelec, the SlideShow.xml file of my skin is here:
/ Root / Storage / .Kodi / Addons / SlkinModdedConfluence4 (1.05) / 720p /

Each photo of my XBMC database (on an distant NAS) has its EXIF "label" previously added from PICASA

On Kodi Windows and on OpenElec, during Slideshow, the label appears at the bottom of each photo, like it's works during original PICASA slideshow

it's OK :-)
Jean-Max

OpenELEC on 2 ZBOX
KODI on 4 Windows PC
Reply
#32
Well, quite a long time have past since this thread was active.
Still, can anyone tell me where can I get the list of available Exif tags to be used with "slideshow."?
I mean I do know the Exif tags, but where can I find the exact syntax?
Specifically, I am looking for GPSLatitude GPSLongitude. I see them here, but if I try to use for example "slideshow.GPSLatitude" it does not display anything.
Reply
#33
(2019-12-21, 22:32)doroni Wrote: Well, quite a long time have past since this thread was active.
Still, can anyone tell me where can I get the list of available Exif tags to be used with "slideshow."?
I mean I do know the Exif tags, but where can I find the exact syntax?
Specifically, I am looking for GPSLatitude GPSLongitude. I see them here, but if I try to use for example "slideshow.GPSLatitude" it does not display anything.

Found it Smile
https://kodi.wiki/view/InfoLabels
Reply
#34
(2013-02-26, 09:51)mikebzh44 Wrote: SlideShow.xml :
Code:
<?xml version="1.0" encoding="utf-8"?>
<window>
<defaultcontrol>2</defaultcontrol>
<controls>
<control type="label">
<description>Picture comment</description>
<posx>0</posx>
<posy>1000</posy>
<width>1920</width>
<height>35</height>
<align>center</align>
<aligny>center</aligny>
<font>font10</font>
<textcolor>white</textcolor>
<label>$INFO[slideshow.cameramake] - $INFO[slideshow.cameramodel] - $INFO[slideshow.exiftime] - $INFO[slideshow.exifcomment]</label>
</control>
</controls>
</window>
Bonjour,

le "exifcomment" ne s'affiche pas toujours complètement ? Par exemple avec le texte "Vue depuis ..." il affiche "is ...". Ou encore "Vue sur ..." cela donne "...".
Nb : le commentaire s'affiche correctement dans le "mur d'infos".

in bad english :
Hello,

the "exifcomment" is not every time correctly printed. For instance with the comment "Vue depuis ..." I obtain "is ...". Or "Vue sur ...." I have ""...".
Nb : the comment is correctly printed on the pictures infos.

Merci pour votre réponse.

Patrice
Reply

Logout Mark Read Team Forum Stats Members Help
Display EXIF comment during slideshow0