PlexKodiConnect/resources/language/Greek/addon.xml
2017-03-05 22:31:27 +01:00

33 lines
No EOL
1.9 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.plexkodiconnect"
name="PlexKodiConnect"
version="1.5.12"
provider-name="croneter">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
<import addon="script.module.requests" version="2.3.0" />
</requires>
<extension point="xbmc.python.pluginsource"
library="default.py">
<provides>video audio image</provides>
</extension>
<extension point="xbmc.service" library="service.py" start="login">
</extension>
<extension point="kodi.context.item" library="contextmenu.py">
<item>
<label>30401</label>
<description>Ρυθμίσεις για το Plex Server</description>
<visible>[!IsEmpty(ListItem.DBID) + !StringCompare(ListItem.DBID,-1) | !IsEmpty(ListItem.Property(plexid))] + !IsEmpty(Window(10000).Property(plex_context))</visible>
</item>
</extension>
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<language>en</language>
<license>GNU GENERAL PUBLIC LICENSE. Version 2, June 1991</license>
<forum>https://forums.plex.tv</forum>
<website>https://github.com/croneter/PlexKodiConnect</website>
<source>https://github.com/croneter/PlexKodiConnect</source>
<summary lang="en">Εγγενή ενοποίηση του Plex στο Kodi</summary>
<description lang="en">Συνδέστε το Kodi στο Plex Media Server. Αυτό το πρόσθετο υποθέτει ότι διαχειρίζεστε όλα τα βίντεό σας με το Plex (και κανένα με το Kodi). Ίσως χάσετε δεδομένα που είναι ήδη αποθηκευμένα στις βάσεις δεδομένων βίντεο και μουσικής του Kodi (καθώς αυτό το πρόσθετο τις αλλάζει). Χρησιμοποιήστε το με δική σας ευθύνη!</description>
</extension>
</addon>