Songbird Plugin
If you already have Backup4all, you can add the Songbird backup plugin below.
INSTALL PLUGIN
Download plugin as XML file
Author:
Adrian (Softland)
,
2012-06-12
Songbird is an open source audio player with integrated web browsing capabilities. Even if Songbird can run on Mac, Linux and Solaris, this back-up plugin only works with Backup4all installed on Windows. Using it you can easily define a backup job that will back-up its profiles, settings, plugins, addons, playlists and registry entries.
Raw Plugin (XML) Code: Songbird.xml
<?xml version="1.0" encoding="UTF-8"?>
<b4asource version="1.0">
<!--Program unique ID (GUID)-->
<id>{603FFED0-FBA8-4CA9-A8BB-D2FF568E1E6D}</id>
<!--Program name-->
<name>Songbird</name>
<!--Executable file path-->
<exepath type="0"/>
<!--Minimum and maximum versions for which the backup was tested-->
<minversion/>
<maxversion/>
<!--Information about the plugin author-->
<author>
<name>Softland</name>
<email>[email protected]</email>
<website>http://www.backup4all.com</website>
</author>
<!--Variables used in the XML file-->
<variables>
<!--If type="reg" then the value will be read from the registry-->
<variable name="path" type="reg">HKEY_LOCAL_MACHINE\SOFTWARE\Songbird\Install_Dir</variable>
<variable name="localapp" type="reg">HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders\Local AppData</variable>
</variables>
<!--The backup sources-->
<sources>
<source name="Profiles" type="folder">
<folder>#localapp#\Songbird\Profiles</folder>
</source>
<source name="Songbird" type="folder">
<folder>%appdata%\Songbird</folder>
</source>
<source name="Components" type="folder">
<folder>#path#\Components</folder>
</source>
<source name="Defaults" type="folder">
<folder>#path#\defaults</folder>
</source>
<source name="Plugins" type="folder">
<folder>#path#\plugins</folder>
</source>
<source name="Xulrunner" type="folder">
<folder>#path#\xulrunner</folder>
</source>
<source name="Registry" type="registry">
<registry path="HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Songbird" recursive="true"/>
<registry path="HKEY_LOCAL_MACHINE\SOFTWARE\Songbird" recursive="true"/>
</source>
</sources>
</b4asource>