diff --git a/README.md b/README.md index 78db3c46..5b5247a3 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ [![stable version](https://img.shields.io/badge/stable_version-2.9.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.9.13-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.9.14-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) @@ -50,6 +50,7 @@ Some people argue that PKC is 'hacky' because of the way it directly accesses th ### PKC Features +- Kodi 19 is not yet supported (PKC is written in Python 2) - Support for Kodi 18 Leia - Support for Kodi 17 Krypton - [Amazon Alexa voice recognition](https://www.plex.tv/apps/streaming-devices/amazon-alexa) diff --git a/addon.xml b/addon.xml index 7ca7a31d..3acec88d 100644 --- a/addon.xml +++ b/addon.xml @@ -1,5 +1,5 @@ - + @@ -83,7 +83,13 @@ Natūralioji „Plex“ integracija į „Kodi“ Prijunkite „Kodi“ prie „Plex Medija Serverio“. Šiame papildinyje daroma prielaida, kad valdote visus savo vaizdo įrašus naudodami „Plex“ (ir nė vieno su „Kodi“). Galite prarasti jau saugomus „Kodi“ vaizdo įrašų ir muzikos duomenų bazių duomenis (kadangi šis papildinys juos tiesiogiai pakeičia). Naudokite savo pačių rizika! Naudokite savo pačių rizika - version 2.9.13 (beta only): + version 2.9.14 (beta only): +- Fix resume when starting playback via PMS or when force transcoding +- Get rid of ContextMonitor and the dedicated Python thread - with new resume mechanics, this is not needed anymore +- Optimize clean-up of file table in the Kodi video database after stopping playback +- Get rid of some obsolete imports + +version 2.9.13 (beta only): - Fix PKC resuming instead of playing from the beginning version 2.9.12 (beta only): diff --git a/changelog.txt b/changelog.txt index 0fe2c4a7..cf5a3871 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,9 @@ +version 2.9.14 (beta only): +- Fix resume when starting playback via PMS or when force transcoding +- Get rid of ContextMonitor and the dedicated Python thread - with new resume mechanics, this is not needed anymore +- Optimize clean-up of file table in the Kodi video database after stopping playback +- Get rid of some obsolete imports + version 2.9.13 (beta only): - Fix PKC resuming instead of playing from the beginning