summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartijn Kaijser <martijn@xbmc.org>2017-10-29 07:58:23 +0100
committerGitHub <noreply@github.com>2017-10-29 07:58:23 +0100
commitfde9c36e01e98ee49b72a5a09374919264a2135c (patch)
tree3685973a5ec46237ec8dc84a86a276391a3f0991
parent4c67a9893135f8cce66e28beb42cf4901425ba78 (diff)
parent574aa912c9b04687d6335664b923b08a90b332f9 (diff)
Merge pull request #1482 from phoerious/krypton
[plugin.video.massengeschmack] 2.3.0
-rw-r--r--plugin.video.massengeschmack/addon.xml4
-rw-r--r--plugin.video.massengeschmack/changelog.txt3
-rw-r--r--plugin.video.massengeschmack/resources/datasources/asynchron.json2
-rw-r--r--plugin.video.massengeschmack/resources/datasources/moritz.json20
-rw-r--r--plugin.video.massengeschmack/resources/media/fanart-moritz.jpgbin0 -> 62613 bytes
5 files changed, 26 insertions, 3 deletions
diff --git a/plugin.video.massengeschmack/addon.xml b/plugin.video.massengeschmack/addon.xml
index aefcaee..7337808 100644
--- a/plugin.video.massengeschmack/addon.xml
+++ b/plugin.video.massengeschmack/addon.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
-<addon id="plugin.video.massengeschmack" name="Massengeschmack" version="2.2.0" provider-name="phoerious">
+<addon id="plugin.video.massengeschmack" name="Massengeschmack" version="2.3.0" provider-name="phoerious">
<requires>
- <import addon="xbmc.python" version="2.25.0"/>
+ <import addon="xbmc.python" version="2.26.0"/>
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>video</provides>
diff --git a/plugin.video.massengeschmack/changelog.txt b/plugin.video.massengeschmack/changelog.txt
index afcda1a..426bc5b 100644
--- a/plugin.video.massengeschmack/changelog.txt
+++ b/plugin.video.massengeschmack/changelog.txt
@@ -1,3 +1,6 @@
+2.3.0
+ - Add Moritz & die Anderen
+
2.2.0
- Update for Krypton
- List show runners as cast
diff --git a/plugin.video.massengeschmack/resources/datasources/asynchron.json b/plugin.video.massengeschmack/resources/datasources/asynchron.json
index c9a5a31..387597a 100644
--- a/plugin.video.massengeschmack/resources/datasources/asynchron.json
+++ b/plugin.video.massengeschmack/resources/datasources/asynchron.json
@@ -5,7 +5,7 @@
"title": "Asynchron",
"cast": ["Olaf Brill", "Holger Kreymeier"],
"country": 30202,
- "plot": "Asynchron beschäftigt sich mit der Synchronisation von Serien und Filmen. Wie gut sind die mSprecher? Wie nah am Original sind die Dialoge? Asynchron ist exklusiv im Abo verfügbar. Ein Magazin zu diesem speziellen Thema – das gibt es nur auf Massengeschmack.",
+ "plot": "Asynchron beschäftigt sich mit der Synchronisation von Serien und Filmen. Wie gut sind die Sprecher? Wie nah am Original sind die Dialoge? Asynchron ist exklusiv im Abo verfügbar. Ein Magazin zu diesem speziellen Thema – das gibt es nur auf Massengeschmack.",
"premiered": "2017-04-05"
},
"fanart": "fanart-asynchron-20160220.jpg",
diff --git a/plugin.video.massengeschmack/resources/datasources/moritz.json b/plugin.video.massengeschmack/resources/datasources/moritz.json
new file mode 100644
index 0000000..20b8b1b
--- /dev/null
+++ b/plugin.video.massengeschmack/resources/datasources/moritz.json
@@ -0,0 +1,20 @@
+{
+ "id": 18,
+ "order": 18,
+ "metadata": {
+ "title": "Moritz & die Anderen",
+ "cast": ["Moritz"],
+ "country": 30202,
+ "plot": "Moritz sucht nach anderen Meinungen und will sich mit diesen auseinandersetzen. Seine Gäste sind Menschen, die nicht den politischen Mainstream vertreten - mal extrem, mal absurd, mal intellektuell. Aber immer fair und immer sachlich.",
+ "premiered": "2017-04-04"
+ },
+ "fanart": "fanart-moritz.jpg",
+ "qualities": ["best", "hd", "mobile", "audio"],
+ "submodules": [
+ {
+ "name": "all",
+ "ids": [1]
+ }
+ ],
+ "active": true
+}
diff --git a/plugin.video.massengeschmack/resources/media/fanart-moritz.jpg b/plugin.video.massengeschmack/resources/media/fanart-moritz.jpg
new file mode 100644
index 0000000..2c1807a
--- /dev/null
+++ b/plugin.video.massengeschmack/resources/media/fanart-moritz.jpg
Binary files differ