The branch, dharma has been updated
via e0b62cde3d96cd35d0859cfa8a845692fabd01e9 (commit)
from bfdffa3d12d47b898c5fac70e7d54c14c5d171bc (commit)
- Log -----------------------------------------------------------------
http://xbmc.git.sourceforge.net/git/gitweb.cgi?p=xbmc/plugins;a=commit;h=e0b62cde3d96cd35d0859cfa8a845692fabd01e9
commit e0b62cde3d96cd35d0859cfa8a845692fabd01e9
Author: spiff <[email protected]>
Date: Mon Jul 9 10:59:23 2012 +0200
[plugin.video.jupiterbroadcasting] updated to version 1.8.0
diff --git a/plugin.video.jupiterbroadcasting/README.md
b/plugin.video.jupiterbroadcasting/README.md
index 084a19f..c250fc9 100644
--- a/plugin.video.jupiterbroadcasting/README.md
+++ b/plugin.video.jupiterbroadcasting/README.md
@@ -15,6 +15,8 @@ Shows
* Jupiter@Nite
* The MMOrgue
* LOTSO
+* Unfilter
+* Coder Radio
* Beer Is Tasty
* Jupiter Files
diff --git a/plugin.video.jupiterbroadcasting/addon.xml
b/plugin.video.jupiterbroadcasting/addon.xml
index 8e92657..3c95bc9 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="1.6.0"
+ version="1.8.0"
provider-name="Rob Loach">
<requires>
<import addon="xbmc.python" version="1.0"/>
diff --git a/plugin.video.jupiterbroadcasting/changelog.txt
b/plugin.video.jupiterbroadcasting/changelog.txt
index b84d262..1718d87 100644
--- a/plugin.video.jupiterbroadcasting/changelog.txt
+++ b/plugin.video.jupiterbroadcasting/changelog.txt
@@ -1,3 +1,7 @@
+[B]Version 1.8.0: July 7th, 2012[/B]
+- New show: Unfilter
+- New show: Coder Radio
+
[B]Version 1.6.0: April 4th, 2012[/B]
- New show: TORked
- Highlighting the most recent and live show titles
diff --git a/plugin.video.jupiterbroadcasting/default.py
b/plugin.video.jupiterbroadcasting/default.py
index c20ae49..01102e7 100644
--- a/plugin.video.jupiterbroadcasting/default.py
+++ b/plugin.video.jupiterbroadcasting/default.py
@@ -63,6 +63,15 @@ def CATEGORIES():
'genre': 'Technology'
}
+ # Unfilter
+ shows[__language__(30016)] = {
+ 'feed': 'http://www.jupiterbroadcasting.com/feeds/unfilterHD.xml',
+ 'feed-low': 'http://www.jupiterbroadcasting.com/feeds/unfilterMob.xml',
+ 'image': 'http://www.jupiterbroadcasting.com/images/itunes-badge.jpg',
+ 'plot': __language__(30216),
+ 'genre': 'Technology'
+ }
+
# FauxShow
shows[__language__(30011)] = {
'feed': 'http://blip.tv/fauxshow/rss/itunes',
@@ -126,6 +135,15 @@ def CATEGORIES():
'genre': 'Technology'
}
+ # Coder Radio
+ shows[__language__(30017)] = {
+ 'feed': 'http://feeds.feedburner.com/coderradiovideo?format=xml',
+ 'feed-low':
'http://www.jupiterbroadcasting.com/feeds/coderradioogg.xml?format=xml',
+ 'image': 'http://www.jupiterbroadcasting.com/images/CR-rssBadge.jpg',
+ 'plot': __language__(30217),
+ 'genre': 'Technology'
+ }
+
# Jupiter Broadcasting Live via the RTMP stream
addLink(__language__(30010),
'rtsp://videocdn-us.geocdn.scaleengine.net/jblive/jblive.stream', '',
'http://images2.wikia.nocookie.net/__cb20110118004527/jupiterbroadcasting/images/2/24/JupiterBadgeGeneric.jpg',
{
'title': __language__(30010),
diff --git
a/plugin.video.jupiterbroadcasting/resources/language/English/strings.xml
b/plugin.video.jupiterbroadcasting/resources/language/English/strings.xml
index 5f07bd4..11932bd 100644
--- a/plugin.video.jupiterbroadcasting/resources/language/English/strings.xml
+++ b/plugin.video.jupiterbroadcasting/resources/language/English/strings.xml
@@ -43,6 +43,12 @@
<string id="30015">TORked</string>
<string id="30215">Star Wars: The Old Republic podcast that goes in-depth
into TOR updates and features on a weekly basis.</string>
+ <string id="30016">Unfilter</string>
+ <string id="30216">We're living in historic times. Don't waste it on TV.
Unplug from the distractions and propaganda, and unfilter your life!</string>
+
+ <string id="30017">Coder Radio</string>
+ <string id="30217">A weekly talk show taking a pragmatic look at the art and
business of Software Development and related technologies.</string>
+
<!-- Settings -->
<string id="30100">General</string>
<string id="30101">Video Quality</string>
-----------------------------------------------------------------------
Summary of changes:
plugin.video.jupiterbroadcasting/README.md | 2 ++
plugin.video.jupiterbroadcasting/addon.xml | 2 +-
plugin.video.jupiterbroadcasting/changelog.txt | 4 ++++
plugin.video.jupiterbroadcasting/default.py | 18 ++++++++++++++++++
.../resources/language/English/strings.xml | 6 ++++++
5 files changed, 31 insertions(+), 1 deletions(-)
hooks/post-receive
--
Plugins
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons