Version bump
This commit is contained in:
parent
07ed22e44a
commit
ec6be67fb0
3 changed files with 14 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||||
<addon id="plugin.video.plexkodiconnect"
|
<addon id="plugin.video.plexkodiconnect"
|
||||||
name="PlexKodiConnect"
|
name="PlexKodiConnect"
|
||||||
version="1.1.3"
|
version="1.1.4"
|
||||||
provider-name="croneter">
|
provider-name="croneter">
|
||||||
<requires>
|
<requires>
|
||||||
<import addon="xbmc.python" version="2.1.0"/>
|
<import addon="xbmc.python" version="2.1.0"/>
|
||||||
|
|
|
@ -1,3 +1,15 @@
|
||||||
|
version 1.1.4
|
||||||
|
(you will need to rescan your library)
|
||||||
|
- Plex Watch Later available as a separate Video Node!
|
||||||
|
- Fix Kodi Movie Info showing instead of Episode Info
|
||||||
|
- New settings option: use default Plex On Deck TV Shows
|
||||||
|
- Fix TV show on deck view
|
||||||
|
- Enable playstate update if Kodi does not give us a Kodi DB id
|
||||||
|
- First startup: Add warning for large music libraries and not using Direct Paths
|
||||||
|
- Fix KeyError: 'librarySectionID' during syncPMStime
|
||||||
|
- Retrieve banner art when available
|
||||||
|
- New setting: I own this PMS (needed if you manually set your IP)
|
||||||
|
|
||||||
version 1.1.3
|
version 1.1.3
|
||||||
YOU WILL NEED TO RECONNECT TO YOUR PMS: PKC Settings -> Connection -> 'Choose Plex Server from a list'. Just repick your PMS
|
YOU WILL NEED TO RECONNECT TO YOUR PMS: PKC Settings -> Connection -> 'Choose Plex Server from a list'. Just repick your PMS
|
||||||
- 'true' awesome & fast direct play without 'direct paths' if your Plex library points to paths that are accessible to Kodi. Customize paths in the settings
|
- 'true' awesome & fast direct play without 'direct paths' if your Plex library points to paths that are accessible to Kodi. Customize paths in the settings
|
||||||
|
|
|
@ -95,7 +95,7 @@ class Service():
|
||||||
videonodes.VideoNodes().clearProperties()
|
videonodes.VideoNodes().clearProperties()
|
||||||
|
|
||||||
# Set the minimum database version
|
# Set the minimum database version
|
||||||
window('emby_minDBVersion', value="1.1.1")
|
window('emby_minDBVersion', value="1.1.4")
|
||||||
|
|
||||||
def getLogLevel(self):
|
def getLogLevel(self):
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Reference in a new issue