Version bump
This commit is contained in:
parent
d666867219
commit
1afa1112ca
2 changed files with 13 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.1.9"
|
version="1.1.10"
|
||||||
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.10
|
||||||
|
- A donation link is up. Your support is much appreciated :-)
|
||||||
|
- Movie sets are working (without set art as this is missing from Plex). Many thanks to mattsch!
|
||||||
|
- Fix playback report and marking an item played. Should fix issues with e.g. episodes not correctly being set to watched in Kodi in the On Deck view
|
||||||
|
- Fix UnicodeEncodeError for file paths
|
||||||
|
- New setting: show watched movies in recently added
|
||||||
|
- New setting: don't show already watched episodes
|
||||||
|
- New setting: Force transcode HEVC
|
||||||
|
- New setting: Force transcode 10bit
|
||||||
|
- New setting: do a sync after screensaver deactivated. Very useful for Kodi for Android as Android may put Kodi in a weird kind of sleep
|
||||||
|
- Merge with plugin.video.emby up to 417b8d3b2237f982d1eab462c130e8a4f445dd8b
|
||||||
|
|
||||||
version 1.1.9
|
version 1.1.9
|
||||||
- Fix new episodes not being detected
|
- Fix new episodes not being detected
|
||||||
- Use direct file paths for on deck shows if enabled
|
- Use direct file paths for on deck shows if enabled
|
||||||
|
|
Loading…
Reference in a new issue