Skip to content

Commit

Permalink
1.3.4:
Browse files Browse the repository at this point in the history
add option to allways use puls4 key
add option to request videos like the webplayer
  • Loading branch information
fayer3 committed Apr 11, 2020
1 parent 0b5d251 commit e3e8c02
Show file tree
Hide file tree
Showing 7 changed files with 688 additions and 87 deletions.
5 changes: 4 additions & 1 deletion 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.zappntv" name="Zappn TV" version="1.3.3" provider-name="fayer3">
<addon id="plugin.video.zappntv" name="Zappn TV" version="1.3.4" provider-name="fayer3">
<requires>
<import addon="xbmc.python" version="2.25.0"/>
<import addon="script.module.routing" version="0.2.0"/>
Expand Down Expand Up @@ -39,6 +39,9 @@
- auswahl zwishen DASH und SmoothStreaming. SmoothStreaming hat zwar die bessere Qualität, funktioniert momentan aber nicht.
1.3.3:
- Start/Verfügbarkeitsdatum repariert, wenn es mehrere Ausstrahlungen gab
1.3.4:
- Einstellung hinzugefügt, um immer den Puls4 Key bei abfragen aus der Mediathek zu verwenden. Zum zeitpunkt des releases dieser Version bekommt man somit Videos mit höherer Auflösung
- Einstellung hinzugefügt, um Videos wie der Webplayer auf der prosiebenmaxx Webseite abzurufen. Dies ist langsamer, resultiert aber manchmal mit höher Aufgelösten Videos
</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 @@ -57,4 +57,8 @@ v1.3.2:
- try to fix Playready support
- choose between DASH and SmoothStreaming. SmoothStreaming should give better quality, but doesn't work currently.
v1.3.3:
- fix start/availability dates if there were multiple air dates
- fix start/availability dates if there were multiple air dates
v1.3.4:
- add option to always use the puls4 request key on vod content. as of release of this version this results in higher resolution videos
- add option to request videos like the player on the prosiebenmaxx website, this is slower, but sometimes gives higher resolution videos

8 changes: 8 additions & 0 deletions resources/language/resource.language.de_de/strings.po
Original file line number Diff line number Diff line change
Expand Up @@ -242,3 +242,11 @@ msgstr "behalte Staffel und Episoden Nummer im Videotitel"
msgctxt "#32116"
msgid "PLAYREADY with SmoothStreaming (Android only)"
msgstr "PLAYREADY mit SmoothStreaming (nur Android)"

msgctxt "#32117"
msgid "request video like the website instead of the app(slower)"
msgstr "Frage videos wie die Webseite ab, anstatt wie die App(langsamer)"

msgctxt "#32118"
msgid "always use the puls4 key for VOD(sometimes better quality)"
msgstr "Verwende immer den Puls4 Key für die Mediathek[CR](manchmal bessere Qualität)"
10 changes: 9 additions & 1 deletion resources/language/resource.language.en_gb/strings.po
Original file line number Diff line number Diff line change
Expand Up @@ -241,4 +241,12 @@ msgstr ""

msgctxt "#32116"
msgid "PLAYREADY with SmoothStreaming (Android only)"
msgstr ""
msgstr ""

msgctxt "#32117"
msgid "request video like the website instead of the app(slower)"
msgstr ""

msgctxt "#32118"
msgid "always use the puls4 key for VOD(sometimes better quality)"
msgstr ""
281 changes: 197 additions & 84 deletions resources/lib/plugin.py

Large diffs are not rendered by default.

Loading

0 comments on commit e3e8c02

Please sign in to comment.