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 Oct 11, 2023
1 parent 5dce83c commit 8156439
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 4 deletions.
21 changes: 19 additions & 2 deletions webroot/repo-matrix/addons.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,21 @@
<?xml version='1.0' encoding='utf-8'?>
<?xml version="1.0" encoding="utf-8"?>
<addons>
<addon id="plugin.video.mediathekview" name="MediathekView" version="1.0.13+matrix.1" provider-name="MediathekView.de, Leo Moll">
<addon id="plugin.video.mediathekview" name="MediathekView" version="1.0.15" provider-name="MediathekView.de, Leo Moll">
<requires>
<import addon="xbmc.python" version="3.0.0"/>
<import addon="script.module.myconnpy" version="1.1.7"/>
</requires>
<extension point="xbmc.python.pluginsource" library="addon.py">
<provides>video</provides>
</extension>
<extension point="kodi.context.item">
<menu id="kodi.core.main">
<item library="contextMenu.py" args="command_arg">
<label>30005</label>
<visible>Window.IsVisible(tvguide)|Window.IsVisible(tvsearch)</visible>
</item>
</menu>
</extension>
<extension point="xbmc.service" library="service.py"/>
<extension point="xbmc.addon.metadata">
<summary lang="de_DE">Öffentlich-Rechtliche Mediatheken</summary>
Expand All @@ -17,6 +25,15 @@
<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.0 (2023-10-09):
- [new] Update build via github actions
- [new] Removed service startup (Kodi17)
v.1.0.15 (2023-09-17):
- [fix] disable client on updatemode disabled #229
v.1.0.14 (2023-08-18):
- [new] jump to MV from EPG context
- [new] support VTT Subs
- [fix] channel icon rbtv - radio bremen tv
v.1.0.13 (2023-05-19):
- [fix] extend url max size
v.1.0.12 (2022-10-23):
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 @@
488811ccf0fe00d6c02d852eefb76423
9681614e4383a959330b354d728077c9
19 changes: 18 additions & 1 deletion webroot/repo-matrix/plugin.video.mediathekview/addon.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,20 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.mediathekview" name="MediathekView" version="1.0.13+matrix.1" provider-name="MediathekView.de, Leo Moll">
<addon id="plugin.video.mediathekview" name="MediathekView" version="1.0.15" provider-name="MediathekView.de, Leo Moll">
<requires>
<import addon="xbmc.python" version="3.0.0"/>
<import addon="script.module.myconnpy" version="1.1.7"/>
</requires>
<extension point="xbmc.python.pluginsource" library="addon.py">
<provides>video</provides>
</extension>
<extension point="kodi.context.item">
<menu id="kodi.core.main">
<item library="contextMenu.py" args="command_arg">
<label>30005</label>
<visible>Window.IsVisible(tvguide)|Window.IsVisible(tvsearch)</visible>
</item>
</menu>
</extension>
<extension point="xbmc.service" library="service.py"/>
<extension point="xbmc.addon.metadata">
<summary lang="de_DE">Öffentlich-Rechtliche Mediatheken</summary>
Expand All @@ -16,6 +24,15 @@
<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.0 (2023-10-09):
- [new] Update build via github actions
- [new] Removed service startup (Kodi17)
v.1.0.15 (2023-09-17):
- [fix] disable client on updatemode disabled #229
v.1.0.14 (2023-08-18):
- [new] jump to MV from EPG context
- [new] support VTT Subs
- [fix] channel icon rbtv - radio bremen tv
v.1.0.13 (2023-05-19):
- [fix] extend url max size
v.1.0.12 (2022-10-23):
Expand Down
Binary file not shown.

0 comments on commit 8156439

Please sign in to comment.