Skip to content

Commit

Permalink
v0.4.11:
Browse files Browse the repository at this point in the history
- fix error that prevented retrieving of videos.
- added available since/until to movie description.
  • Loading branch information
fayer3 committed Sep 7, 2020
1 parent 88bfeba commit 6ee251a
Show file tree
Hide file tree
Showing 6 changed files with 83 additions and 22 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.joyn_app" name="Joyn" version="0.4.10" provider-name="fayer3">
<addon id="plugin.video.joyn_app" name="Joyn" version="0.4.11" 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 @@ -67,6 +67,9 @@
- zwei weiter webseiten zum Proxy abrufen hinzugefügt
0.4.10:
- fehler mit Proxy abrufen von 'freshproxies.net' behoben
0.4.11:
- fehler behoben der abrufen von Videos verhindert hat.
- verfügbar seit/bis zu Filmbeschreibungen hinzugefügt.
</news>
<assets>
<icon>resources/icon.png</icon>
Expand Down
5 changes: 4 additions & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,7 @@ v0.4.9:
- a dialog is now shown while checking proxies
- added two additional proxy sites
v0.4.10:
- fix error when getting proxies from 'freshproxies.net'
- fix error when getting proxies from 'freshproxies.net'
v0.4.11:
- fix error that prevented retrieving of videos.
- added available since/until to movie description.
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 @@ -175,6 +175,14 @@ msgctxt "#32046"
msgid "current site: {0}[CR]checking proxy: {1}[CR]{2}/{3}"
msgstr "momentane Webseite: {0}[CR]prüfe Proxy: {1}[CR]{2}/{3}"

msgctxt "#32047"
msgid "Available since: [COLOR chartreuse]{0:s}[/COLOR][CR]Available until: [COLOR chartreuse]{1:s}[/COLOR][CR][CR]"
msgstr "Verfügbar seit: [COLOR chartreuse]{0:s}[/COLOR][CR]Verfügbar bis: [COLOR chartreuse]{1:s}[/COLOR][CR][CR]"

msgctxt "#32048"
msgid "Available since: [COLOR chartreuse]{0:s}[/COLOR][CR][CR]"
msgstr "Verfügbar seit: [COLOR chartreuse]{0:s}[/COLOR][CR][CR]"

msgctxt "#32102"
msgid "number of simultanious network requests"
msgstr "Anzahl an gleichzeitigen Netzwerkanfragen"
Expand Down
8 changes: 8 additions & 0 deletions resources/language/resource.language.en_gb/strings.po
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,14 @@ msgctxt "#32046"
msgid "current site: {0}[CR]checking proxy: {1}[CR]{2}/{3}"
msgstr ""

msgctxt "#32047"
msgid "Available since: [COLOR chartreuse]{0:s}[/COLOR][CR]Available until: [COLOR chartreuse]{1:s}[/COLOR][CR][CR]"
msgstr "Verfügbar seit: [COLOR chartreuse]{0:s}[/COLOR][CR]Verfügbar bis: [COLOR chartreuse]{1:s}[/COLOR][CR][CR]"

msgctxt "#32048"
msgid "Available since: [COLOR chartreuse]{0:s}[/COLOR][CR][CR]"
msgstr "Verfügbar seit: [COLOR chartreuse]{0:s}[/COLOR][CR][CR]"

msgctxt "#32101"
msgid "Debug"
msgstr ""
Expand Down
Loading

0 comments on commit 6ee251a

Please sign in to comment.