2012-04-17 23:03:45 +02:00
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id= "script.xbmcbackup"
2012-07-24 19:57:44 +02:00
name="XBMC Backup" version="0.1.0" 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" >
2012-04-24 04:04:03 +02:00
<summary lang= "en" > Backup and restore your XBMC database and configuration files in the event of a crash or file corruption.</summary>
2012-04-20 01:30:46 +02:00
<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>