Skip to content

Commit

Permalink
Version: plugin.video.retrospect-5.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
basrieter committed Oct 19, 2019
1 parent 8b065cc commit 8a59913
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .sonarcloud.properties
Expand Up @@ -3,4 +3,4 @@ sonar.exclusions=plugin.video.retrospect/resources/libs/pyscrypt/*,plugin.video.
#sonar.inclusions= #sonar.inclusions=


sonar.projectName=Retrospect sonar.projectName=Retrospect
sonar.projectVersion=5.0.7 sonar.projectVersion=5.0.8
15 changes: 8 additions & 7 deletions plugin.video.retrospect/addon.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.retrospect" <addon id="plugin.video.retrospect"
version="5.0.7" version="5.0.8"
name="Retrospect" name="Retrospect"
provider-name="Bas Rieter"> provider-name="Bas Rieter">


Expand Down Expand Up @@ -128,20 +128,21 @@


<license>CC-BY-NC-SA-4.0</license> <license>CC-BY-NC-SA-4.0</license>
<language>en nl de se no lt lv fi</language> <language>en nl de se no lt lv fi</language>
<news>[B]Retrospect v5.0.7 - Changelog - 2019-10-09[/B] <news>[B]Retrospect v5.0.8 - Changelog - 2019-10-19[/B]


Updates for NPO that completely broke and added MTV and National Geographic for Sweden. Fixed some Swedish channel related issues and a Python 3 issue for HTTP responses without encoding information.


[B]Framework related[/B] [B]Framework related[/B]
- * Fixed: possible issue with missing content-type that cause a byte object to return (See #1239)


[B]GUI/Settings/Language related[/B] [B]GUI/Settings/Language related[/B]
- -


[B]Channel related[/B] [B]Channel related[/B]
* Added: Viafree&#x27;s MTV and National Geographic channels (Fixes #1229) * Added: Expires at to SVT (Fixes #1213)
* Fixed: Kanal 9 and Kanal 11 fanart * Fixed: UR Play site changes broke the channel (Fixes #1237)
* Fixed: NPO listings broke (Fixes #1233) * Changed: Try to extract a duration from the description (Fixes #1238)
* Fixed: TV4.se changed their API endpoint (Fixes #1240)
</news> </news>
<assets> <assets>
<icon>resources/media/icon.png</icon> <icon>resources/media/icon.png</icon>
Expand Down
4 changes: 2 additions & 2 deletions plugin.video.retrospect/changelog.txt
@@ -1,6 +1,6 @@
[B]Retrospect v5.0.7 - Changelog - 2019-10-09[/B] [B]Retrospect v5.0.8 - Changelog - 2019-10-19[/B]


Updates for NPO that completely broke and added MTV and National Geographic for Sweden. Fixed some Swedish channel related issues and a Python 3 issue for HTTP responses without encoding information.


[B]Framework related[/B] [B]Framework related[/B]
* Fixed: possible issue with missing content-type that cause a byte object to return (See #1239) * Fixed: possible issue with missing content-type that cause a byte object to return (See #1239)
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Expand Up @@ -6,7 +6,7 @@ sonar.projectKey=Retrospect
# sonar.login=%SONAR_TOKEN% # sonar.login=%SONAR_TOKEN%


sonar.projectName=Retrospect sonar.projectName=Retrospect
sonar.projectVersion=5.0.7 sonar.projectVersion=5.0.8


sonar.sources=. sonar.sources=.
sonar.exclusions=plugin.video.retrospect/resources/libs/pyscrypt/*,plugin.video.retrospect/resources/libs/urllib3/**/*,plugin.video.retrospect/resources/libs/pyaes/*,plugin.video.retrospect/resources/libs/debug/**, **/*.pyc,**/*.pyo,plugin.video.retrospect/debugrun.py,plugin.video.retrospect/apiserver.py sonar.exclusions=plugin.video.retrospect/resources/libs/pyscrypt/*,plugin.video.retrospect/resources/libs/urllib3/**/*,plugin.video.retrospect/resources/libs/pyaes/*,plugin.video.retrospect/resources/libs/debug/**, **/*.pyc,**/*.pyo,plugin.video.retrospect/debugrun.py,plugin.video.retrospect/apiserver.py

0 comments on commit 8a59913

Please sign in to comment.