-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update sqlite DB * new Logger, Setttings, notifier setup * xbmc.translatePath to xbmcvfs.translatePath * aired date formating * extended Search * cleanup settings * type parameters in logger * allow duplicate idhash entries and update close handle * fix some message string * rename file * language file * debug * added debug for rename * new livestream ui * livestream * format 256x256 * new Channel icons * new channel ui * show and letter ui * change to filmlistui * change search to extendedSearchModel * added debug * cleanup * userAgent from setting, delayedStartup from setting * logger make nice * comments * remove legacy extended search * error message for corrupt files * log level to debug * update icons * make nice * color icons * new navigation flow * letter ui * fix for caching * MySql utf8 bug for concat * cleanup whitespace * remove size field * fix for special chars in letterui * black list from settings, cleanup settings, type save set params * keep MinLength at Minutes and convert when needed * removed due to security issues * release note draft * update to cache module * update to cache module * issue with ORF subtitle * merge conflict * added maxRows as search parameter * RC1.0.0 * update logging * NTP on cache key * kill switch * fix for viewids and kodi19 * New Screenshots * set interval for cmd to less than 1 hour to enable hourly cron * version migration support * update addon.xml news * delay startup by default 10 * increase chunksize for download files * added long title support for search results * release to matrix * update version * added kodi-repos * typo
- Loading branch information
Showing
208 changed files
with
5,173 additions
and
5,556 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,73 +1,54 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> | ||
<addon id="plugin.video.mediathekview" | ||
name="MediathekView" | ||
version="0.6.6" | ||
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="xbmc.service" | ||
library="service.py" | ||
start="startup" /> | ||
<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.0.6.6 (2020-11-21): | ||
- [fix] #175 fix for airdate 1969 (update mySql DB structure) | ||
- [other] #173 delay service startup by 10 sec to avoid error message | ||
- [other] #171 / #170 improved memory usage | ||
- [new] #169 new sort order (airdate desc) | ||
- [new] define content type in settings to enable more skins | ||
- [new] Bulk insert for mySQL / update to latest mySql driver | ||
v.0.6.4 (2020-05-26): | ||
[fix] | ||
- #143 ijson issue on FireTvStick | ||
- #136 MySql caching_sha2_password issue | ||
- #135 HTTPMessage Header issue | ||
- #134 ijson issue | ||
- #124 Corrupt database | ||
- #166 Sorttitle missing in shows and channel list | ||
- #168 Added urlopen timeout | ||
- Fixed heading on DB-Status-Dialog | ||
[new] | ||
- #140 / #131 Datenbank check interval | ||
- #71 Default Sort | ||
- #95 Sort by time, date | ||
- #147 Show error message for 8 sec | ||
[others] | ||
- Update 3rd party code for Py3 (subtitles SRT-Files) | ||
- Update cache for sqlListe for invalidate after DB update | ||
- RBTV logo add | ||
- Python 3 compat | ||
- Kodi loglevel change (notice to info) | ||
- Add User Agent String for all request to fix issue with ORF | ||
name="MediathekView" | ||
version="1.0.0+matrix.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"/> | ||
</requires> | ||
<extension | ||
point="xbmc.python.pluginsource" | ||
library="addon.py"> | ||
<provides>video</provides> | ||
</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.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> | ||
<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> |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
https://github.com/picons/picons |
Diff not rendered.
Oops, something went wrong.
Diff not rendered.
Oops, something went wrong.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Oops, something went wrong.