Version bump
This commit is contained in:
parent
5c836f7911
commit
0b304f563c
3 changed files with 13 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<addon id="plugin.video.plexkodiconnect"
|
||||
name="PlexKodiConnect"
|
||||
version="1.5.1"
|
||||
version="1.5.2"
|
||||
provider-name="croneter">
|
||||
<requires>
|
||||
<import addon="xbmc.python" version="2.1.0"/>
|
||||
|
|
|
@ -1,3 +1,14 @@
|
|||
version 1.5.2 (beta only)
|
||||
A DATABASE RESET IS ABSOLUTELY NECESSARY
|
||||
- Plex Companion is completely rewired and should now handly anything you throw at it
|
||||
- New playback startup mechanism for plugin paths
|
||||
- Krypton: add ratings and IMDB id for movies
|
||||
- Krypton: add ratings and theTvDB id for TV shows
|
||||
- Don't support Plex Companion mirror
|
||||
- Fix for Plex Companion not showing up
|
||||
- Code rebranding from Emby to Plex, including a plex.db database :-)
|
||||
- Lots of code refactoring and code optimizations
|
||||
|
||||
version 1.5.1 (beta only)
|
||||
- Fix playstate and PMS item changes not working/not propagating anymore (caused by a change Plex made with the websocket interface). UPGRADE YOUR PMS!!
|
||||
- Improvements to the way PKC behaves if the PMS goes offline
|
||||
|
|
|
@ -122,7 +122,7 @@ class Service():
|
|||
videonodes.VideoNodes().clearProperties()
|
||||
|
||||
# Set the minimum database version
|
||||
window('plex_minDBVersion', value="1.1.5")
|
||||
window('plex_minDBVersion', value="1.5.2")
|
||||
|
||||
def getLogLevel(self):
|
||||
try:
|
||||
|
|
Loading…
Reference in a new issue