added new icon file as well as updated README information for usage

This commit is contained in:
Rob Weber
2012-04-19 18:30:46 -05:00
parent b307ceed57
commit 79f205dfb4
4 changed files with 23 additions and 3 deletions

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.xbmcbackup"
name="XBMC Profile Backup" version="0.0.1" provider-name="robweber">
name="XBMC Backup" version="0.0.2" provider-name="robweber">
<requires>
<import addon="xbmc.python" version="2.0"/>
</requires>
@ -8,8 +8,8 @@
<provides>executable</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en"></summary>
<description lang="en"></description>
<summary lang="en">Backup your XBMC database and configuration files before an upgrade or in the even of a crash.</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>
</extension>
</addon>