Kodi Community Forum

Full Version: Info labels in slideshow
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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.
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.
Hi, could you please post here what have done to show EXIF date/time during slide show? Thanks!