The branch, frodo has been updated
       via  48a12a8303957c6064e67921888a1b9d9bfb2a66 (commit)
       via  332991b7531dbe4996981f0e9e4a2ef826d53cc1 (commit)
      from  d1573782062a58a52d0be7920e75b51192d5d865 (commit)

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

commit 48a12a8303957c6064e67921888a1b9d9bfb2a66
Author: beenje <bee...@xbmc.org>
Date:   Thu Jan 9 14:54:56 2014 +0100

    [plugin.video.nolife] updated to version 2.17.3

diff --git a/plugin.video.nolife/addon.xml b/plugin.video.nolife/addon.xml
index cfad4f1..0d92be2 100644
--- a/plugin.video.nolife/addon.xml
+++ b/plugin.video.nolife/addon.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
 <addon id="plugin.video.nolife"
        name="Nolife Online"
-       version="2.17.2"
+       version="2.17.3"
        provider-name="gormux">
   <requires>
     <import addon="xbmc.python" version="2.1.0"/>
diff --git a/plugin.video.nolife/resources/settings.xml 
b/plugin.video.nolife/resources/settings.xml
index 64eae2b..b9335a6 100644
--- a/plugin.video.nolife/resources/settings.xml
+++ b/plugin.video.nolife/resources/settings.xml
@@ -3,10 +3,10 @@
 
     <!-- Authentication -->
     <category label="30001">
-        <setting id="authenticate" type="bool" label="30010" default="false" />
-        <setting id="username" type="text" label="30011" enable="eq(-1,true)" 
default="" />
-        <setting id="password" type="text" option="hidden" label="30012" 
default="" enable="eq(-2,true)"/>
-        <setting id="extracts" type="bool" option="hidden" label="30013" 
default="" enable="eq(-3,false)"/>
+        <setting id="authenticate" type="bool" label="30002" default="false" />
+        <setting id="username" type="text" label="30003" enable="eq(-1,true)" 
default="" />
+        <setting id="password" type="text" option="hidden" label="30004" 
default="" enable="eq(-2,true)"/>
+        <setting id="extracts" type="bool" option="hidden" label="30005" 
default="" enable="eq(-3,false)"/>
     </category>
     <!-- Affichage -->
     <category label="30006">

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


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

Summary of changes:
 plugin.video.nolife/addon.xml                      |    2 +-
 plugin.video.nolife/resources/settings.xml         |    8 +-
 plugin.video.schaetzederwelt/LEGAL.txt             |   10 ++
 .../LICENSE.txt                                    |    0
 plugin.video.schaetzederwelt/README.md             |   23 +++
 plugin.video.schaetzederwelt/addon.py              |  142 ++++++++++++++++++++
 plugin.video.schaetzederwelt/addon.xml             |   25 ++++
 plugin.video.schaetzederwelt/changelog.txt         |   10 ++
 plugin.video.schaetzederwelt/fanart.jpg            |  Bin 0 -> 603673 bytes
 plugin.video.schaetzederwelt/icon.png              |  Bin 0 -> 13321 bytes
 .../resources/__init__.py                          |    0
 .../resources/language/English/strings.xml         |   15 ++
 .../resources/language/German/strings.xml          |   15 ++
 .../resources/lib}/__init__.py                     |    0
 .../resources/lib/htmlscraper.py                   |  117 ++++++++++++++++
 15 files changed, 362 insertions(+), 5 deletions(-)
 create mode 100644 plugin.video.schaetzederwelt/LEGAL.txt
 copy {plugin.audio.dradio => plugin.video.schaetzederwelt}/LICENSE.txt (100%)
 create mode 100644 plugin.video.schaetzederwelt/README.md
 create mode 100644 plugin.video.schaetzederwelt/addon.py
 create mode 100644 plugin.video.schaetzederwelt/addon.xml
 create mode 100644 plugin.video.schaetzederwelt/changelog.txt
 create mode 100644 plugin.video.schaetzederwelt/fanart.jpg
 create mode 100644 plugin.video.schaetzederwelt/icon.png
 copy {plugin.audio.jambmc => 
plugin.video.schaetzederwelt}/resources/__init__.py (100%)
 create mode 100644 
plugin.video.schaetzederwelt/resources/language/English/strings.xml
 create mode 100644 
plugin.video.schaetzederwelt/resources/language/German/strings.xml
 copy {plugin.audio.jambmc/resources => 
plugin.video.schaetzederwelt/resources/lib}/__init__.py (100%)
 create mode 100644 plugin.video.schaetzederwelt/resources/lib/htmlscraper.py


hooks/post-receive
-- 
Plugins

------------------------------------------------------------------------------
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments & Everything In Between.
Get a Quote or Start a Free Trial Today. 
http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk
_______________________________________________
Xbmc-addons mailing list
Xbmc-addons@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xbmc-addons

Reply via email to