summaryrefslogtreecommitdiff
path: root/xmltv2vdr.cpp
diff options
context:
space:
mode:
authorJochen Dolze <vdr@dolze.de>2012-05-13 08:29:11 +0200
committerJochen Dolze <vdr@dolze.de>2012-05-13 08:29:11 +0200
commite99c80fb1451600a3e0d5ab483acd37115b99a7f (patch)
treef106111cc8cae0354a54081e0006bc246f2d4a71 /xmltv2vdr.cpp
parent364a698b0ec11d993f7960f65a8bbe8adca8b148 (diff)
downloadvdr-plugin-xmltv2vdr-e99c80fb1451600a3e0d5ab483acd37115b99a7f.tar.gz
vdr-plugin-xmltv2vdr-e99c80fb1451600a3e0d5ab483acd37115b99a7f.tar.bz2
Added pic parameter after pin (needs updated sources)
Added image links to new format (ChannelID_picname_nr.jpg)
Diffstat (limited to 'xmltv2vdr.cpp')
-rw-r--r--xmltv2vdr.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/xmltv2vdr.cpp b/xmltv2vdr.cpp
index 4c3ce8c..8c7000c 100644
--- a/xmltv2vdr.cpp
+++ b/xmltv2vdr.cpp
@@ -295,8 +295,10 @@ bool cEPGHandler::SetShortText(cEvent* Event, const char* ShortText)
if (Event->Title() && !strcasecmp(Event->Title(),ShortText)) return true;
if (!Event->ShortText())
{
+#if VDRDEBUG
tsyslog("{%5i} setting stext (%s) of '%s'",Event->EventID(),
ShortText,Event->Title());
+#endif
return false; // no shorttext? new event! let VDR handle this..
}
return true;