Limited time promo

Musicmatch Jukebox Plugin

Softland
Softland
0 USD

Musicmatch Jukebox backup plugin only works with Backup4all.


DOWNLOAD NOW
Buy licenses

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


INSTALL PLUGIN
Download plugin as XML file
Author:
Musicmatch Jukebox is an audio player that helps you manage your digital audio library. It contains many important features as online music store, Internet radio, CD playback and ripping and other commonly found features in jukebox software.

About Musicmatch Jukebox

This software helps you play, create, manage, and discover digital music. You can create your own playlists: music for work, for sports or even dinner, by simply using drag & drop. Music can be easily transferred to portable players in seconds. Musicmatch Jukebox is compatible with the most popular devices.

How to backup and restore Musicmatch Jukebox using Backup4all plugin

Once you installed and configured Musicmatch Jukebox, it is a bit of a hassle 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 Musicmatch Jukebox is important as it will save you time.
Creating a backup job in Backup4all using the Musicmatch Jukebox plugin, will allow you to back-up the application log files and registry entries.
In order to backup Musicmatch Jukebox, you have to follow these steps:
  1. Download and install the backup plugin here: Musicmatch Jukebox backup plugin
  2. After you installed the plugin in Backup4all, define a backup job and run it to back-up Musicmatch Jukebox. 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 Musicmatch Jukebox files after a fresh system installation or on a different computer, follow these steps:
  1. Install Musicmatch Jukebox and the Musicmatch Jukebox plugin from here: Musicmatch Jukebox 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 Musicmatch Jukebox player plugin

The backup plugin mentioned above will add as backup sources the following information:
  • Skins - stored in C:\%programfiles%\Musicmatch\Musicmatch Jukebox\Skins\
  • Playlist - stored in C:\%programfiles%\Musicmatch\Musicmatch Jukebox\Playlist
  • Plugins - stored in C:\%programfiles%\Musicmatch\Musicmatch Jukebox\Plugins
  • Projects - stored in C:\%programfiles%\Musicmatch\Musicmatch Jukebox\Projects
  • Library - stored in C:\Users\%username%\AppData\Local\Musicmatch\MIM
  • Registry - HKCU\Software\Musicmatch

Raw Plugin (XML) Code: Musicmatch-Jukebox.xml

<?xml version="1.0" encoding="UTF-8"?>
<b4asource version="1.0">
  <!--Program unique ID (GUID) -->
  <id>{04DF5A1A-04CF-4D44-85C8-BD84DFE3D6EF}</id>
  <!--Program name-->
  <name>Musicmatch Jukebox</name>
  <!--Executable file path-->
  <exepath type="0"/>
  <!--Minimum and maximum versions for which the backup was tested-->
  <minversion>10.00</minversion>
  <maxversion>10.99</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\Microsoft\Windows\CurrentVersion\App Paths\mmjb.exe\Path</variable>
    <variable name="library_path" type="reg">HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders\Local AppData</variable>
  </variables>
  <!--The backup sources-->
  <sources>
    <source name="Registry" type="registry">
      <registry path="HKEY_CURRENT_USER\Software\Musicmatch" recursive="true"/>
    </source>
    <source name="Skins" type="folder">
      <folder>#path#\skins</folder>
    </source>
    <source name="Playlist" type="folder">
      <folder>#path#\playlist</folder>
    </source>
    <source name="Plugins" type="folder">
      <folder>#path#\Plugins</folder>
    </source>
    <source name="Projects" type="folder">
      <folder>#path#\projects</folder>
    </source>
    <source name="Library" type="folder">
      <folder>#library_path#\Musicmatch\MIM</folder>
    </source>
  </sources>
</b4asource>