Limited time promo

VLC Media Player Plugin

Softland
Softland
0 USD

VLC Media Player backup plugin only works with Backup4all.


DOWNLOAD NOW
Buy licenses

If you already have Backup4all, you can add the VLC Media Player backup plugin below.


INSTALL PLUGIN
Download plugin as XML file
Author:
VLC Player is an open source multimedia player that can play CD/DVD/Blu-ray disc contents, video/audio files and also streaming rich media content. This backup plugin will allow backing up plugins, skins, languages, OSD menu information and registry keys for VLC player.

About VLC player

VLC media player (initially it was VideoLAN Client) is a free and open source highly portable multimedia player and framework that plays most popular multimedia files from DVD, Audio CD, VCD and Blu-ray discs. Various audio and video formats (including MPEG-1, MPEG-2, MPEG-4, DivX, MP3, OGG) as well as various streaming protocols are supported by VLC player. It can also be used as a streaming server in IPv4 or IPv6.
VLC works on GNU/Linux, Solaris and Microsoft Windows, but the backup plugin developed for it only works under Windows OS.

How to backup and restore VLC using Backup4all plugin

Once you installed and configured VLC player, it is troublesome to move its settings on another computer or to re-configure it after re-installing your system. This is where the plugin to back up VLC player is important as it will save you time.
Creating a backup job in Backup4all using the VLC player plugin, will allow you to back-up installed language packs, plugins, skins, configuration files and registry settings.
In order to backup VLC, you have to follow these steps:
  1. Download and install the backup plugin here: VLC player backup plugin
  2. After you installed the plugin in Backup4all, define a backup job and run it to back-up VLC. If you don't know how to install the plugin and run the backup, read this article:http://www.backup4all.com/kb/how-to-download-install-and-use-backup-plugins-910.html
If you need to restore the VLC configuration files after a fresh system installation or on a different computer, follow these steps:
  1. Install VLC player and the VLC plugin from here: VLC player backup plugin
  2. Open in Backup4all the .bkc catalog file from the destination.
  3. Press the Restore button and follow the wizard steps.

What information is backed up when using the VLC player plugin

The backup plugin mentioned above will add as backup sources the following information:
  • Plugins - stored in C:\%programfiles%\VideoLAN\VLC
  • Skins - stored in C:\%programfiles%\VideoLAN\VLC
  • Languages - stored in C:\%programfiles%\VideoLAN\VLC\locale
  • OSD menu - stored in C:\%programfiles%\VideoLAN\VLC
  • Registry
    • For 32-bit OS:
      HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\VLC media player
      HKLM\SOFTWARE\VideoLAN
    • For 64-bit OS:
      HKLM\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\VLC media player
      HKLM\Wow6432Node\SOFTWARE\VideoLAN

Raw Plugin (XML) Code: VLC-Media-Player.xml

<?xml version="1.0" encoding="UTF-8"?>
<b4asource version="1.0">
  <!--Program unique ID (GUID)-->
  <id>{3A08929D-E677-4D61-A67B-925B0FBB01E7}</id>
  <!--Program name-->
  <name>VLC Media Player</name>
  <!--Executable file path-->
  <exepath type="0"/>
  <!--Minimum and maximum versions for which the backup was tested-->
  <minversion>0.1</minversion>
  <maxversion>0.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\VideoLAN\VLC\InstallDir</variable>
  </variables>
  <!--The backup sources-->
  <sources>
    <source name="Plugins" type="folder">
      <folder>#path#\plugins</folder>
    </source>
    <source name="Skins" type="folder">
      <folder>#path#\skins</folder>
    </source>
    <source name="Languges" type="folder">
      <folder>#path#\locale</folder>
    </source>
    <source name="Osdmenu" type="folder">
      <folder>#path#\osdmenu</folder>
    </source>
    <source name="Registry" type="registry">
      <registry path="HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\VLC media player" recursive="true"/>
      <registry path="HKEY_LOCAL_MACHINE\SOFTWARE\MozillaPlugins\@videolan.org/vlc;version=0.8.6c" recursive="true"/>
      <registry path="HKEY_LOCAL_MACHINE\SOFTWARE\VideoLAN" recursive="true"/>
    </source>
  </sources>
</b4asource>