<?xml version="1.0" encoding="utf-8"?>
<addons>
<addon id="plugin.video.mediathekview" name="MediathekView" version="1.1.3" provider-name="MediathekView.de, Leo Moll">
  <requires>
    <import addon="xbmc.python" version="2.25.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>
    <summary lang="en_GB">Public service video-platforms</summary>
    <summary lang="it_IT">Piattaforme video dalle emittenti pubbliche</summary>
    <description lang="de_DE">Ermöglicht den Zugriff auf fast alle deutschen Mediatheken der öffentlich Rechtlichen basierend auf der Datenbank von MediathekView.de</description>
    <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.3 (2024-06-02):
- [fix] Query builder using time() instead of getLastUpdate which breaks cache usage
- [fix] Rollback data type for aired / created to INT due to problems with mysql (#234)
- [fix] Clear invalid aired / created epoch during upload
v.1.1.2 (2024-05-17):
- [fix] Sender icon ard-alpha/one
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)
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):
- [fix] #215 Wrong format of aired tag in NFO file
v.1.0.11 (2022-08-30):
- [other] add whitespace too all icons - thx@Ch1llb0
- [other] fix some icons - thx@Ch1llb0
v.1.0.10 (2022-08-28):
- [other] channel icons turned monochrome mimicing the top corner icon during live TV broadcasting - thx@Ch1llb0
- [other] streamline non-channel icon style - thx@Ch1llb0
- [other] make all icons feature high resolution - thx@Ch1llb0
- [other] minor fixes (renaming icons, adding missing ones) - thx@Ch1llb0
v.1.0.9 (2022-05-03):
- [new] #194 landscape fanart and changed content id to video
- [new] #196 download all items in one folder via context menue
- [fix] Letterbox selection for lower case letters sorting in incorrectly under #
- [fix] Kodi settings for batchSize must be int (Kodi 17 issue)
- [fix] #197 change connect settings and MySqlDB settings to utf8mb4
- [other] Updater messages to be logged as debug (not info) #207 
- [other] Removed sqlite custom functions (unixtimestamp / group concat)
- [other] Update Dockerfile - Linuxserver.io changed the mariadb baseimage
- [other] remove HD download option and add config setting for quality
- [other] Add missing livestream icons (SWR RP / BW / Arte EN)
- [other] internal update to file parsing
v.1.0.0 (2021-03-14):
- [fix] #125 fix for add to favorits
- [new] #56 simple black list
- [other] New UI icons and adjusted view (Wall view)
- [other] New extended search to filter all criteria
- [other] Database structure between mysql and sqlite aligned
- [other] Navigation for all channels moved into channel view
- [other] Settings split into general (UI settings) and advanced settings for UI behaviour
- [other] Code restructring
v.0.6.6 (2020-11-21)
</news>
    <platform>all</platform>
    <language>de fr</language>
    <license>MIT</license>
    <forum>https://forum.kodi.tv/showthread.php?tid=326799</forum>
    <source>https://github.com/mediathekview/plugin.video.mediathekview</source>
    <website>https://mediathekview.de/</website>
    <email>info@mediathekview.de</email>
    <assets>
      <icon>resources/icon.png</icon>
      <fanart>resources/fanart.jpg</fanart>
      <screenshot>resources/screenshot1.png</screenshot>
      <screenshot>resources/screenshot2.png</screenshot>
      <screenshot>resources/screenshot3.png</screenshot>
      <screenshot>resources/screenshot4.png</screenshot>
    </assets>
  </extension>
</addon></addons>
