The branch, eden-pre has been updated
       via  c7d0390a0da6fde5fd7a79ef0d1a6b0d29794b6e (commit)
      from  385b5f1fa470ac46bead400d5d5e2e1a45cb4370 (commit)

- Log -----------------------------------------------------------------
http://xbmc.git.sourceforge.net/git/gitweb.cgi?p=xbmc/plugins;a=commit;h=c7d0390a0da6fde5fd7a79ef0d1a6b0d29794b6e

commit c7d0390a0da6fde5fd7a79ef0d1a6b0d29794b6e
Author: spiff <[email protected]>
Date:   Mon Feb 6 23:17:36 2012 +0100

    [plugin.video.mediathek] update to version 0.3.8

diff --git a/plugin.video.mediathek/addon.xml b/plugin.video.mediathek/addon.xml
index c92dc06..ee31c90 100644
--- a/plugin.video.mediathek/addon.xml
+++ b/plugin.video.mediathek/addon.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <addon
   id="plugin.video.mediathek"
-  version="0.3.7"
+  version="0.3.8"
   name="Mediathek"
   provider-name="Raptor 2101 [[email protected]]">
   <requires>
@@ -17,11 +17,11 @@
     <summary lang="en">Gives acces to the most video-platforms from german 
public service broadcaster</summary>
     <description lang="de">Ermöglicht den zugriff auf alle deutschen 
Mediatheken der öffentlich Rechtlichen.
 Aktuell implementiert sind:
-  3Sat, ARD, ZDF, ARTE, Bayrisches Fernsehen, ORF, WDR
+  3Sat, ARD, ZDF, ARTE, Bayrisches Fernsehen, ORF, WDR, NDR (experimentel)
 </description>
     <description lang="en">Gives acces to the most video-platforms from german 
public service broadcaster.
 Currently implemented:
-  3Sat, ARD, ZDF, ARTE, Bayrisches Fernsehen, ORF, WDR
+  3Sat, ARD, ZDF, ARTE, Bayrisches Fernsehen, ORF, WDR, NDR (experimental)
 </description>
     <platform>all</platform>
   </extension>
diff --git a/plugin.video.mediathek/changelog.txt 
b/plugin.video.mediathek/changelog.txt
index 31f899d..fefa8d1 100644
--- a/plugin.video.mediathek/changelog.txt
+++ b/plugin.video.mediathek/changelog.txt
@@ -1,3 +1,5 @@
+0.3.8 - FIX: 3SAT Broken Link
+        ADD: NDR
 0.3.7 - FIX: ORF
 0.3.6 - FIX: WDR
 0.3.5 - FIX: BayernFS
diff --git a/plugin.video.mediathek/mediathek/dreisat.py 
b/plugin.video.mediathek/mediathek/dreisat.py
index e3f5026..0e477be 100644
--- a/plugin.video.mediathek/mediathek/dreisat.py
+++ b/plugin.video.mediathek/mediathek/dreisat.py
@@ -74,7 +74,7 @@ class DreiSatMediathek(Mediathek):
       
TreeNode("15","neues","http://www.3sat.de/mediathek/rss/mediathek_neues.xml",True),
       TreeNode("16",u"Peter Voß 
fragt","http://www.3sat.de/mediathek/rss/mediathek_begegnungen.xml",True),
       TreeNode("17","Recht 
brisant","http://www.3sat.de/mediathek/rss/mediathek_Recht%20brisant.xml",True),
-      
TreeNode("18","scobel","http://www.3sat.de/mediathek/rss/mediathek_kulturzeit.xml",True),
+      
TreeNode("18","scobel","http://www.3sat.de/mediathek/rss/mediathek_scobel.xml",True),
       
TreeNode("19","SCHWEIZWEIT","http://www.3sat.de/mediathek/rss/mediathek_schweizweit.xml",True),
       
TreeNode("20","Theater","http://www.3sat.de/mediathek/rss/mediathek_theater.xml",True),
       
TreeNode("21","vivo","http://www.3sat.de/mediathek/rss/mediathek_vivo.xml",True),
@@ -181,4 +181,4 @@ class DreiSatMediathek(Mediathek):
       else:
         links[2] = SimpleLink(url, size);
     
self.gui.buildVideoLink(DisplayObject(title,"",picture,description,links,True, 
pubDate),self,nodeCount);
-      
\ No newline at end of file
+      
diff --git a/plugin.video.mediathek/mediathek/factory.py 
b/plugin.video.mediathek/mediathek/factory.py
index 6d3f488..866ae0d 100644
--- a/plugin.video.mediathek/mediathek/factory.py
+++ b/plugin.video.mediathek/mediathek/factory.py
@@ -23,6 +23,7 @@ from mediathek.dreisat import *
 from mediathek.bayerisches import *
 from mediathek.orf import *
 from mediathek.bralpha import *
+from mediathek.ndr import *
 
 class MediathekFactory(object):
   def __init__(self):
@@ -35,10 +36,11 @@ class MediathekFactory(object):
        ORFMediathek.name():ORFMediathek,
        WDRMediathek.name():WDRMediathek,
        BRAlphaMediathek.name():BRAlphaMediathek,
+       NDRMediathek.name():NDRMediathek,
       }
   def getAvaibleMediathekTypes(self):
     return sorted(self.avaibleMediathekes.keys())
 
   def getMediathek(self,mediathekName, gui):
     return self.avaibleMediathekes[mediathekName](gui);
-    
\ No newline at end of file
+    

-----------------------------------------------------------------------

Summary of changes:
 plugin.video.mediathek/addon.xml                   |    6 +-
 plugin.video.mediathek/changelog.txt               |    2 +
 plugin.video.mediathek/mediathek/dreisat.py        |    4 +-
 plugin.video.mediathek/mediathek/factory.py        |    4 +-
 .../mediathek/{dreisat.py => ndr.py}               |  107 +++++++-------------
 5 files changed, 47 insertions(+), 76 deletions(-)
 copy plugin.video.mediathek/mediathek/{dreisat.py => ndr.py} (54%)


hooks/post-receive
-- 
Plugins

------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons

Reply via email to