The branch, dharma has been updated
via 98837788e57ce9718c4e548a7545b253aacfa358 (commit)
via d2822f9b64785db54be200abff45faedf09bc3d8 (commit)
from eb6808753f2a0473727e86dcf4ff826f45e7734d (commit)
- Log -----------------------------------------------------------------
http://xbmc.git.sourceforge.net/git/gitweb.cgi?p=xbmc/plugins;a=commit;h=98837788e57ce9718c4e548a7545b253aacfa358
commit 98837788e57ce9718c4e548a7545b253aacfa358
Author: spiff <[email protected]>
Date: Sun Jan 15 19:23:16 2012 +0100
[plugin.audio.radio_de] initial version (0.0.1). thanks to Tristan Fischer
([email protected])
diff --git a/.gitignore b/.gitignore
index b4e19e1..7173a12 100644
--- a/.gitignore
+++ b/.gitignore
@@ -88,3 +88,4 @@ plugin.video.leafstv/.git
plugin.audio.sverigesradio/.git
plugin.video.radbox/.git
plugin.video.jupiterbroadcasting/.git
+plugin.audio.radio_de/.git
http://xbmc.git.sourceforge.net/git/gitweb.cgi?p=xbmc/plugins;a=commit;h=d2822f9b64785db54be200abff45faedf09bc3d8
commit d2822f9b64785db54be200abff45faedf09bc3d8
Author: spiff <[email protected]>
Date: Sun Jan 15 19:14:53 2012 +0100
[plugin.video.khanacademy] updated to version 0.4.1
diff --git a/plugin.video.khanacademy/README.md
b/plugin.video.khanacademy/README.md
index e50adc4..42310a1 100644
--- a/plugin.video.khanacademy/README.md
+++ b/plugin.video.khanacademy/README.md
@@ -1,6 +1,6 @@
Khan Academey for XBMC
=======================
-version 0.4
+version 0.4.1
### Summary
diff --git a/plugin.video.khanacademy/addon.xml
b/plugin.video.khanacademy/addon.xml
index 38ad4fc..1934f3d 100644
--- a/plugin.video.khanacademy/addon.xml
+++ b/plugin.video.khanacademy/addon.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
-<addon id="plugin.video.khanacademy" name="Khan Academy" version="0.4"
provider-name="Jonathan Beluch (jbel)">
+<addon id="plugin.video.khanacademy" name="Khan Academy" version="0.4.1"
provider-name="Jonathan Beluch (jbel)">
<requires>
<import addon="xbmc.python" version="1.0"/>
<import addon="script.module.beautifulsoup" version="3.0.8"/>
diff --git a/plugin.video.khanacademy/changelog.txt
b/plugin.video.khanacademy/changelog.txt
index 49f3624..ea4538a 100644
--- a/plugin.video.khanacademy/changelog.txt
+++ b/plugin.video.khanacademy/changelog.txt
@@ -1,3 +1,6 @@
+Version 0.4.1
+* Fix syntax error
+
Version 0.4
* The website was changed to use a javacript API. Updated addon to parse this
API instead of the static HTML.
diff --git a/plugin.video.khanacademy/resources/lib/khan.py
b/plugin.video.khanacademy/resources/lib/khan.py
index 2e09310..7c89197 100644
--- a/plugin.video.khanacademy/resources/lib/khan.py
+++ b/plugin.video.khanacademy/resources/lib/khan.py
@@ -10,8 +10,8 @@ def api_url():
'''Returns the API url with a timestamp url paremeter set to
int(time.time() * 1000)
'''
- return 'http://www.khanacademy.org/api/v1/playlists/library/compact?v=%d' %
- int(time.time() * 1000)
+ return ('http://www.khanacademy.org/api/v1/playlists/library/compact?v=%d'
%
+ int(time.time() * 1000))
API_URL = api_url()
-----------------------------------------------------------------------
Summary of changes:
.gitignore | 1 +
.../LICENSE.txt | 0
plugin.audio.radio_de/addon.py | 286 ++++++++++++++++++++
plugin.audio.radio_de/addon.xml | 18 ++
.../changelog.txt | 0
plugin.audio.radio_de/icon.png | Bin 0 -> 25377 bytes
.../resources}/__init__.py | 0
.../resources/language/English/strings.xml | 27 ++
.../resources/language/French/strings.xml | 27 ++
.../resources/language/German/strings.xml | 27 ++
.../resources/lib}/__init__.py | 0
plugin.audio.radio_de/resources/lib/scraper.py | 136 ++++++++++
plugin.audio.radio_de/resources/settings.xml | 4 +
plugin.video.khanacademy/README.md | 2 +-
plugin.video.khanacademy/addon.xml | 2 +-
plugin.video.khanacademy/changelog.txt | 3 +
plugin.video.khanacademy/resources/lib/khan.py | 4 +-
17 files changed, 533 insertions(+), 4 deletions(-)
copy {plugin.video.4players => plugin.audio.radio_de}/LICENSE.txt (100%)
create mode 100644 plugin.audio.radio_de/addon.py
create mode 100644 plugin.audio.radio_de/addon.xml
copy plugin.audio.soundcloud/oauth2/clients/__init__.py =>
plugin.audio.radio_de/changelog.txt (100%)
create mode 100644 plugin.audio.radio_de/icon.png
copy {plugin.audio.soundcloud/oauth2/clients =>
plugin.audio.radio_de/resources}/__init__.py (100%)
create mode 100644 plugin.audio.radio_de/resources/language/English/strings.xml
create mode 100644 plugin.audio.radio_de/resources/language/French/strings.xml
create mode 100644 plugin.audio.radio_de/resources/language/German/strings.xml
copy {plugin.audio.soundcloud/oauth2/clients =>
plugin.audio.radio_de/resources/lib}/__init__.py (100%)
create mode 100644 plugin.audio.radio_de/resources/lib/scraper.py
create mode 100644 plugin.audio.radio_de/resources/settings.xml
hooks/post-receive
--
Plugins
------------------------------------------------------------------------------
RSA(R) Conference 2012
Mar 27 - Feb 2
Save $400 by Jan. 27
Register now!
http://p.sf.net/sfu/rsa-sfdev2dev2
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons