From 349829a7544aa2cb98d75697e12fc37136e01454 Mon Sep 17 00:00:00 2001 From: croneter Date: Tue, 26 Feb 2019 17:41:35 +0100 Subject: [PATCH 1/2] Fix PKC not synching new items if an older Kodi db is present --- resources/lib/variables.py | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/lib/variables.py b/resources/lib/variables.py index cc55186b..e61ffc87 100644 --- a/resources/lib/variables.py +++ b/resources/lib/variables.py @@ -607,6 +607,7 @@ def database_paths(): if path_ops.exists(path): setattr(thismodule, actual_version, version) setattr(thismodule, actual_path, path) + break if (DB_VIDEO_VERSION is None or DB_MUSIC_VERSION is None or From 07eeffbabc37a4a2c493ca44957baf5ea98b9956 Mon Sep 17 00:00:00 2001 From: croneter Date: Tue, 26 Feb 2019 18:16:34 +0100 Subject: [PATCH 2/2] Stable and beta version bump 2.7.4 --- README.md | 4 ++-- addon.xml | 7 +++++-- changelog.txt | 3 +++ 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ba1b906f..dd947056 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -[![stable version](https://img.shields.io/badge/stable_version-2.7.3-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.7.3-red.svg?maxAge=60&style=flat) ](https://github.com/croneter/binary_repo/raw/master/beta/repository.plexkodiconnectbeta/repository.plexkodiconnectbeta-1.0.2.zip) +[![stable version](https://img.shields.io/badge/stable_version-2.7.4-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.7.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 62650faa..3a5c4175 100644 --- a/addon.xml +++ b/addon.xml @@ -1,5 +1,5 @@ - + @@ -77,7 +77,10 @@ Нативна інтеграція Plex в Kodi Підключає Kodi до серверу Plex. Цей плагін передбачає, що ви керуєте всіма своїми відео за допомогою Plex (і ніяк не Kodi). Ви можете втратити дані, які вже зберігаються у відео та музичних БД Kodi (оскільки цей плагін безпосередньо їх змінює). Використовуйте на свій страх і ризик! Використовуйте на свій ризик - version 2.7.3: + version 2.7.4: +- Fix PKC not synching new items if an older Kodi db is present + +version 2.7.3: - Fix PKC trying to initialize playqueues over and over again - Fix PKC not starting due to a higher version Kodi database diff --git a/changelog.txt b/changelog.txt index b674e916..7ff50ce3 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,6 @@ +version 2.7.4: +- Fix PKC not synching new items if an older Kodi db is present + version 2.7.3: - Fix PKC trying to initialize playqueues over and over again - Fix PKC not starting due to a higher version Kodi database