Skip to content

Commit

Permalink
v0.4.0:
Browse files Browse the repository at this point in the history
- fixed requests, if there updates to JOYN, this Addon should still work
- check for JOYN Updates on startup, to warn the user, that there might be problems
- Plus+ content can set to be hidden. Playback of this content is not possible, because Logins are not supported yet.
  • Loading branch information
fayer3 committed Dec 7, 2019
1 parent 003a918 commit 6470dfc
Show file tree
Hide file tree
Showing 7 changed files with 282 additions and 85 deletions.
8 changes: 5 additions & 3 deletions addon.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.joyn_app" name="Joyn" version="0.3.0" provider-name="fayer3">
<addon id="plugin.video.joyn_app" name="Joyn" version="0.4.0" provider-name="fayer3">
<requires>
<import addon="xbmc.python" version="2.25.0"/>
<import addon="script.module.routing" version="0.2.0"/>
Expand All @@ -25,8 +25,10 @@
<website>https://joyn.de/</website>
<email>fb4472 (at) aon.at</email>
<source>https://github.com/fayer3/plugin.video.zappntv</source>
<news>- 0.3.0:
update auf die neue API
<news>0.4.0:
- Abfragen repariert, bei einem Update, sollte das Addon trotzdem weiter funktionieren
- Addon checkt nun, ob es Updates von JOYN gibt, und warnt den Benutzer, dass es Probleme geben könnte.
- Plus+ Inhalte können verborgen werden. Abspielen funktioniert nicht, weil momentan keine Logins unterstützt werden.
</news>
<assets>
<icon>resources/icon.png</icon>
Expand Down
6 changes: 5 additions & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,8 @@ v0.2.6
v0.2.7:
- fix error with dates and times of episodes on "OSMC"
v0.3.0:
- update to new API
- update to new API
v0.4.0:
- fixed requests, if there updates to JOYN, this Addon should still work
- check for JOYN Updates on startup, to warn the user, that there might be problems
- Plus+ content can set to be hidden. Playback of this content is not possible, because Logins are not supported yet.
57 changes: 57 additions & 0 deletions resources/language/resource.language.de_de/strings.po
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,22 @@ msgctxt "#32018"
msgid "Available until: [COLOR chartreuse]{0:s}[/COLOR][CR][CR]"
msgstr "Verfügbar bis: [COLOR chartreuse]{0:s}[/COLOR][CR][CR]"

msgctxt "#32019"
msgid "new version of JOYN available"
msgstr "neue JOYN Version verfügbar"

msgctxt "#32020"
msgid "There is a new version of JOYN available, this Addon might not support all features or might stop working."
msgstr "Es gibt eine neue JOYN Version, dieses Addon unterstützt unter umständen nicht alle Features, oder könnte bald nicht mehr funktionieren."

msgctxt "#32025"
msgid "DRM content requires Kodi 18.0"
msgstr "Für DRM Inhalte wird Kodi 18.0 benötigt"

msgctxt "#32026"
msgid "Premium Content requires a Subscription"
msgstr "Premium Inhalte benötigen eine Mitgliedschaft"

msgctxt "#32102"
msgid "number of simultanious network requests"
msgstr "Anzahl an gleichzeitigen Netzwerkanfragen"
Expand Down Expand Up @@ -125,3 +137,48 @@ msgstr "Zeige Staffel/Folgen Nummer im Video Namen"
msgctxt "#32109"
msgid "Number of trys when getting an ad"
msgstr "Anzahl an Versuchen bei einer Werbung"

msgctxt "#32110"
msgid "show [PLUS+] content?"
msgstr "[PLUS+] Inhalte anzeigen?"

msgctxt "#32111"
msgid "yes, add [PLUS+] to name"
msgstr "Ja, [PLUS+] zum Titel hinzufügen"

msgctxt "#32112"
msgid "yes"
msgstr "Ja"

msgctxt "#32113"
msgid "no"
msgstr "Nein"

msgctxt "#32114"
msgid "warn for new versions"
msgstr "Bei neuen Versionen Warnen"

msgctxt "#32115"
msgid "once"
msgstr "einmal"

msgctxt "#32116"
msgid "always"
msgstr "immer"

msgctxt "#32117"
msgid "never"
msgstr "niemals"


msgctxt "#32118"
msgid "General"
msgstr "Allgemein"

msgctxt "#32119"
msgid "General settings"
msgstr "Allgemeine Einstellungen"

msgctxt "#32120"
msgid "Live"
msgstr ""
56 changes: 56 additions & 0 deletions resources/language/resource.language.en_gb/strings.po
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,22 @@ msgctxt "#32018"
msgid "Available until: [COLOR chartreuse]{0:s}[/COLOR][CR][CR]"
msgstr ""

msgctxt "#32019"
msgid "new version of JOYN available"
msgstr ""

msgctxt "#32020"
msgid "There is a new version of JOYN available, this Addon might not support all features or might stop working."
msgstr ""

msgctxt "#32025"
msgid "DRM content requires Kodi 18.0"
msgstr ""

msgctxt "#32026"
msgid "Premium Content requires a Subscription"
msgstr ""

msgctxt "#32101"
msgid "Debug"
msgstr ""
Expand Down Expand Up @@ -129,3 +141,47 @@ msgstr ""
msgctxt "#32109"
msgid "Number of trys when getting an ad"
msgstr ""

msgctxt "#32110"
msgid "show [PLUS+] content?"
msgstr ""

msgctxt "#32111"
msgid "yes, add [PLUS+] to name"
msgstr ""

msgctxt "#32112"
msgid "yes"
msgstr ""

msgctxt "#32113"
msgid "no"
msgstr ""

msgctxt "#32114"
msgid "warn for new versions"
msgstr ""

msgctxt "#32115"
msgid "once"
msgstr ""

msgctxt "#32116"
msgid "always"
msgstr ""

msgctxt "#32117"
msgid "never"
msgstr ""

msgctxt "#32118"
msgid "General"
msgstr ""

msgctxt "#32119"
msgid "General settings"
msgstr ""

msgctxt "#32120"
msgid "Live"
msgstr ""
Loading

0 comments on commit 6470dfc

Please sign in to comment.