From 63241b127e110566254f3adb31bcc7ecdf4dc2c3 Mon Sep 17 00:00:00 2001 From: croneter Date: Tue, 5 Feb 2019 18:57:22 +0100 Subject: [PATCH 1/2] Beta version bump 2.6.6 --- README.md | 2 +- addon.xml | 12 ++++++++++-- changelog.txt | 8 ++++++++ 3 files changed, 19 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3a8ef6b4..0434cdb8 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ [![stable version](https://img.shields.io/badge/stable_version-2.6.5-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.6.5-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.6.6-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 38f26907..a85fcaa8 100644 --- a/addon.xml +++ b/addon.xml @@ -1,5 +1,5 @@ - + @@ -77,7 +77,15 @@ Нативна інтеграція Plex в Kodi Підключає Kodi до серверу Plex. Цей плагін передбачає, що ви керуєте всіма своїми відео за допомогою Plex (і ніяк не Kodi). Ви можете втратити дані, які вже зберігаються у відео та музичних БД Kodi (оскільки цей плагін безпосередньо їх змінює). Використовуйте на свій страх і ризик! Використовуйте на свій ризик - version 2.6.5: + version 2.6.6 (beta only): +- WARNING: You will need to reset the Kodi database! +- Greatly speed up sync for episodes, especially for large libraries +- Allow websocket redirects. Never allow insecure HTTPs connections for Kodi Leia +- Optimize headers for communication with PMS to appear like a Plex Media Player +- Fix PMS log entries 'Unable to find client profile for device' +- Improve sync dialog + +version 2.6.5: - Fix extras not playing - Hide "Verify SSL certificate" setting for Kodi 18 Krypton - Improve logging diff --git a/changelog.txt b/changelog.txt index 5a9b1cd2..d0fb7698 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,11 @@ +version 2.6.6 (beta only): +- WARNING: You will need to reset the Kodi database! +- Greatly speed up sync for episodes, especially for large libraries +- Allow websocket redirects. Never allow insecure HTTPs connections for Kodi Leia +- Optimize headers for communication with PMS to appear like a Plex Media Player +- Fix PMS log entries 'Unable to find client profile for device' +- Improve sync dialog + version 2.6.5: - Fix extras not playing - Hide "Verify SSL certificate" setting for Kodi 18 Krypton From 74dc249a37464a216ce8e7a79b7687e6c6c4ff97 Mon Sep 17 00:00:00 2001 From: croneter Date: Tue, 5 Feb 2019 18:57:50 +0100 Subject: [PATCH 2/2] Enforce database reset --- resources/lib/variables.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lib/variables.py b/resources/lib/variables.py index 34b48c93..ed5e5479 100644 --- a/resources/lib/variables.py +++ b/resources/lib/variables.py @@ -91,7 +91,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.6.1' +MIN_DB_VERSION = '2.6.6' # Supported databases SUPPORTED_VIDEO_DB = {