The branch, eden has been updated
via bb1db4b060a7649ed2d47998d15e827d9807e839 (commit)
via 75ac4b16522467d0946f3d9244a11733443566f5 (commit)
from b4ac5fcfc0464350f3d6d4de4c39952b19749387 (commit)
- Log -----------------------------------------------------------------
http://xbmc.git.sourceforge.net/git/gitweb.cgi?p=xbmc/plugins;a=commit;h=bb1db4b060a7649ed2d47998d15e827d9807e839
commit bb1db4b060a7649ed2d47998d15e827d9807e839
Author: beenje <[email protected]>
Date: Sun Mar 3 22:24:23 2013 +0100
[plugin.video.onside.tv] marked as broken
diff --git a/plugin.video.onside.tv/addon.xml b/plugin.video.onside.tv/addon.xml
index b1ba5d0..c3f0b44 100644
--- a/plugin.video.onside.tv/addon.xml
+++ b/plugin.video.onside.tv/addon.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<addon
id="plugin.video.onside.tv"
- version="2.1.0"
+ version="2.1.1"
name="Onside TV"
provider-name="twinther [[email protected]]">
<requires>
@@ -20,5 +20,6 @@
<license>GPL 2.0</license>
<platform>all</platform>
<language>da</language>
+ <broken>broken due to site changes</broken>
</extension>
</addon>
http://xbmc.git.sourceforge.net/git/gitweb.cgi?p=xbmc/plugins;a=commit;h=75ac4b16522467d0946f3d9244a11733443566f5
commit 75ac4b16522467d0946f3d9244a11733443566f5
Author: beenje <[email protected]>
Date: Sun Mar 3 22:22:15 2013 +0100
[plugin.video.mlbmc] updated to version 1.1.1
diff --git a/plugin.video.mlbmc/addon.xml b/plugin.video.mlbmc/addon.xml
index 78d9b43..985f4a9 100644
--- a/plugin.video.mlbmc/addon.xml
+++ b/plugin.video.mlbmc/addon.xml
@@ -1,20 +1,20 @@
-<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
-<addon id="plugin.video.mlbmc"
- name="MLBMC"
- version="1.1.0"
- provider-name="divingmule">
- <requires>
- <import addon="xbmc.python" version="2.0"/>
- <import addon="script.module.beautifulsoup" version="3.0.8"/>
- </requires>
- <extension point="xbmc.python.pluginsource"
- library="default.py">
- <provides>video</provides>
- </extension>
- <extension point="xbmc.addon.metadata">
- <summary>Videos from mlb.com, Live games for MLB.tv subscribers.</summary>
- <description>Video highlights from MLB.com. MLb.tv subscribers can watch
the live and archived games. Usually there is a free game of the day witch only
requires a mlb.com account.</description>
- <platform>all</platform>
- <language>en</language>
- </extension>
-</addon>
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<addon id="plugin.video.mlbmc"
+ name="MLBMC"
+ version="1.1.1"
+ provider-name="divingmule">
+ <requires>
+ <import addon="xbmc.python" version="2.0"/>
+ <import addon="script.module.beautifulsoup" version="3.0.8"/>
+ </requires>
+ <extension point="xbmc.python.pluginsource"
+ library="default.py">
+ <provides>video</provides>
+ </extension>
+ <extension point="xbmc.addon.metadata">
+ <summary>Videos from mlb.com, Live games for MLB.tv subscribers.</summary>
+ <description>Video highlights from MLB.com. MLb.tv subscribers can watch
the live and archived games. Usually there is a free game of the day witch only
requires a mlb.com account.</description>
+ <platform>all</platform>
+ <language>en</language>
+ </extension>
+</addon>
diff --git a/plugin.video.mlbmc/changelog.txt b/plugin.video.mlbmc/changelog.txt
index 4425e61..aa58161 100644
--- a/plugin.video.mlbmc/changelog.txt
+++ b/plugin.video.mlbmc/changelog.txt
@@ -1,29 +1,32 @@
-Version 1.1.0
-fix bug in mlb.tv listing
-
-Version 1.0.9
-added option to show scores in game lists
-added a kind-of calender function for getting game dates, thanks to J_K_M_A_N
for the inspiration!
-
-Version 1.0.8
-added game highlights patch from bunglebungle -
http://forum.xbmc.org/showthread.php?tid=104391&pid=1109006#pid1109006
-
-Version 1.0.7
-added Full Count, a daily live show
-added a time delay for todays games
-fixed some bugs in MLB.tv game list
-
-Version 1.0.6
-fix for condensed games
-
-Version 1.0.5
-fixes and updates for the start of 2012 season
-added initial support for Gameday Audio
-
-Version 1.0.1
-added many new categories
-added search
-fixed an issue with request headers
-
-Version 1.0.0
+Version 1.1.1
+fix archived MLB.tv games
+
+Version 1.1.0
+fix bug in mlb.tv listing
+
+Version 1.0.9
+added option to show scores in game lists
+added a kind-of calender function for getting game dates, thanks to J_K_M_A_N
for the inspiration!
+
+Version 1.0.8
+added game highlights patch from bunglebungle -
http://forum.xbmc.org/showthread.php?tid=104391&pid=1109006#pid1109006
+
+Version 1.0.7
+added Full Count, a daily live show
+added a time delay for todays games
+fixed some bugs in MLB.tv game list
+
+Version 1.0.6
+fix for condensed games
+
+Version 1.0.5
+fixes and updates for the start of 2012 season
+added initial support for Gameday Audio
+
+Version 1.0.1
+added many new categories
+added search
+fixed an issue with request headers
+
+Version 1.0.0
initial for eden
\ No newline at end of file
diff --git a/plugin.video.mlbmc/default.py b/plugin.video.mlbmc/default.py
index 0356365..8bb0488 100644
--- a/plugin.video.mlbmc/default.py
+++ b/plugin.video.mlbmc/default.py
@@ -1,4 +1,4 @@
-# * This Program is free software; you can redistribute it and/or modify
+# * 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
# * the Free Software Foundation; either version 2, or (at your option)
# * any later version.
@@ -771,7 +771,7 @@ def mlbGame(event_id, full_count=False):
event_id = soup.find('event-id').string
for item in items:
if item.state.string == 'MEDIA_ARCHIVE':
- if event_id.split('-')[2] != '2012':
+ if int(event_id.split('-')[2]) < 2012:
scenario = __settings__.getSetting('archive_scenario')
else:
scenario = 'FMS_CLOUD'
diff --git a/plugin.video.mlbmc/resources/language/English/strings.xml
b/plugin.video.mlbmc/resources/language/English/strings.xml
index ebfc405..ef3383d 100644
--- a/plugin.video.mlbmc/resources/language/English/strings.xml
+++ b/plugin.video.mlbmc/resources/language/English/strings.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8" standalone="yes"?>
+<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<strings>
<string id="30000">MLB.TV</string>
<string id="30001">Play Latest Videos</string>
diff --git a/plugin.video.mlbmc/resources/settings.xml
b/plugin.video.mlbmc/resources/settings.xml
index 6c06004..8fa65e5 100644
--- a/plugin.video.mlbmc/resources/settings.xml
+++ b/plugin.video.mlbmc/resources/settings.xml
@@ -1,12 +1,12 @@
-<settings>
- <category label="General">
- <setting id="show_scores" type="bool" label="30012" default="false"/>
- <setting id="debug" type="bool" label="30089" default="false"/>
- </category>
- <category label="MLB.TV">
- <setting id="email" type="text" label="30085" default=""/>
- <setting id="password" type="text" label="30086" default=""
option="hidden"/>
- <setting id="scenario" type="select" label="30087"
values="2400K|1800K|1200K|800K|500K|300K" default="2400K"/>
- <setting id="archive_scenario" type="select" label="30088"
values="FLASH_1200K_800X448|FLASH_800K_400X448|FLASH_500K_400X224|FLASH_128K_256X144"
default="FLASH_1200K_800X448"/>
- </category>
+<settings>
+ <category label="General">
+ <setting id="show_scores" type="bool" label="30012" default="false"/>
+ <setting id="debug" type="bool" label="30089" default="false"/>
+ </category>
+ <category label="MLB.TV">
+ <setting id="email" type="text" label="30085" default=""/>
+ <setting id="password" type="text" label="30086" default=""
option="hidden"/>
+ <setting id="scenario" type="select" label="30087"
values="2400K|1800K|1200K|800K|500K|300K" default="2400K"/>
+ <setting id="archive_scenario" type="select" label="30088"
values="FLASH_1200K_800X448|FLASH_800K_400X448|FLASH_500K_400X224|FLASH_128K_256X144"
default="FLASH_1200K_800X448"/>
+ </category>
</settings>
\ No newline at end of file
-----------------------------------------------------------------------
Summary of changes:
plugin.video.mlbmc/addon.xml | 40 +++++++-------
plugin.video.mlbmc/changelog.txt | 59 ++++++++++---------
plugin.video.mlbmc/default.py | 4 +-
.../resources/language/English/strings.xml | 2 +-
plugin.video.mlbmc/resources/settings.xml | 22 ++++----
plugin.video.onside.tv/addon.xml | 3 +-
6 files changed, 67 insertions(+), 63 deletions(-)
hooks/post-receive
--
Plugins
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons