The branch, eden has been updated
via cdde3562eb47f243fbd431a3edee6bccc0a2522a (commit)
via ec795b9e3295c8f02e033051b7da8c7139101fb1 (commit)
from a86348f2023130fa78790caefe95561e6b50e573 (commit)
- Log -----------------------------------------------------------------
http://xbmc.git.sourceforge.net/git/gitweb.cgi?p=xbmc/plugins;a=commit;h=cdde3562eb47f243fbd431a3edee6bccc0a2522a
commit cdde3562eb47f243fbd431a3edee6bccc0a2522a
Author: Martijn Kaijser <[email protected]>
Date: Wed May 23 20:01:40 2012 +0200
[plugin.video.mtv_de] update to v 2.0.6
diff --git a/plugin.video.mtv_de/addon.xml b/plugin.video.mtv_de/addon.xml
index 436777e..c9aecac 100644
--- a/plugin.video.mtv_de/addon.xml
+++ b/plugin.video.mtv_de/addon.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<addon id="plugin.video.mtv_de" name="MTV.de" version="2.0.5"
provider-name="AddonScriptorDE">
+<addon id="plugin.video.mtv_de" name="MTV.de" version="2.0.6"
provider-name="AddonScriptorDE">
<requires>
<import addon="xbmc.python" version="2.0"/>
</requires>
diff --git a/plugin.video.mtv_de/changelog.txt
b/plugin.video.mtv_de/changelog.txt
index 27c62a5..0ce85f7 100644
--- a/plugin.video.mtv_de/changelog.txt
+++ b/plugin.video.mtv_de/changelog.txt
@@ -7,4 +7,5 @@
2.0.2 - Fixed problems in playlist.py on non win os
2.0.3 - Various fixes and optical optimizations
2.0.4 - Added 720p support & Fixed some Videos that were not playing
-2.0.5 - Removed Artist-Collection, Added Artists A-Z, Added Context-Menu for
deleting Title-Collection, Added Title-Blacklist, Added localization for
Context-Menus & Messages
\ No newline at end of file
+2.0.5 - Removed Artist-Collection, Added Artists A-Z, Added Context-Menu for
deleting Title-Collection, Added Title-Blacklist, Added localization for
Context-Menus & Messages
+2.0.6 - Fixed some problems with unavailable videos & new Error message on
mtv.de
\ No newline at end of file
diff --git a/plugin.video.mtv_de/default.py b/plugin.video.mtv_de/default.py
index b762a8a..8183dba 100644
--- a/plugin.video.mtv_de/default.py
+++ b/plugin.video.mtv_de/default.py
@@ -303,7 +303,7 @@ def playVideo(url):
content=content[content.find('type="video/mp4" bitrate="400">'):]
elif content.find('type="video/x-flv" bitrate="250">')>=0:
content=content[content.find('type="video/x-flv" bitrate="250">'):]
- elif content.find("/www/custom/intl/errorslates/video_error.flv")>=0
or content.find("/www/custom/intl/errorslates/copyright_error.flv")>=0:
+ elif content.find("/www/custom/intl/errorslates/video_error.flv")>=0
or content.find("/www/custom/intl/errorslates/copyright_error.flv")>=0 or
content.find('<error message="uri not found" />')>=0:
content=""
xbmc.executebuiltin('XBMC.Notification(Info:,'+str(translation(30209))+',5000)')
if content!="":
diff --git a/plugin.video.mtv_de/resources/language/German/strings.xml
b/plugin.video.mtv_de/resources/language/German/strings.xml
index a298be9..5c3ab2d 100644
--- a/plugin.video.mtv_de/resources/language/German/strings.xml
+++ b/plugin.video.mtv_de/resources/language/German/strings.xml
@@ -29,5 +29,5 @@
<string id="30206">Aus Artist Favs entfernen</string>
<string id="30207">Titel-Sammlung löschen</string>
<string id="30208">Alle Titel aus Titel-Sammlung löschen?</string>
- <string id="30209">Video ist nicht verfügbar!</string>
+ <string id="30209">Video ist nicht verfuegbar!</string>
</strings>
http://xbmc.git.sourceforge.net/git/gitweb.cgi?p=xbmc/plugins;a=commit;h=ec795b9e3295c8f02e033051b7da8c7139101fb1
-----------------------------------------------------------------------
Summary of changes:
.../LICENSE.txt | 0
plugin.audio.einslive_de/addon.xml | 19 +++
.../changelog.txt | 0
plugin.audio.einslive_de/default.py | 141 ++++++++++++++++++++
plugin.audio.einslive_de/icon.png | Bin 0 -> 6160 bytes
.../resources/language/English/strings.xml | 9 ++
.../resources/language/German/strings.xml | 9 ++
plugin.video.mtv_de/addon.xml | 2 +-
plugin.video.mtv_de/changelog.txt | 3 +-
plugin.video.mtv_de/default.py | 2 +-
.../resources/language/German/strings.xml | 2 +-
11 files changed, 183 insertions(+), 4 deletions(-)
copy {plugin.audio.radio_de => plugin.audio.einslive_de}/LICENSE.txt (100%)
create mode 100644 plugin.audio.einslive_de/addon.xml
copy {plugin.video.arte_tv => plugin.audio.einslive_de}/changelog.txt (100%)
create mode 100644 plugin.audio.einslive_de/default.py
create mode 100644 plugin.audio.einslive_de/icon.png
create mode 100644
plugin.audio.einslive_de/resources/language/English/strings.xml
create mode 100644
plugin.audio.einslive_de/resources/language/German/strings.xml
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