The branch, eden-pre has been updated
       via  c3babcccf2688756c81e84a776530dc7872bfc10 (commit)
      from  bc3427924beaa8ef75beaee90565b951af9331b3 (commit)

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

commit c3babcccf2688756c81e84a776530dc7872bfc10
Author: spiff <[email protected]>
Date:   Mon Aug 29 09:12:29 2011 +0200

    [plugin.audio.podcatcher] updated to version 0.1.4

diff --git a/.gitignore b/.gitignore
index 592d41d..81a3bdf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -16,3 +16,5 @@ plugin.video.dr.dk.live/.idea
 plugin.video.dmi.dk/.git
 plugin.video.mediathek/.git
 plugin.video.mediathek/.gitignore
+plugin.audio.podcatcher/.git
+plugin.audio.podcatcher/.gitignore

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

Summary of changes:
 .gitignore                                         |    2 +
 plugin.audio.podcatcher/README-DE                  |    9 +
 plugin.audio.podcatcher/README-EN                  |   10 +
 plugin.audio.podcatcher/addon.xml                  |   29 +++
 plugin.audio.podcatcher/backgroundDownloader.py    |   27 ++
 plugin.audio.podcatcher/changelog.txt              |   27 ++
 plugin.audio.podcatcher/default.py                 |  108 +++++++++
 plugin.audio.podcatcher/feedreader/__init__.py     |  254 ++++++++++++++++++++
 plugin.audio.podcatcher/feedreader/archivefile.py  |   84 +++++++
 plugin.audio.podcatcher/feedreader/atom.py         |   72 ++++++
 plugin.audio.podcatcher/feedreader/feedfactory.py  |   41 ++++
 plugin.audio.podcatcher/feedreader/opml.py         |  159 ++++++++++++
 plugin.audio.podcatcher/feedreader/rss.py          |  114 +++++++++
 .../html.py                                        |    2 +-
 plugin.audio.podcatcher/icon.png                   |  Bin 0 -> 75306 bytes
 .../resources/language/English/strings.xml         |   10 +
 .../resources/language/German/strings.xml          |   11 +
 plugin.audio.podcatcher/resources/settings.xml     |    3 +
 plugin.audio.podcatcher/simplexbmc.py              |  152 ++++++++++++
 19 files changed, 1113 insertions(+), 1 deletions(-)
 create mode 100644 plugin.audio.podcatcher/README-DE
 create mode 100644 plugin.audio.podcatcher/README-EN
 create mode 100644 plugin.audio.podcatcher/addon.xml
 create mode 100644 plugin.audio.podcatcher/backgroundDownloader.py
 create mode 100644 plugin.audio.podcatcher/changelog.txt
 create mode 100644 plugin.audio.podcatcher/default.py
 create mode 100644 plugin.audio.podcatcher/feedreader/__init__.py
 create mode 100644 plugin.audio.podcatcher/feedreader/archivefile.py
 create mode 100644 plugin.audio.podcatcher/feedreader/atom.py
 create mode 100644 plugin.audio.podcatcher/feedreader/feedfactory.py
 create mode 100644 plugin.audio.podcatcher/feedreader/opml.py
 create mode 100644 plugin.audio.podcatcher/feedreader/rss.py
 copy {plugin.video.mediathek => plugin.audio.podcatcher}/html.py (91%)
 create mode 100644 plugin.audio.podcatcher/icon.png
 create mode 100644 
plugin.audio.podcatcher/resources/language/English/strings.xml
 create mode 100644 
plugin.audio.podcatcher/resources/language/German/strings.xml
 create mode 100644 plugin.audio.podcatcher/resources/settings.xml
 create mode 100644 plugin.audio.podcatcher/simplexbmc.py


hooks/post-receive
-- 
Plugins

------------------------------------------------------------------------------
EMC VNX: the world's simplest storage, starting under $10K
The only unified storage solution that offers unified management 
Up to 160% more powerful than alternatives and 25% more efficient. 
Guaranteed. http://p.sf.net/sfu/emc-vnx-dev2dev
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons

Reply via email to