Skip to content

Commit

Permalink
publish plugin.video.mediathekview master for repo-matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 9, 2024
1 parent 869febc commit 7264e06
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
5 changes: 4 additions & 1 deletion webroot/repo-matrix/addons.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<addons>
<addon id="plugin.video.mediathekview" name="MediathekView" version="1.1.0" provider-name="MediathekView.de, Leo Moll">
<addon id="plugin.video.mediathekview" name="MediathekView" version="1.1.1" provider-name="MediathekView.de, Leo Moll">
<requires>
<import addon="xbmc.python" version="3.0.0"/>
<import addon="script.module.myconnpy" version="1.1.7"/>
Expand All @@ -25,6 +25,9 @@
<description lang="en_GB">Gives access to most video-platforms from German public service broadcasters using the database of MediathekView.de</description>
<description lang="it_IT">Fornisce l'accesso a gran parte delle piattaforme video operate dalle emittenti pubbliche tedesche usando la banca dati di MediathekView.de</description>
<news>
v.1.1.1 (2024-05-09):
- [fix] update to py3-virtualenv - thx@Clocken
- [fix] aired date in 2200 causing overflow
v.1.1.0 (2023-10-09):
- [new] Update build via github actions
- [new] Removed service startup (Kodi17)
Expand Down
2 changes: 1 addition & 1 deletion webroot/repo-matrix/addons.xml.md5
Original file line number Diff line number Diff line change
@@ -1 +1 @@
98a112c88becea1b46b55a289866d19f
3db9cb3214c1857bcecd4a000bafadb2
5 changes: 4 additions & 1 deletion webroot/repo-matrix/plugin.video.mediathekview/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.mediathekview" name="MediathekView" version="1.1.0" provider-name="MediathekView.de, Leo Moll">
<addon id="plugin.video.mediathekview" name="MediathekView" version="1.1.1" provider-name="MediathekView.de, Leo Moll">
<requires>
<import addon="xbmc.python" version="3.0.0"/>
<import addon="script.module.myconnpy" version="1.1.7"/>
Expand All @@ -24,6 +24,9 @@
<description lang="en_GB">Gives access to most video-platforms from German public service broadcasters using the database of MediathekView.de</description>
<description lang="it_IT">Fornisce l'accesso a gran parte delle piattaforme video operate dalle emittenti pubbliche tedesche usando la banca dati di MediathekView.de</description>
<news>
v.1.1.1 (2024-05-09):
- [fix] update to py3-virtualenv - thx@Clocken
- [fix] aired date in 2200 causing overflow
v.1.1.0 (2023-10-09):
- [new] Update build via github actions
- [new] Removed service startup (Kodi17)
Expand Down
Binary file not shown.

0 comments on commit 7264e06

Please sign in to comment.