Version bump
This commit is contained in:
parent
33f5044828
commit
45a26efe7c
3 changed files with 16 additions and 2 deletions
|
@ -56,7 +56,9 @@ Currently these features are working:
|
||||||
|
|
||||||
|
|
||||||
**Known Issues:**
|
**Known Issues:**
|
||||||
- **Plex Music:** You must have a static IP address for your Plex media server if you plan to use Plex Music features. This is due to the way Kodi works and cannot be helped.
|
- **Plex Music:** You must have a static IP address for your Plex media server if you plan to use Plex Music features. This is due to the way Kodi works and cannot be helped.
|
||||||
|
- **Plex Music:** Kodi tries to scan every(!) single Plex song on startup. This leads to errors in the Kodi log file and potentially even crashes. (Plex puts each song in a "dedicated folder", e.g. 'http://192.168.1.1:32400/library/parts/749450/'. Kodi unsuccessfully tries to scan these folders)
|
||||||
|
- **Plex Music:** Plex Music for direct paths does not work yet.
|
||||||
- **Plex updates:** PlexKodiConnect continuously polls the Plex Media Server for changes. If something on the PMS has changed, this change is synced to Kodi. Hence if you rescan your entire library, a long PlexKodiConnect re-sync is triggered.
|
- **Plex updates:** PlexKodiConnect continuously polls the Plex Media Server for changes. If something on the PMS has changed, this change is synced to Kodi. Hence if you rescan your entire library, a long PlexKodiConnect re-sync is triggered.
|
||||||
- **Direct Paths:** If you use direct paths, your sync will be slower
|
- **Direct Paths:** If you use direct paths, your sync will be slower
|
||||||
- **Video Nodes**: some nodes, e.g. "On Deck", are customized/hacked. Hence no access to movie metadata is possible, because Kodi does not know it's a library item
|
- **Video Nodes**: some nodes, e.g. "On Deck", are customized/hacked. Hence no access to movie metadata is possible, because Kodi does not know it's a library item
|
||||||
|
@ -67,6 +69,9 @@ Currently these features are working:
|
||||||
- Homevideos
|
- Homevideos
|
||||||
- Pictures
|
- Pictures
|
||||||
- Music Videos
|
- Music Videos
|
||||||
|
- Automatic updates
|
||||||
|
- Redesigned background sync process that puts less strain on the PMS
|
||||||
|
- Simultaneously connecting to several PMS
|
||||||
- TV Shows Theme Music (ultra-low prio)
|
- TV Shows Theme Music (ultra-low prio)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -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.0.14"
|
version="1.0.15"
|
||||||
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,12 @@
|
||||||
|
version 1.0.15
|
||||||
|
- Enable external Plex subtitles if available
|
||||||
|
- TV On Deck: option to include show name
|
||||||
|
- Playback updates now if an item is resumed
|
||||||
|
- Fix PMS not being informed of playback stop
|
||||||
|
- Fix playback updates for remote PMS
|
||||||
|
- Deactivate info "Gathering information from files"
|
||||||
|
- Updated readme
|
||||||
|
|
||||||
version 1.0.14
|
version 1.0.14
|
||||||
- Fix TV shows rating not showing up
|
- Fix TV shows rating not showing up
|
||||||
- Fix music libraries being scanned twice
|
- Fix music libraries being scanned twice
|
||||||
|
|
Loading…
Reference in a new issue