On Sun, Dec 5, 2010 at 10:30 PM, Christian Kölpin <[email protected]> wrote:
> *addon - plugin.video.mediathek
> *version - 0.1.4
> *url - git://github.com/raptor2101/Mediathek.git
> *revision - 442146c
> *branch - master
> *xbmc version - dharma
added with a few minor tweaks (attached). thanks for your contribution
(will push soon)
arnem
From 8d89af1619156f58c24d95c362a82e130f731285 Mon Sep 17 00:00:00 2001
From: spiff <[email protected]>
Date: Tue, 7 Dec 2010 20:08:01 +0100
Subject: [PATCH 1/2] we're not going to execute these on the terminal...
---
icon.png | Bin 93751 -> 93751 bytes
resources/logos/ard.jpg | Bin 3418 -> 3418 bytes
resources/logos/arte.jpeg | Bin 3962 -> 3962 bytes
resources/logos/phoenix.jpg | Bin 3803 -> 3803 bytes
resources/logos/zdf.jpg | Bin 8180 -> 8180 bytes
5 files changed, 0 insertions(+), 0 deletions(-)
mode change 100755 => 100644 LICENSE.txt
mode change 100755 => 100644 addon.xml
mode change 100755 => 100644 changelog.txt
mode change 100755 => 100644 default.py
mode change 100755 => 100644 fetchOfflineData.py
mode change 100755 => 100644 html.py
mode change 100755 => 100644 icon.png
mode change 100755 => 100644 mediathek/__init__.py
mode change 100755 => 100644 mediathek/ard.py
mode change 100755 => 100644 mediathek/arte.py
mode change 100755 => 100644 mediathek/dreisat.py
mode change 100755 => 100644 mediathek/factory.py
mode change 100755 => 100644 mediathek/zdf.py
mode change 100755 => 100644 resources/language/English/strings.xml
mode change 100755 => 100644 resources/language/German/strings.xml
mode change 100755 => 100644 resources/logos/ard.jpg
mode change 100755 => 100644 resources/logos/arte.jpeg
mode change 100755 => 100644 resources/logos/phoenix.jpg
mode change 100755 => 100644 resources/logos/zdf.jpg
mode change 100755 => 100644 resources/settings.xml
mode change 100755 => 100644 simplexbmc.py
mode change 100755 => 100644 simplexml.py
diff --git a/LICENSE.txt b/LICENSE.txt
old mode 100755
new mode 100644
diff --git a/addon.xml b/addon.xml
old mode 100755
new mode 100644
diff --git a/changelog.txt b/changelog.txt
old mode 100755
new mode 100644
diff --git a/default.py b/default.py
old mode 100755
new mode 100644
diff --git a/fetchOfflineData.py b/fetchOfflineData.py
old mode 100755
new mode 100644
diff --git a/html.py b/html.py
old mode 100755
new mode 100644
diff --git a/mediathek/__init__.py b/mediathek/__init__.py
old mode 100755
new mode 100644
diff --git a/mediathek/ard.py b/mediathek/ard.py
old mode 100755
new mode 100644
diff --git a/mediathek/arte.py b/mediathek/arte.py
old mode 100755
new mode 100644
diff --git a/mediathek/dreisat.py b/mediathek/dreisat.py
old mode 100755
new mode 100644
diff --git a/mediathek/factory.py b/mediathek/factory.py
old mode 100755
new mode 100644
diff --git a/mediathek/zdf.py b/mediathek/zdf.py
old mode 100755
new mode 100644
diff --git a/resources/language/English/strings.xml b/resources/language/English/strings.xml
old mode 100755
new mode 100644
diff --git a/resources/language/German/strings.xml b/resources/language/German/strings.xml
old mode 100755
new mode 100644
diff --git a/resources/settings.xml b/resources/settings.xml
old mode 100755
new mode 100644
diff --git a/simplexbmc.py b/simplexbmc.py
old mode 100755
new mode 100644
diff --git a/simplexml.py b/simplexml.py
old mode 100755
new mode 100644
--
1.7.0.4
From 97d18052fbcee324ffc9a6d2cccc01d45365c65c Mon Sep 17 00:00:00 2001
From: spiff <[email protected]>
Date: Tue, 7 Dec 2010 20:09:00 +0100
Subject: [PATCH 2/2] add language identifier for english and sort alpha
---
addon.xml | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/addon.xml b/addon.xml
index 00f6172..30db0dc 100644
--- a/addon.xml
+++ b/addon.xml
@@ -13,16 +13,16 @@
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
- <summary>Gives acces to the most video-platforms from german public service broadcaster</summary>
<summary lang="de">Ermöglicht den zugriff auf alle deutschen Mediatheken der öffentlich Rechtlichen</summary>
- <description>Gives acces to the most video-platforms from german public service broadcaster.
-Currently implemented:
- 3Sat, ARD, ZDF, ARTE
-</description>
+ <summary lang="en">Gives acces to the most video-platforms from german public service broadcaster</summary>
<description lang="de">Ermöglicht den zugriff auf alle deutschen Mediatheken der öffentlich Rechtlichen.
Aktuell implementiert sind:
3Sat, ARD, ZDF, ARTE
</description>
+ <description lang="en">Gives acces to the most video-platforms from german public service broadcaster.
+Currently implemented:
+ 3Sat, ARD, ZDF, ARTE
+</description>
<platform>all</platform>
</extension>
</addon>
--
1.7.0.4
------------------------------------------------------------------------------
What happens now with your Lotus Notes apps - do you make another costly
upgrade, or settle for being marooned without product support? Time to move
off Lotus Notes and onto the cloud with Force.com, apps are easier to build,
use, and manage than apps on traditional platforms. Sign up for the Lotus
Notes Migration Kit to learn more. http://p.sf.net/sfu/salesforce-d2d
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons