Kodi Community Forum
Info labels in slideshow - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67)
+---- Forum: Skin Archive (https://forum.kodi.tv/forumdisplay.php?fid=179)
+----- Forum: MediaStream (https://forum.kodi.tv/forumdisplay.php?fid=69)
+----- Thread: Info labels in slideshow (/showthread.php?tid=40755)



Info labels in slideshow - sanssome - 2008-11-20

Using the PM3 skin I was able to display picture EXIF data using info labels added to slideshow.xml. I have:

Code:
<control type="label">
    <posx>20</posx>
    <posy>20</posy>
    <width>400</width>
    <height>15</height>
    <label>$INFO[slideshow.filename]</label>
    <align>left</align>
    <aligny>center</aligny>
    <font>font11</font>
    <textcolor>white</textcolor>
    <shadowcolor>black</shadowcolor>
</control>
for showing the filename at the top of the picture. It seems this only works in PM3 and not MediaStream or AEON. Is slideshow.xml not used for slideshow display in MediaStream? I notice it has a control for displaying the currently playing music and that doesn't show up either.


- sanssome - 2008-11-21

Nevermind, figured it out. I have a working version that displays exif filename and date/time, plus I hacked in a slightly smaller version of the PM3 now playing music OSD in the slideshow window. If anyone's interested in the mods let me know.


Info labels in slideshow - bugor - 2008-12-17

Hi, could you please post here what have done to show EXIF date/time during slide show? Thanks!