diff --git a/addon.xml b/addon.xml index da8e127b..0a38ad10 100644 --- a/addon.xml +++ b/addon.xml @@ -1,5 +1,5 @@ - + diff --git a/changelog.txt b/changelog.txt index 4e056649..7028e835 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,11 @@ +version 1.7.0 +- Amazon Alexa support! Be sure to check the Plex Alexa forum first if you encounter issues; there are still many bugs completely unrelated to PKC +- Plex Channels! +- Browse video nodes by folder/path +- Fix IndexError for playqueues +- Update translations +- Code optimization + version 1.6.5 (beta only) - Plex Channels! - Browse video nodes by folder/path diff --git a/resources/language/Czech/addon.xml b/resources/language/Czech/addon.xml deleted file mode 100644 index c290ec3a..00000000 --- a/resources/language/Czech/addon.xml +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - - - video audio image - - - - - - - Nastavení Plex Serveru - [!IsEmpty(ListItem.DBID) + !StringCompare(ListItem.DBID,-1) | !IsEmpty(ListItem.Property(plexid))] + !IsEmpty(Window(10000).Property(plex_context)) - - - - all - en - GNU GENERAL PUBLIC LICENSE. Version 2, June 1991 - https://forums.plex.tv - https://github.com/croneter/PlexKodiConnect - https://github.com/croneter/PlexKodiConnect - Úplná integrace Plexu do Kodi - Připojte Kodi ke svému Plex Media Serveru. Tento doplněk předpokládá, že spravujete veškerá svá videa pomocí Plexu (nikoliv pomocí Kodi). Můžete přijít o data uložená ve video a hudební databázi Kodi (tento doplněk je přímo mění). Používejte na vlastní nebezpečí! - - \ No newline at end of file diff --git a/resources/language/English/addon.xml b/resources/language/English/addon.xml deleted file mode 100644 index d42091f9..00000000 --- a/resources/language/English/addon.xml +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - - - video audio image - - - - - - - Settings for the Plex Server - [!IsEmpty(ListItem.DBID) + !StringCompare(ListItem.DBID,-1) | !IsEmpty(ListItem.Property(plexid))] + !IsEmpty(Window(10000).Property(plex_context)) - - - - all - en - GNU GENERAL PUBLIC LICENSE. Version 2, June 1991 - https://forums.plex.tv - https://github.com/croneter/PlexKodiConnect - https://github.com/croneter/PlexKodiConnect - Native Integration of Plex into Kodi - Connect Kodi to your Plex Media Server. This plugin assumes that you manage all your videos with Plex (and none with Kodi). You might lose data already stored in the Kodi video and music databases (as this plugin directly changes them). Use at your own risk! - - \ No newline at end of file diff --git a/resources/language/German/addon.xml b/resources/language/German/addon.xml deleted file mode 100644 index 0994ea72..00000000 --- a/resources/language/German/addon.xml +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - - - video audio image - - - - - - - Einstellungen für den Plex Server - [!IsEmpty(ListItem.DBID) + !StringCompare(ListItem.DBID,-1) | !IsEmpty(ListItem.Property(plexid))] + !IsEmpty(Window(10000).Property(plex_context)) - - - - all - en - GNU GENERAL PUBLIC LICENSE. Version 2, June 1991 - https://forums.plex.tv - https://github.com/croneter/PlexKodiConnect - https://github.com/croneter/PlexKodiConnect - Komplette Integration von Plex in Kodi - Verbindet Kodi mit deinem Plex Media Server. Dieses Addon geht davon aus, dass du all deine Videos mit Plex verwaltest (und keine direkt mit Kodi). Du wirst möglicherweise Daten verlieren, die bereits in der Kodi Video- und/oder Musik-Datenbank gespeichert sind (da dieses Addon beide Datenbanken direkt verändert). Verwende auf eigene Gefahr! - - \ No newline at end of file diff --git a/resources/language/Spanish/addon.xml b/resources/language/Spanish/addon.xml deleted file mode 100644 index d42091f9..00000000 --- a/resources/language/Spanish/addon.xml +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - - - video audio image - - - - - - - Settings for the Plex Server - [!IsEmpty(ListItem.DBID) + !StringCompare(ListItem.DBID,-1) | !IsEmpty(ListItem.Property(plexid))] + !IsEmpty(Window(10000).Property(plex_context)) - - - - all - en - GNU GENERAL PUBLIC LICENSE. Version 2, June 1991 - https://forums.plex.tv - https://github.com/croneter/PlexKodiConnect - https://github.com/croneter/PlexKodiConnect - Native Integration of Plex into Kodi - Connect Kodi to your Plex Media Server. This plugin assumes that you manage all your videos with Plex (and none with Kodi). You might lose data already stored in the Kodi video and music databases (as this plugin directly changes them). Use at your own risk! - - \ No newline at end of file