xbmcbackup/addon.xml

17 lines
869 B
XML
Raw Normal View History

2012-04-17 23:03:45 +02:00
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.xbmcbackup"
name="XBMC Backup" version="0.1.1" provider-name="robweber">
2012-04-17 23:03:45 +02:00
<requires>
<import addon="xbmc.python" version="2.0"/>
</requires>
<extension point="xbmc.python.script" library="default.py">
<provides>executable</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en">Backup and restore your XBMC database and configuration files in the event of a crash or file corruption.</summary>
<description lang="en">Ever hosed your XBMC configuration and wished you'd had a backup? Now you can with one easy click. You can export your database, playlist, thumbnails, addons and other configuration details to any source writeable by XBMC.</description>
2012-04-17 23:03:45 +02:00
<platform>all</platform>
2012-05-26 02:39:38 +02:00
<language>en</language>
2012-04-17 23:03:45 +02:00
</extension>
</addon>