Version bump
This commit is contained in:
parent
425915beaa
commit
0c20716c9b
3 changed files with 21 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
||||||
[ ](https://dl.bintray.com/croneter/PlexKodiConnect/bin/repository.plexkodiconnect/repository.plexkodiconnect-1.0.0.zip)
|
[ ](https://dl.bintray.com/croneter/PlexKodiConnect/bin/repository.plexkodiconnect/repository.plexkodiconnect-1.0.0.zip)
|
||||||
[ ](https://dl.bintray.com/croneter/PlexKodiConnect_BETA/bin-BETA/repository.plexkodiconnectbeta/repository.plexkodiconnectbeta-1.0.0.zip)
|
[ ](https://dl.bintray.com/croneter/PlexKodiConnect_BETA/bin-BETA/repository.plexkodiconnectbeta/repository.plexkodiconnectbeta-1.0.0.zip)
|
||||||
|
|
||||||
[](https://github.com/croneter/PlexKodiConnect/wiki/Installation)
|
[](https://github.com/croneter/PlexKodiConnect/wiki/Installation)
|
||||||
[](https://github.com/croneter/PlexKodiConnect/wiki/faq)
|
[](https://github.com/croneter/PlexKodiConnect/wiki/faq)
|
||||||
|
|
13
addon.xml
13
addon.xml
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||||
<addon id="plugin.video.plexkodiconnect" name="PlexKodiConnect" version="1.8.12" provider-name="croneter">
|
<addon id="plugin.video.plexkodiconnect" name="PlexKodiConnect" version="1.8.13" provider-name="croneter">
|
||||||
<requires>
|
<requires>
|
||||||
<import addon="xbmc.python" version="2.1.0"/>
|
<import addon="xbmc.python" version="2.1.0"/>
|
||||||
<import addon="script.module.requests" version="2.3.0" />
|
<import addon="script.module.requests" version="2.3.0" />
|
||||||
|
@ -59,7 +59,16 @@
|
||||||
<summary lang="da_DK">Indbygget Integration af Plex i Kodi</summary>
|
<summary lang="da_DK">Indbygget Integration af Plex i Kodi</summary>
|
||||||
<description lang="da_DK">Tilslut Kodi til din Plex Media Server. Dette plugin forudsætter, at du administrere alle dine videoer med Plex (og ikke med Kodi). Du kan miste data som allerede er gemt i Kodi video og musik-databaser (dette plugin ændrer direkte i dem). Brug på eget ansvar!</description>
|
<description lang="da_DK">Tilslut Kodi til din Plex Media Server. Dette plugin forudsætter, at du administrere alle dine videoer med Plex (og ikke med Kodi). Du kan miste data som allerede er gemt i Kodi video og musik-databaser (dette plugin ændrer direkte i dem). Brug på eget ansvar!</description>
|
||||||
<disclaimer lang="da_DK">Brug på eget ansvar</disclaimer>
|
<disclaimer lang="da_DK">Brug på eget ansvar</disclaimer>
|
||||||
<news>version 1.8.12:
|
<news>version 1.8.13 (beta only):
|
||||||
|
- Background sync now picks up more PMS changes
|
||||||
|
- Detect Plex item deletion more reliably
|
||||||
|
- Fix changed Plex metadata not synced repeatedly
|
||||||
|
- Detect (some, not all) changes to PKC settings and apply them on-the-fly
|
||||||
|
- Fix resuming interrupted sync
|
||||||
|
- PKC logging now uses Kodi log levels
|
||||||
|
- Further code optimizations
|
||||||
|
|
||||||
|
version 1.8.12:
|
||||||
- Fix library sync crashing trying to display an error
|
- Fix library sync crashing trying to display an error
|
||||||
|
|
||||||
version 1.8.11:
|
version 1.8.11:
|
||||||
|
|
|
@ -1,3 +1,12 @@
|
||||||
|
version 1.8.13 (beta only):
|
||||||
|
- Background sync now picks up more PMS changes
|
||||||
|
- Detect Plex item deletion more reliably
|
||||||
|
- Fix changed Plex metadata not synced repeatedly
|
||||||
|
- Detect (some, not all) changes to PKC settings and apply them on-the-fly
|
||||||
|
- Fix resuming interrupted sync
|
||||||
|
- PKC logging now uses Kodi log levels
|
||||||
|
- Further code optimizations
|
||||||
|
|
||||||
version 1.8.12:
|
version 1.8.12:
|
||||||
- Fix library sync crashing trying to display an error
|
- Fix library sync crashing trying to display an error
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue