The branch, eden has been updated
via 30d96c257ec99ae98a14a177a1f63d5cbb5284bc (commit)
from 8d927e593e695ff20833ed7ba35c88a1a54d2097 (commit)
- Log -----------------------------------------------------------------
http://xbmc.git.sourceforge.net/git/gitweb.cgi?p=xbmc/plugins;a=commit;h=30d96c257ec99ae98a14a177a1f63d5cbb5284bc
commit 30d96c257ec99ae98a14a177a1f63d5cbb5284bc
Author: beenje <[email protected]>
Date: Thu Aug 22 20:41:00 2013 +0200
[plugin.video.jupiterbroadcasting] updated to version 2.9.3
diff --git a/plugin.video.jupiterbroadcasting/addon.xml
b/plugin.video.jupiterbroadcasting/addon.xml
index 1d664e1..cbbda82 100644
--- a/plugin.video.jupiterbroadcasting/addon.xml
+++ b/plugin.video.jupiterbroadcasting/addon.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.jupiterbroadcasting"
name="Jupiter Broadcasting"
- version="2.9.2"
+ version="2.9.3"
provider-name="Rob Loach">
<requires>
<import addon="xbmc.python" version="2.0"/>
diff --git a/plugin.video.jupiterbroadcasting/changelog.txt
b/plugin.video.jupiterbroadcasting/changelog.txt
index 9df496d..935b66b 100644
--- a/plugin.video.jupiterbroadcasting/changelog.txt
+++ b/plugin.video.jupiterbroadcasting/changelog.txt
@@ -1,3 +1,6 @@
+[B]Version 2.9.3: August 21st, 2013[/B]
+- New show: Linux Unplugged
+
[B]Version 2.9.2: May 16th, 2013[/B]
- New show: Plan B
- Episodes per page is now a setting
diff --git a/plugin.video.jupiterbroadcasting/default.py
b/plugin.video.jupiterbroadcasting/default.py
index 17dbfea..89d97ae 100644
--- a/plugin.video.jupiterbroadcasting/default.py
+++ b/plugin.video.jupiterbroadcasting/default.py
@@ -171,6 +171,16 @@ def CATEGORIES():
'genre': 'Technology'
}
+ # Linux Unplugged
+ shows[__language__(30019)] = {
+ 'feed': 'http://feeds.feedburner.com/linuxunvid?format=xml',
+ 'feed-low': 'http://feeds.feedburner.com/linuxunogg?format=xml',
+ 'feed-audio': 'http://feeds.feedburner.com/linuxunogg?format=xml',
+ 'image': os.path.join(__settings__.getAddonInfo('path'), 'resources',
'media', 'linuxunplugged.jpg'),
+ 'plot': __language__(30219),
+ 'genre': 'Technology'
+ }
+
# Jupiter Broadcasting Live via the HLS/RTMP stream
liveUrl =
'http://videocdn-us.geocdn.scaleengine.net/jblive-iphone/live/jblive.stream/playlist.m3u8'
if (quality == 1):
diff --git
a/plugin.video.jupiterbroadcasting/resources/language/English/strings.xml
b/plugin.video.jupiterbroadcasting/resources/language/English/strings.xml
index 66f8319..b40fe3c 100644
--- a/plugin.video.jupiterbroadcasting/resources/language/English/strings.xml
+++ b/plugin.video.jupiterbroadcasting/resources/language/English/strings.xml
@@ -52,6 +52,9 @@
<string id="30018">Plan B</string>
<string id="30218">Weekly talk show contemplating the future and present of
Bitcoin. With insights for the novice, shop talk for the expert, and
opinionated discussion for the interested observer of bitcoin and related
technologies.</string>
+ <string id="30019">Linux Unplugged</string>
+ <string id="30219">Cleans up after the sloppy seconds of the Linux Action
Show.</string>
+
<!-- Settings -->
<string id="30100">General</string>
<string id="30101">Quality</string>
-----------------------------------------------------------------------
Summary of changes:
plugin.video.jupiterbroadcasting/addon.xml | 2 +-
plugin.video.jupiterbroadcasting/changelog.txt | 3 +++
plugin.video.jupiterbroadcasting/default.py | 10 ++++++++++
.../resources/language/English/strings.xml | 3 +++
.../resources/media/linuxunplugged.jpg | Bin 0 -> 657526 bytes
5 files changed, 17 insertions(+), 1 deletions(-)
create mode 100644
plugin.video.jupiterbroadcasting/resources/media/linuxunplugged.jpg
hooks/post-receive
--
Plugins
------------------------------------------------------------------------------
Introducing Performance Central, a new site from SourceForge and
AppDynamics. Performance Central is your source for news, insights,
analysis and resources for efficient Application Performance Management.
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons