JBSynch Add-Ins

 

Sync Library Rotator

This add-in allows users who do not have enough room on their jukebox to fit their entire collection. SyncLibraryRotator will randomly rotate select folders and sync them with your jukebox. Each time you sync, a new set of folders are transferred to your jukebox. SyncLibraryRotator is included with JBSynch and can be installed as an optional component during Setup. For help on SyncLibraryRotator click here.  (Included with JBSynch).

AJB Shuffle Starter

Creates an empty mp3's at the beginning of all the directories so you can start shuffle without first having to choose a song. (Included with JBSynch).

ID3 Tag Fixer

Fixes inaccurate ID3 tags by pulling Song and Artist information from the filename. Additionally updates the Album tag to match the folder the mp3 is in. (Included with JBSynch).

JBiPod

Allows JBSynch to be used with the iPod. Click here for more info.

Creating your own Add-Ins

JBSynch Add-Ins can be created in any development tool that supports COM. All Add-Ins must expose a class that must be named JBSynchAddin. This class must implement JBSynch's IJBSynchAddin interface. The Add-In is automatically loaded by JBSynch and a reference to JBSynch is passed to the Add-In. 

Download the JBSynchAddInSample project. Make sure to read the ToDo.txt file.
Refer to JBSynch's Object Model reference to see what you can do with the JBSynch object passed to your Add-In.