From 82349bca889e4559b6d27efdfd0b786b34fe9c4f Mon Sep 17 00:00:00 2001 From: Croneter Date: Tue, 20 Mar 2018 11:56:51 +0100 Subject: [PATCH] Version bump --- README.md | 5 +++-- addon.xml | 11 +++++++++-- changelog.txt | 7 +++++++ resources/lib/variables.py | 2 +- 4 files changed, 20 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index aa4e34e7..340fbb0f 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.10-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.11-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) @@ -74,11 +74,12 @@ PKC synchronizes your media from your Plex server to the native Kodi database. H + Chinese Simplified, thanks @everdream + Norwegian, thanks @mjorud + Portuguese, thanks @goncalo532 + + Russian, thanks @UncleStark + [Please help translating](https://www.transifex.com/croneter/pkc) ### Download and Installation -Install PKC via the PlexKodiConnect Kodi repository below (we cannot use the official Kodi repository as PKC messes with Kodi's databases). See the [github wiki installation manual](https://github.com/croneter/PlexKodiConnect/wiki/Installation) for a detailed guide. Please use the stable version except if you really know what you're doing. Kodi will update PKC automatically. +Install PKC via the PlexKodiConnect Kodi repository download button just below (do NOT use the standard GitHub download!). See the [github wiki installation manual](https://github.com/croneter/PlexKodiConnect/wiki/Installation) for a detailed guide. Please use the stable version except if you really know what you're doing. Kodi will update PKC automatically. | Stable version | Beta version | |----------------|--------------| diff --git a/addon.xml b/addon.xml index aca6a36b..67ab941a 100644 --- a/addon.xml +++ b/addon.xml @@ -1,5 +1,5 @@ - + @@ -61,7 +61,14 @@ 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.10 (beta only): + version 2.0.11 (beta only): +- WARNING: You will need to reset the Kodi database! +- Fix playback for add-on paths +- Fix artwork for episodes for add-on paths +- Revert "Fix for "In Progress" not appearing" +- Fix playback resuming potentially too often + +version 2.0.10 (beta only): - Fix wrong item being reported using direct paths - Direct paths: correctly clean up after context menu play - Always resume playback if playback initiated via context menu diff --git a/changelog.txt b/changelog.txt index 7fe62e96..abe05b95 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,10 @@ +version 2.0.11 (beta only): +- WARNING: You will need to reset the Kodi database! +- Fix playback for add-on paths +- Fix artwork for episodes for add-on paths +- Revert "Fix for "In Progress" not appearing" +- Fix playback resuming potentially too often + version 2.0.10 (beta only): - Fix wrong item being reported using direct paths - Direct paths: correctly clean up after context menu play diff --git a/resources/lib/variables.py b/resources/lib/variables.py index d6ed6e3a..0431662e 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.5' +MIN_DB_VERSION = '2.0.11' # Database paths _DB_VIDEO_VERSION = {