Posts: 91
Joined: Sep 2008
Reputation:
0
I'm trying to modify Confluence to have exif photo title and comments appear in the slideshow. I got comments to work great, but I can't get the title to display without it's extension (.jpg). I want Photo Title, not Photo Title.jpg. I thought maybe I could do an infolabel postprocess and put in three backspace chars but can't figure out how to do that either.
TIA,
|-<:)
Posts: 91
Joined: Sep 2008
Reputation:
0
ok, heres how I solved this. (the hard way)
1) wrote custom perl script to read filename of jpg's, then strip off the .jpg extention then use exiftool to write the clean title to an unused exif tag (objectname) for EVERY jpg in my collection (20K!)
2) then customized SlideShow.xml in the skin to display slideshow.objectname
This is the long way around, the devs should (IMO) make a slideshow.title tag that does this.
Posts: 26,215
Joined: Oct 2003
Reputation:
187
xbmc/utils/GUIInfoManager.h/cpp