From b0563f5dcc88d3b3493af63dd0abba3fb54ecadd Mon Sep 17 00:00:00 2001 From: croneter Date: Sat, 22 Dec 2018 15:22:30 +0100 Subject: [PATCH] Beta version bump 2.5.7 --- README.md | 4 ++-- addon.xml | 10 ++++++++-- changelog.txt | 6 ++++++ resources/lib/variables.py | 2 +- 4 files changed, 17 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 1f02f81a..5c98c497 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ [![stable version](https://img.shields.io/badge/stable_version-2.4.11-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.5.6-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.5.7-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) @@ -49,7 +49,7 @@ Some people argue that PKC is 'hacky' because of the way it directly accesses th ### PKC Features -- Support for Kodi 18 Beta 3 +- Support for Kodi 18 RC 3 - Support for Kodi 17 Krypton - [Amazon Alexa voice recognition](https://www.plex.tv/apps/streaming-devices/amazon-alexa) - [Cinema Trailers & Extras](https://support.plex.tv/articles/202934883-cinema-trailers-extras/) diff --git a/addon.xml b/addon.xml index e5661ce9..22f2dc16 100644 --- a/addon.xml +++ b/addon.xml @@ -1,5 +1,5 @@ - + @@ -74,7 +74,13 @@ Нативна інтеграція Plex в Kodi Підключає Kodi до серверу Plex. Цей плагін передбачає, що ви керуєте всіма своїми відео за допомогою Plex (і ніяк не Kodi). Ви можете втратити дані, які вже зберігаються у відео та музичних БД Kodi (оскільки цей плагін безпосередньо їх змінює). Використовуйте на свій страх і ризик! Використовуйте на свій ризик - version 2.5.6 (beta only): + version 2.5.7 (beta only): +- WARNING: You will need to reset the Kodi database! +- Increase timeout for database connections +- Fix music DB not being wiped on database reset +- Improve Plex playQueue resiliance + +version 2.5.6 (beta only): - Fix many items not getting synced - Fix episodes not being synced to due a missing season - Fix some very few items not being synced diff --git a/changelog.txt b/changelog.txt index 2d3e8e28..3b04da0b 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,9 @@ +version 2.5.7 (beta only): +- WARNING: You will need to reset the Kodi database! +- Increase timeout for database connections +- Fix music DB not being wiped on database reset +- Improve Plex playQueue resiliance + version 2.5.6 (beta only): - Fix many items not getting synced - Fix episodes not being synced to due a missing season diff --git a/resources/lib/variables.py b/resources/lib/variables.py index 1087aa96..241fdfa9 100644 --- a/resources/lib/variables.py +++ b/resources/lib/variables.py @@ -87,7 +87,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.5.0' +MIN_DB_VERSION = '2.5.7' # Database paths DB_VIDEO_VERSION = {