The branch, dharma has been updated
       via  09ee217c4db9f114a09b202d72aed30a16b6d000 (commit)
      from  e313dd917a82ef10767c28216ba201140a763a4e (commit)

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

commit 09ee217c4db9f114a09b202d72aed30a16b6d000
Author: spiff <[email protected]>
Date:   Sun Dec 19 13:01:16 2010 +0100

    [plugin.video.vega] initial version (1.0.0). thanks to Jeppe Toustrup

diff --git a/.gitignore b/.gitignore
index 758afb5..91cfa76 100644
--- a/.gitignore
+++ b/.gitignore
@@ -24,3 +24,4 @@ plugin.video.mediathek/.gitignore
 plugin.audio.podcatcher/.git
 plugin.audio.podcatcher/.gitignore
 plugin.audio.podcatcher/icon.xcf
+plugin.video.vega/.git

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

Summary of changes:
 .gitignore                                         |    1 +
 .../LICENSE.txt                                    |    0
 plugin.video.vega/README                           |    1 +
 plugin.video.vega/addon.xml                        |   16 +++
 plugin.video.vega/changelog.txt                    |    2 +
 plugin.video.vega/default.py                       |   43 +++++++++
 plugin.video.vega/icon.png                         |  Bin 0 -> 12934 bytes
 .../resources/__init__.py                          |    0
 .../resources/language/English/strings.xml         |    4 +-
 .../resources/lib}/__init__.py                     |    0
 plugin.video.vega/resources/lib/getter.py          |  100 ++++++++++++++++++++
 plugin.video.vega/resources/lib/printer.py         |   83 ++++++++++++++++
 plugin.video.vega/resources/settings.xml           |    4 +
 13 files changed, 252 insertions(+), 2 deletions(-)
 copy {plugin.audio.soundcloud => plugin.video.vega}/LICENSE.txt (100%)
 create mode 100644 plugin.video.vega/README
 create mode 100644 plugin.video.vega/addon.xml
 create mode 100644 plugin.video.vega/changelog.txt
 create mode 100644 plugin.video.vega/default.py
 create mode 100644 plugin.video.vega/icon.png
 copy {plugin.image.icanhascheezburger.com => 
plugin.video.vega}/resources/__init__.py (100%)
 copy {plugin.video.tvnz.ondemand => 
plugin.video.vega}/resources/language/English/strings.xml (55%)
 copy {plugin.image.icanhascheezburger.com/resources => 
plugin.video.vega/resources/lib}/__init__.py (100%)
 create mode 100644 plugin.video.vega/resources/lib/getter.py
 create mode 100644 plugin.video.vega/resources/lib/printer.py
 create mode 100644 plugin.video.vega/resources/settings.xml


hooks/post-receive
-- 
Plugins

------------------------------------------------------------------------------
Lotusphere 2011
Register now for Lotusphere 2011 and learn how
to connect the dots, take your collaborative environment
to the next level, and enter the era of Social Business.
http://p.sf.net/sfu/lotusphere-d2d
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons

Reply via email to