PlexKodiConnect/addon.xml

199 lines
9.2 KiB
XML
Raw Normal View History

2015-03-14 08:24:59 +11:00
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2017-05-31 22:41:35 +10:00
<addon id="plugin.video.plexkodiconnect" name="PlexKodiConnect" version="1.8.2" provider-name="croneter">
2015-03-14 08:24:59 +11:00
<requires>
<import addon="xbmc.python" version="2.1.0"/>
<import addon="script.module.requests" version="2.3.0" />
2015-03-14 08:24:59 +11:00
</requires>
2017-03-09 22:36:32 +11:00
<extension point="xbmc.python.pluginsource" library="default.py">
2016-01-18 09:27:25 +11:00
<provides>video audio image</provides>
2015-03-14 08:24:59 +11:00
</extension>
<extension point="xbmc.service" library="service.py" start="login">
</extension>
2016-10-23 02:15:10 +11:00
<extension point="kodi.context.item" library="contextmenu.py">
<item>
<label>30401</label>
2017-02-05 23:17:21 +11:00
<description>30416</description>
2016-10-23 02:15:10 +11:00
<visible>[!IsEmpty(ListItem.DBID) + !StringCompare(ListItem.DBID,-1) | !IsEmpty(ListItem.Property(plexid))] + !IsEmpty(Window(10000).Property(plex_context))</visible>
</item>
</extension>
2017-04-15 00:36:04 +10:00
<extension point="xbmc.addon.metadata">
2017-03-09 22:36:32 +11:00
<platform>all</platform>
<license>GNU GENERAL PUBLIC LICENSE. Version 2, June 1991</license>
<forum>https://forums.plex.tv</forum>
<website>https://github.com/croneter/PlexKodiConnect</website>
<email></email>
<source>https://github.com/croneter/PlexKodiConnect</source>
2017-04-15 00:53:19 +10:00
<summary lang="en_GB">Native Integration of Plex into Kodi</summary>
<summary lang="cs_CZ">Úplná integrace Plexu do Kodi</summary>
<summary lang="de_DE">Komplette Integration von Plex in Kodi</summary>
<summary lang="da_DK">Indbygget Integration af Plex i Kodi</summary>
<summary lang="nl_NL">Directe integratie van Plex in Kodi</summary>
<summary lang="zh_TW">將Plex直接內嵌至Kodi</summary>
2017-05-01 17:21:11 +10:00
<summary lang="es_ES">Integración Nativa de Plex en Kodi</summary>
2017-05-01 17:47:35 +10:00
<description lang="en_GB">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!</description>
2017-04-15 01:00:14 +10:00
<description lang="cs_CZ">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í).</description>
<description lang="de_DE">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).</description>
<description lang="da_DK">Tilslut Kodi til din Plex Media Server. Dette plugin forudsætter, at du administrere alle dine videoer med Plex (og ikke med Kodi). Du kan miste data som allerede er gemt i Kodi video og musik-databaser (dette plugin ændrer direkte i dem).</description>
<description lang="nl_NL">Verbind Kodi met je Plex Media Server. Deze plugin gaat ervan uit dat je al je video's met Plex (en niet met Kodi) beheerd. Je kunt gegevens reeds opgeslagen in de databases voor video en muziek van Kodi (deze plugin wijzigt deze gegevens direct) verliezen.</description>
<description lang="zh_TW">連接Kodi至您的Plex媒體伺服器這個外掛程式假設你使用Plex伺服器管理您所有的媒體(完全沒用Kodi管理)您可能會失去已經儲存在Kodi資料庫中的視頻及音樂的資料(這個外掛程式會直接更改它們).</description>
2017-05-01 17:21:11 +10:00
<description lang="es_ES">Conecte Kodi a su Plex Media Server. Este plugin asume que usted gestiona todos sus vídeos con Plex (y ninguno con Kodi). Puede perder datos ya guardados en las bases de datos de vídeo y música de Kodi (ya que este plugin las actualiza directamente). ¡Úselo a su propio riesgo!</description>
2017-04-15 01:00:14 +10:00
<disclaimer lang="en_GB">Use at your own risk</disclaimer>
<disclaimer lang="cs_CZ">Používejte na vlastní nebezpečí</disclaimer>
<disclaimer lang="de_DE">Benutze auf eigene Gefahr</disclaimer>
<disclaimer lang="da_DK">Brug på eget ansvar</disclaimer>
<disclaimer lang="nl_NL">Gebruik op eigen risico</disclaimer>
<disclaimer lang="zh_TW">使用風險由您自己承擔</disclaimer>
2017-05-01 17:21:11 +10:00
<disclaimer lang="es_ES">Usar a su propio riesgo</disclaimer>
2017-05-31 22:41:35 +10:00
<news>version 1.8.2:
- Choose to replace user ratings with the number of available versions of a media file
- More collection artwork: use TheMovieDB art
- Support new Companion command "refreshPlayQueue"
- Use https for TheMovieDB
- Update translations
version 1.8.1:
2017-05-30 01:34:09 +10:00
- Fix library sync crash due to UnicodeDecodeError
- Fix fanart for collections
- Comply with themoviedb.org terms of use
- Add some translations
version 1.8.0
2017-05-27 19:39:57 +10:00
Featuring:
- Major music overhaul: Direct Paths should now work! Many thanks @Memesa for the pointers! Don't forget to reset your database
- Big transcoding overhaul
- Many Plex Companion fixes
- Add support to Kodi 18.0-alpha1 (thanks @CotzaDev)
version 1.7.22 (beta only)
2017-05-25 22:22:27 +10:00
- Fix playback stop not being recognized by the PMS
- Better way to sync progress to another account
version 1.7.21 (beta only)
2017-05-23 05:41:53 +10:00
- Fix Playback and watched status not syncing
- Fix PKC syncing progress to wrong account
- Warn user if a xml cannot be parsed
version 1.7.20 (beta only)
2017-05-21 04:28:12 +10:00
- Fix for Windows usernames with non-ASCII chars
- Companion: Fix TypeError
- Use SSL settings when checking server connection
- Fix TypeError when PMS connection lost
- Increase timeout
version 1.7.19 (beta only)
2017-05-18 04:26:06 +10:00
- Big code refactoring
- Many Plex Companion fixes
- Fix WindowsError or alike when deleting video nodes
- Remove restart on first setup
- Only set advancedsettings tweaks if Music enabled
version 1.7.18 (beta only)
2017-05-15 01:01:57 +10:00
- Fix OperationalError when resetting PKC
- Fix possible OperationalErrors
- Companion: ensure sockets get closed
- Fix TypeError for Plex Companion
- Update Czech
version 1.7.17 (beta only)
2017-05-12 04:10:14 +10:00
- Don't add media by other add-ons to queue
- Fix KeyError for Plex Companion
- Repace Kodi mkdirs with os.makedirs
- Use xbmcvfs exists instead of os.path.exists
version 1.7.16 (beta only)
2017-05-10 04:54:16 +10:00
- Fix PKC complaining about files not found
- Fix multiple subtitles per language not showing
- Update Czech translation
- Fix too many arguments when marking 100% watched
- More small fixes
version 1.7.15 (beta only)
2017-05-08 01:07:01 +10:00
- Fix companion for "Playback via PMS"
- Change sleeping behavior for playqueue client
- Plex Companion: add itemType to playstate
- Less logging
version 1.7.14 (beta only)
2017-05-07 22:06:29 +10:00
- Fix TypeError, but for real now
version 1.7.13 (beta only)
2017-05-07 21:46:38 +10:00
- Fix TypeError with AdvancedSettings.xml missing
version 1.7.12 (beta only)
2017-05-07 03:01:38 +10:00
- Major music overhaul: Direct Paths should now work! Many thanks @Memesa for the pointers! Don't forget to reset your database
- Some Plex Companion fixes
- Fix UnicodeDecodeError on user switch
- Remove link to Crowdin.com
- Update Readme
version 1.7.11 (beta only)
2017-05-06 04:19:35 +10:00
- Add support to Kodi 18.0-alpha1 (thanks @CotzaDev)
- Fix PKC not storing network credentials correctly
version 1.7.10 (beta only)
2017-05-04 04:39:00 +10:00
- Avoid xbmcvfs entirely; use encoded paths
- Update Czech translation
version 1.7.9 (beta only)
2017-05-02 04:49:43 +10:00
- Big transcoding overhaul
- Fix for not detecting external subtitle language
- Change Plex transcoding profile to Android
- Use Kodi video cache setting for transcoding
- Fix TheTVDB ID for TV shows
- Account for missing IMDB ids for movies
- Account for missing TheTVDB ids
- Fix UnicodeDecodeError on user switch
- Update English, Spanish and German
version 1.7.8 (beta only)
2017-05-01 04:57:26 +10:00
- Fix IMDB id for movies (resync by going to the PKC settings, Advanced, then Repair Local Database)
- Increase timeouts for PMS, should fix some connection issues
- Move translations to new strings.po system
- Fix some TypeErrors
- Some code refactoring
version 1.7.7
2017-04-15 01:52:28 +10:00
- Chinese Traditional, thanks @old2tan
- Chinese Simplified, thanks @everdream
- Browse by folder: also sort by Date Added
- Update addon.xml
version 1.7.6
- Hotfix: Revert Cache missing artwork on PKC startup. This should help with slow PKC startup, videos not being started, lagging PKC, etc.
version 1.7.5
2017-05-01 04:57:26 +10:00
- Dutch translation, thanks @mvanbaak
version 1.7.4 (beta only)
2017-05-01 17:21:56 +10:00
- Show menu item only for appropriate Kodi library: Be careful to start video content through Videos - Video Addons - ... and pictures through Pictures - Picture Addons - ...
2017-05-01 04:57:26 +10:00
- Fix playback error popup when using Alexa
- New Italian translations, thanks @nikkux, @chicco83
- Update translations
- Rewire Kodi ListItem stuff
- Fix TypeError for setting ListItem streams
- Fix Kodi setContent for images
- Fix AttributeError due to missing Kodi sort methods
version 1.7.3 (beta only)
- Fix KeyError for channels if no media streams
- Move plex node navigation, playback to main thread
- Fix TypeError for malformed browsing xml
- Fix IndexError if we can't get a valid xml from PMS
- Pass 'None' instead of empty string in url args
version 1.7.2
- Fix for some channels not starting playback
version 1.7.1
- Fix Alexa not doing anything
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</news>
2015-03-14 08:24:59 +11:00
</extension>
2017-03-09 22:36:32 +11:00
</addon>