mirror of
https://github.com/robweber/xbmcbackup.git
synced 2024-11-15 04:45:49 +01:00
17 lines
869 B
XML
17 lines
869 B
XML
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
|
<addon id="script.xbmcbackup"
|
|
name="XBMC Backup" version="0.0.9" provider-name="robweber">
|
|
<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>
|
|
<platform>all</platform>
|
|
<language>en</language>
|
|
</extension>
|
|
</addon>
|