The branch, dharma has been updated
       via  0aeb5a7864ee72640bf32118013de53fcfabfa3d (commit)
       via  d163664c1468b242339e1b27dd1a095a4d5c89d7 (commit)
      from  e0aed4387e5588c0718a4cb01067c7e1f8a3327e (commit)

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

commit 0aeb5a7864ee72640bf32118013de53fcfabfa3d
Author: spiff <[email protected]>
Date:   Sun Jan 9 23:49:05 2011 +0100

    [plugin.video.raiclick] updated to version 1.1.1

diff --git a/plugin.video.raiclick/addon.xml b/plugin.video.raiclick/addon.xml
index dcca855..55495ee 100644
--- a/plugin.video.raiclick/addon.xml
+++ b/plugin.video.raiclick/addon.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
 <addon id="plugin.video.raiclick"
        name="RaiClick"
-       version="1.1.0"
+       version="1.1.1"
        provider-name="Angeloxx">
   <requires>
   <import addon="xbmc.python" version="1.0"/>
diff --git a/plugin.video.raiclick/default.py b/plugin.video.raiclick/default.py
index 431c1e5..2ff2df6 100644
--- a/plugin.video.raiclick/default.py
+++ b/plugin.video.raiclick/default.py
@@ -1,10 +1,10 @@
 '''
-    RaiClick for XBMC 1.1.0
+    RaiClick for XBMC 1.1.1
     Copyright (C) 2005-2011 Angelo Conforti <[email protected]>
     http://www.angeloxx.it
     
-    Lo script è un semplice browser del sito rai.tv, tutti i diritti
-    sono di proprietà della RAI
+    Lo script e' un semplice browser del sito rai.tv, tutti i diritti
+    sono di proprieta' della RAI
     
     This program is free software: you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
@@ -104,3 +104,4 @@ if (__name__ == "__main__"):
 
 xbmcplugin.endOfDirectory(int(sys.argv[1]))
 sys.modules.clear()
+
diff --git a/plugin.video.raiclick/raiclicklib.py 
b/plugin.video.raiclick/raiclicklib.py
index 565b7dc..5eae730 100644
--- a/plugin.video.raiclick/raiclicklib.py
+++ b/plugin.video.raiclick/raiclicklib.py
@@ -2,12 +2,12 @@ from string import *
 import urllib, re
 
 '''
-    RaiClick for XBMC 1.1.0
+    RaiClick for XBMC 1.1.1
     Copyright (C) 2005-2011 Angelo Conforti <[email protected]>
     http://www.angeloxx.it
     
-    Lo script è un semplice browser del sito rai.tv, tutti i diritti
-    sono di proprietà della RAI    
+    Lo script e' un semplice browser del sito rai.tv, tutti i diritti
+    sono di proprieta' della RAI    
 '''
 
 urlBase = "http://www.rai.tv/%s";
@@ -81,3 +81,5 @@ def openMovie(url):
     data = urllib.urlopen(url).read()
     result = re.findall("videoURL = \"(.*?)\"", data, re.DOTALL)
     return result[0]
+
+

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

commit d163664c1468b242339e1b27dd1a095a4d5c89d7
Author: spiff <[email protected]>
Date:   Sun Jan 9 23:42:51 2011 +0100

    [plugin.audio.podcatcher] updated to version 0.1.1

diff --git a/plugin.audio.podcatcher/addon.xml 
b/plugin.audio.podcatcher/addon.xml
index 573b57b..043858d 100644
--- a/plugin.audio.podcatcher/addon.xml
+++ b/plugin.audio.podcatcher/addon.xml
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <addon
   id="plugin.audio.podcatcher"
-  version="0.1.0"
-  name="AudioPodcaster"
+  version="0.1.1"
+  name="AudioPodcatcher"
   provider-name="Raptor 2101 [[email protected]]">
   <requires>
    <import addon="xbmc.python" version="1.0"/>
diff --git a/plugin.audio.podcatcher/changelog.txt 
b/plugin.audio.podcatcher/changelog.txt
index ef03d11..1127c9c 100644
--- a/plugin.audio.podcatcher/changelog.txt
+++ b/plugin.audio.podcatcher/changelog.txt
@@ -1,3 +1,4 @@
+version 0.1.1 - Improved Icon from freezy
 version 0.1.0 - Bugfixing, Hardening and so on ...
                 opml-file to load is now changeable by addon-settings
                 additional caching to support large opml files
diff --git a/plugin.audio.podcatcher/icon.png b/plugin.audio.podcatcher/icon.png
index 73fb865..2dbbf33 100644
Binary files a/plugin.audio.podcatcher/icon.png and 
b/plugin.audio.podcatcher/icon.png differ

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

Summary of changes:
 plugin.audio.podcatcher/addon.xml     |    4 ++--
 plugin.audio.podcatcher/changelog.txt |    1 +
 plugin.audio.podcatcher/icon.png      |  Bin 121717 -> 75306 bytes
 plugin.video.raiclick/addon.xml       |    2 +-
 plugin.video.raiclick/default.py      |    7 ++++---
 plugin.video.raiclick/raiclicklib.py  |    8 +++++---
 6 files changed, 13 insertions(+), 9 deletions(-)


hooks/post-receive
-- 
Plugins

------------------------------------------------------------------------------
Gaining the trust of online customers is vital for the success of any company
that requires sensitive data to be transmitted over the Web.   Learn how to 
best implement a security strategy that keeps consumers' information secure 
and instills the confidence they need to proceed with transactions.
http://p.sf.net/sfu/oracle-sfdevnl 
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons

Reply via email to