Version bump
This commit is contained in:
parent
8abd987d2b
commit
eda281268a
3 changed files with 8 additions and 1 deletions
|
@ -56,6 +56,7 @@ Currently these features are working:
|
||||||
|
|
||||||
|
|
||||||
**Known "Larger" Issues:**
|
**Known "Larger" Issues:**
|
||||||
|
|
||||||
Solutions are unlikely due to the nature of these issues
|
Solutions are unlikely due to the nature of these 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:** 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)
|
||||||
|
|
|
@ -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.16"
|
version="1.0.17"
|
||||||
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,9 @@
|
||||||
|
version 1.0.17
|
||||||
|
- Fix transcoding
|
||||||
|
- Get a machineIdentifier if it is missing
|
||||||
|
- New Setting: Choose Plex Server from a list
|
||||||
|
- Generate a new unique Plex device ID in settings
|
||||||
|
|
||||||
version 1.0.16
|
version 1.0.16
|
||||||
- Kodi profiles up and running; try assigning different Plex users per profile!
|
- Kodi profiles up and running; try assigning different Plex users per profile!
|
||||||
- Change "Switch User" to "Log Out Plex User: <username>"
|
- Change "Switch User" to "Log Out Plex User: <username>"
|
||||||
|
|
Loading…
Reference in a new issue