diff options
author | notspiff <cptspiff@gmail.com> | 2016-08-19 13:33:02 +0200 |
---|---|---|
committer | notspiff <cptspiff@gmail.com> | 2017-01-09 14:45:40 +0100 |
commit | db313a1567ffd81bf2cc95752d68152db8dc75ce (patch) | |
tree | 84215746473c6b2c86c371afc948569d3df74e47 /addons | |
parent | b7f0f4be0ac5850fb72ceabfa7d7e6fd6cd52eaf (diff) |
add support for vfs add-ons
Diffstat (limited to 'addons')
-rw-r--r-- | addons/kodi.vfs/addon.xml | 7 | ||||
-rw-r--r-- | addons/resource.language.en_gb/resources/strings.po | 5 |
2 files changed, 12 insertions, 0 deletions
diff --git a/addons/kodi.vfs/addon.xml b/addons/kodi.vfs/addon.xml new file mode 100644 index 0000000000..4535e332e9 --- /dev/null +++ b/addons/kodi.vfs/addon.xml @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<addon id="kodi.vfs" version="1.0.0" provider-name="Team-Kodi"> + <backwards-compatibility abi="1.0.0"/> + <requires> + <import addon="xbmc.core" version="0.1.0"/> + </requires> +</addon> diff --git a/addons/resource.language.en_gb/resources/strings.po b/addons/resource.language.en_gb/resources/strings.po index a4cc34078d..eec9e8636a 100644 --- a/addons/resource.language.en_gb/resources/strings.po +++ b/addons/resource.language.en_gb/resources/strings.po @@ -20405,3 +20405,8 @@ msgstr "" msgctxt "#39012" msgid "Set the maximum time to wait for the network to come up after starting or waking up. When time has passed before network is up startup will continue." msgstr "" + +#: xbmc/addons/Addon.cpp +msgctxt "#39013" +msgid "Virtual filesystems" +msgstr "" |