Limited time promo

DivX Plugin

Softland
Softland
0 USD

DivX backup plugin only works with Backup4all.


DOWNLOAD NOW
Buy licenses

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


INSTALL PLUGIN
Download plugin as XML file
Author:
DivX is a free media player that can play movies in most popular file formats, with support for subtitles and media library. It also enforces DRM features thus protected videos won't be playable. This plugin can back-up DivX player skins and also movies from its library.


Raw Plugin (XML) Code: DivX.xml

<?xml version="1.0" encoding="UTF-8"?>
<b4asource version="1.0">
  <!--Program unique ID (GUID)-->
  <id>{E4487CE6-81F7-43A6-B106-457E2FD13C16}</id>
  <!--Program name-->
  <name>DivX</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="Installpath" type="reg">HKEY_LOCAL_MACHINE\SOFTWARE\DivXNetworks\DivX Player\InstallDir</variable>
    <variable name="Uninstallpath" type="reg">HKEY_LOCAL_MACHINE\SOFTWARE\DivXNetworks\DivX\uninstdir</variable>
  </variables>
  <!--The backup sources-->
  <sources>
    <source name="Skins" type="folder">
      <folder>#installpath#\skins</folder>
      <include>*.dps</include>
    </source>
    <source name="Movies" type="folder">
      <folder>#uninstallpath#\movies</folder>
    </source>
    <source name="Registry" type="registry">
      <registry path="HKEY_CURRENT_USER\Software\DivXNetworks" recursive="true"/>
      <registry path="HKEY_LOCAL_MACHINE\SOFTWARE\DivXNetworks" recursive="true"/>
    </source>
  </sources>
</b4asource>