diff --git a/README.md b/README.md index 2d55e6b2..510bbd1d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ [![stable version](https://img.shields.io/badge/stable_version-1.8.18-blue.svg?maxAge=60&style=flat) ](https://github.com/croneter/binary_repo/raw/master/stable/repository.plexkodiconnect/repository.plexkodiconnect-1.0.2.zip) -[![beta version](https://img.shields.io/badge/beta_version-2.0.3-red.svg?maxAge=60&style=flat) ](https://github.com/croneter/binary_repo/raw/master/beta/repository.plexkodiconnectbeta/repository.plexkodiconnectbeta-1.0.2.zip) +[![beta version](https://img.shields.io/badge/beta_version-2.0.4-red.svg?maxAge=60&style=flat) ](https://github.com/croneter/binary_repo/raw/master/beta/repository.plexkodiconnectbeta/repository.plexkodiconnectbeta-1.0.2.zip) [![Installation](https://img.shields.io/badge/wiki-installation-brightgreen.svg?maxAge=60&style=flat)](https://github.com/croneter/PlexKodiConnect/wiki/Installation) [![FAQ](https://img.shields.io/badge/wiki-FAQ-brightgreen.svg?maxAge=60&style=flat)](https://github.com/croneter/PlexKodiConnect/wiki/faq) diff --git a/addon.xml b/addon.xml index f16c60bd..b702fefd 100644 --- a/addon.xml +++ b/addon.xml @@ -1,5 +1,5 @@ - + @@ -61,7 +61,22 @@ Indbygget Integration af Plex i Kodi 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! Brug på eget ansvar - version 2.0.3 (beta only): + version 2.0.4 (beta only): +- WARNING: You will need to reset the Kodi database! +- Many improvements to the Kodi database handling which should get rid of some weird bugs +- Many improvements to playback startup +- Fix info screen and actors not working +- Fix Companion displaying and selecting wrong subtitle +- Don't cache subtitles if direct playing +- Wipe all existing resume point, e.g. on user switch +- Don't mess with Kodi's screensaver settings +- Inhibit idle shutdown only during initial sync +- Fix KeyError for server discovery +- Increase Python requests dependency to version 2.9.1 +- Re-introduce PlexKodiConnect dependency add-ons for movies and tv shows +- And a lot of other stuff + +version 2.0.3 (beta only): - Fix Alexa playback - Fix Kodi boot loop - Fix playback being reported to the wrong Plex user diff --git a/changelog.txt b/changelog.txt index 0b108210..6f79e610 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,18 @@ +version 2.0.4 (beta only): +- WARNING: You will need to reset the Kodi database! +- Many improvements to the Kodi database handling which should get rid of some weird bugs +- Many improvements to playback startup +- Fix info screen and actors not working +- Fix Companion displaying and selecting wrong subtitle +- Don't cache subtitles if direct playing +- Wipe all existing resume point, e.g. on user switch +- Don't mess with Kodi's screensaver settings +- Inhibit idle shutdown only during initial sync +- Fix KeyError for server discovery +- Increase Python requests dependency to version 2.9.1 +- Re-introduce PlexKodiConnect dependency add-ons for movies and tv shows +- And a lot of other stuff + version 2.0.3 (beta only): - Fix Alexa playback - Fix Kodi boot loop diff --git a/resources/lib/variables.py b/resources/lib/variables.py index 484d245c..c5867800 100644 --- a/resources/lib/variables.py +++ b/resources/lib/variables.py @@ -75,7 +75,7 @@ COMPANION_PORT = int(_ADDON.getSetting('companionPort')) PKC_MACHINE_IDENTIFIER = None # Minimal PKC version needed for the Kodi database - otherwise need to recreate -MIN_DB_VERSION = '2.0.0' +MIN_DB_VERSION = '2.0.4' # Database paths _DB_VIDEO_VERSION = {