Videora iPod Converter Plugin
If you already have Backup4all, you can add the Videora iPod Converter backup plugin below.
INSTALL PLUGIN
Download plugin as XML file
Author:
Adrian (Softland)
,
2012-06-12
This plugin will back-up One Click iPod Video Converter settings, configurations and exported video files.
Raw Plugin (XML) Code: Videora-iPod-Converter.xml
<?xml version="1.0" encoding="UTF-8"?>
<b4asource version="1.0">
<!--Program unique ID (GUID)-->
<id>{27FB0310-8899-4591-8D24-3E8729B885D6}</id>
<!--Program name-->
<name>Videora iPod Converter</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="mydocuments" type="reg">HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders\Personal</variable>
</variables>
<!--The backup sources-->
<sources>
<source name="Profiles" type="folder">
<folder>%programfiles%\Red Kawa\Video Converter 3\Profiles</folder>
</source>
<source name="Settings" type="folder">
<folder>%programfiles%\Red Kawa\Video Converter 3\Settings</folder>
</source>
<source name="Converted Videos" type="folder">
<folder>#mydocuments#\Converted Videos</folder>
</source>
</sources>
</b4asource>