Limited time promo

JetAudio Plugin

Softland
Softland
0 USD

JetAudio backup plugin only works with Backup4all.


DOWNLOAD NOW
Buy licenses

If you already have Backup4all, you can add the JetAudio backup plugin below.


INSTALL PLUGIN
Download plugin as XML file
Author:
A multimedia player program that can play various file formats and also offers editing and burn capabilities. The plugin is for the Basic version of JetAudio and will add as backup sources its settings, skins, visualizations and registry entries.


Raw Plugin (XML) Code: JetAudio.xml

<?xml version="1.0" encoding="UTF-8"?>
<b4asource version="1.0">
  <!--Program unique ID (GUID)-->
  <id>{B2573188-514E-4EEE-BC84-77B960D9EA1A}</id>
  <!--Program name-->
  <name>JetAudio</name>
  <!--Executable file path-->
  <exepath type="0"/>
  <!--Minimum and maximum versions for which the backup was tested-->
  <minversion>7.0</minversion>
  <maxversion>7.9</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\COWON\Jet-Audio\InstallPath_Main</variable>
  </variables>
  <!--The backup sources-->
  <sources>
    <source name="Skin" type="folder">
      <folder>#path#\skin</folder>
    </source>
    <source name="Vis" type="folder">
      <folder>#path#\vis</folder>
    </source>
    <source name="Data" type="folder">
      <folder>C:\Documents and Settings\%username%\Application Data\COWON</folder>
    </source>
    <source name="Registry" type="registry">
      <registry path="HKEY_CURRENT_USER\Software\COWON" recursive="true"/>
    </source>
  </sources>
</b4asource>