working with infolabels
#1
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,
|-<:)
Reply
#2
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.
Reply
#3
I've been trying to do the same, displaying EXIF tags on the slideshow, but I cannot find the list of EXIF tags that are read by xbcm, and the corresponding $INFO[slideshow.Huh] values.
Can you please point me to where I can find this info ?
Reply
#4
xbmc/utils/GUIInfoManager.h/cpp
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


Image
Reply

Logout Mark Read Team Forum Stats Members Help
working with infolabels1