Skip to content

Commit

Permalink
Version: plugin.video.retrospect-5.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
basrieter committed Oct 2, 2019
1 parent 883f331 commit eacb80c
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 12 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.5 sonar.projectVersion=5.0.6
17 changes: 9 additions & 8 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.5" version="5.0.6"
name="Retrospect" name="Retrospect"
provider-name="Bas Rieter"> provider-name="Bas Rieter">


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


<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.5 - Changelog - 2019-09-10[/B] <news>[B]Retrospect v5.0.6 - Changelog - 2019-10-02[/B]


Another small update to fix some channel related issues and update some translations. Just a minor update with some fixes for some channels.


[B]Framework related[/B] [B]Framework related[/B]
* Fixed: don&#x27;t set weird dates, as they are shown in Kodi 18.4 and higher -


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


[B]Channel related[/B] [B]Channel related[/B]
* Fixed: Swedish TV4, Sjuan and TV12 did not show subtitles (Fixes #1188) * Fixed: use Dumpert API as they updated their site
* Fixed: VRT.nu did not parse folders (Fixes #1218) * Fixed: UR Play updated their site and broke Retrospect (Fixes #1226)
* Fixed: listing of SVT shows did not work (Fixes #1217) * Fixed: Use Dash for VRT.nu live streams and show subtitles (Fixes #1223)
* Fixed: invalid expire dates for OA items in SVT Play and set Geo protected warning (Fixes #1220) * Fixed: VTM.be did not parse all folders (Fixes #1222)

</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,4 +1,4 @@
[B]Retrospect v5.0.5 - Changelog - 2019-09-10[/B] [B]Retrospect v5.0.6 - Changelog - 2019-10-02[/B]


Just a minor update with some fixes for some channels. Just a minor update with some fixes for some channels.


Expand All @@ -12,4 +12,4 @@ Just a minor update with some fixes for some channels.
* Fixed: use Dumpert API as they updated their site * Fixed: use Dumpert API as they updated their site
* Fixed: UR Play updated their site and broke Retrospect (Fixes #1226) * Fixed: UR Play updated their site and broke Retrospect (Fixes #1226)
* Fixed: Use Dash for VRT.nu live streams and show subtitles (Fixes #1223) * Fixed: Use Dash for VRT.nu live streams and show subtitles (Fixes #1223)
* Fixed: VTM.be did not parse all folders (Fixes #1222) Bas Rieter 11-9-2019 23:43 * Fixed: VTM.be did not parse all folders (Fixes #1222)
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.5 sonar.projectVersion=5.0.6


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 eacb80c

Please sign in to comment.