parent
ff1c7f9db1
commit
14e8f36a83
2 changed files with 9 additions and 1 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.2.11"
|
version="1.2.12"
|
||||||
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,11 @@
|
||||||
|
version 1.2.12
|
||||||
|
- Complete redesign of playlist handling
|
||||||
|
- Improvements to Plex Companion daemon
|
||||||
|
- Try reducing strain on PMS for metadata
|
||||||
|
- Don't let PMS crash: download one item at a time
|
||||||
|
- fix 'raspberry pi' spelling and capitalisation (thanks @milaq)
|
||||||
|
- sync: dont force show "full library sync finished" (thanks @milaq)
|
||||||
|
|
||||||
version 1.2.11
|
version 1.2.11
|
||||||
- Fix PKC not releasing connections to the PMS. Should fix memory, connection and PMS issues
|
- Fix PKC not releasing connections to the PMS. Should fix memory, connection and PMS issues
|
||||||
- Fix TypeError for playlists
|
- Fix TypeError for playlists
|
||||||
|
|
Loading…
Reference in a new issue