2013-02-05, 15:28
By editing EXIF comment and modifing a little Picture Thumb View in ViewPictures.xml :
I can display picture comment stored in EXIF field :
And pressing i display a lot of information about the picture :
But after playing a slideshow by pressing p and then pressing o to display the same informations, everything is OK except that picture is not displayed as background :
How can I access PictureComment information to display it during slideshow ?
I have modified SlideShow.xml :
So I can display hard coded information :
But $INFO[LastItem.PictureComment] is empty.
Any way to get EXIF comment ?
Code:
<label>$INFO[ListItem.PictureComment,[COLOR=blue]Commentaire :[/COLOR] - ]</label>
I can display picture comment stored in EXIF field :
And pressing i display a lot of information about the picture :
But after playing a slideshow by pressing p and then pressing o to display the same informations, everything is OK except that picture is not displayed as background :
How can I access PictureComment information to display it during slideshow ?
I have modified 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>Picture EXIF comment</label>
</control>
</controls>
</window>
So I can display hard coded information :
But $INFO[LastItem.PictureComment] is empty.
Any way to get EXIF comment ?