[SCM] kodi-pvr-vdr-vnsi/master: Update to PVR addon API v4.1.0

tiber-guest at users.alioth.debian.org tiber-guest at users.alioth.debian.org
Sun Feb 28 15:46:47 UTC 2016


The following commit has been merged in the master branch:
commit 0d6f2dc0809172e95bd4e41cd9e79db2be9cde69
Author: Kai Sommerfeld <kai.sommerfeld at gmx.com>
Date:   Fri Sep 18 14:46:09 2015 +0200

    Update to PVR addon API v4.1.0

diff --git a/pvr.vdr.vnsi/addon.xml.in b/pvr.vdr.vnsi/addon.xml.in
index a987f4e..d8f3959 100644
--- a/pvr.vdr.vnsi/addon.xml.in
+++ b/pvr.vdr.vnsi/addon.xml.in
@@ -1,12 +1,12 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <addon
   id="pvr.vdr.vnsi"
-  version="1.11.6"
+  version="1.11.7"
   name="VDR VNSI Client"
   provider-name="FernetMenta, Team Kodi">
   <requires>
     <c-pluff version="0.1"/>
-    <import addon="xbmc.pvr" version="4.0.0"/>
+    <import addon="xbmc.pvr" version="4.1.0"/>
     <import addon="xbmc.codec" version="1.0.1"/>
     <import addon="kodi.guilib" version="5.8.0"/>
   </requires>
diff --git a/src/VNSIData.cpp b/src/VNSIData.cpp
index ee8a147..eebcf0d 100644
--- a/src/VNSIData.cpp
+++ b/src/VNSIData.cpp
@@ -344,6 +344,7 @@ bool cVNSIData::GetEPGForChannel(ADDON_HANDLE handle, const PVR_CHANNEL &channel
     tag.strIMDBNumber       = "";
     if (tag.strPlotOutline)
       tag.strEpisodeName    = strdup(tag.strPlotOutline);
+    tag.iFlags              = EPG_TAG_FLAG_UNDEFINED;
 
     PVR->TransferEpgEntry(handle, &tag);
     delete[] tag.strTitle;

-- 
kodi-pvr-vdr-vnsi packaging



More information about the pkg-multimedia-commits mailing list