summaryrefslogtreecommitdiff
path: root/plugin.googledrive/addon.xml
blob: 3234fbf184aaeeeb75c29d8364128ec9ecb40c9f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<?xml version="1.0" encoding="UTF-8"?>
<addon id="plugin.googledrive" name="Google Drive" version="1.0.0" provider-name="Carlos Guzman (cguZZman)">
	<requires>
		<import addon="xbmc.python" version="2.25.0" />
		<import addon="script.module.clouddrive.common"/>
	</requires>
	<extension point="xbmc.python.pluginsource" library="addon.py">
		<provides>image audio video</provides>
	</extension>
	<extension point="xbmc.service" library="service.py" start="login" />
	<extension point="xbmc.addon.metadata">
		<platform>all</platform>
		<summary lang="en_GB">Google Drive for KODI</summary>
		<description lang="en_GB">
Play all your media from Google Drive including Videos, Music and Pictures.
 - Unlimited number of accounts.
 - Search over your drive.
 - Auto-Refreshed slideshow.
 - Export your videos to your library (.strm files)
 - Use Google Drive as a source
 - This program is not affiliated with or sponsored by Google.
		</description>
		<summary lang="he_IL">כונן Google Drive של מיקרוסופט עבור קודי</summary>
		<description lang="he_IL">
הפעל את כל המדיה שלך מ- Google Drive כולל וידאו, מוסיקה ותמונות.
  - מספר בלתי מוגבל של חשבונות.
  - חיפוש ומציאת הכונן שלך.
  - ריענון מצגת אוטומטית.
  - ייצוא קטעי הווידאו לספרייה שלך (קבצי .strm)
  - שימוש ב-Google Drive כמקור
  - תוכנית זו אינה קשורה או ממומנת על ידי Google.
		</description>		
		<license>GNU GENERAL PUBLIC LICENSE. Version 3, 29 June 2007</license>
		<source>https://github.com/cguZZman/plugin.googledrive</source>
		<forum>https://github.com/cguZZman/plugin.googledrive/issues</forum>
		<website>https://addons.kodi.tv/show/plugin.googledrive</website>
		<news>v1.0.0 - Nov 6, 2017: First release</news>
	</extension>
</addon>