FFS, RTFM!!!
In the YAMJ directory there are two files necessary, the CMD file and the library XML,
The CMD file should look like something like this:-
@Echo OFF
REM Command file generated by Omertron's GUI Config
REM YAMJ GUI Config (ACR) v1.0.3
REM
http://MediaPlayerSite.com/YAMJ_GUI_Config_ACRREM For A.C.Ryan PlayOn!HD MediaPlayer
C:
CD "\A.C.Ryan MovieJukebox"
CALL MovieJukebox ACR_Library.xml -o "R:/"
pause
exit
This library file is highly customised but should look something like this,
<!-- -->
<!-- Libraries element contains all your media directories and their paths. -->
<!-- Both local and nmt path are specified here. -->
<!-- -->
<!-- path element contains local path -->
<!-- nmtpath element contains nmtpath -->
<!-- exclude element contains a file exclusion filter for the library -->
<!-- description element contains freeform text describing this library -->
<!-- this description will show up on the detail page of every movie within-->
<!-- that library (if supported by the skin). If this is undesired, then -->
<!-- leave the description blank. -->
<!-- prebuf element is for specifying the prebuffer size (in bytes). If this is -->
<!-- undesired, then leave the prebuf blank and it will use the -->
<!-- default of 16777216 (16MB) -->
<!-- Modified GregiBoy 09/01/2012 -->
<libraries>
<library>
<path>E:\Movies\Matroska\High Definition</path>
<playerpath>file://../Movies/Matroska/High Definition/</playerpath>
<exclude name="sample,tmp/,temp/,RECYCLE.BIN/"/>
<description>HD MKV Movies</description>
<prebuf></prebuf>
<scrapeLibrary>false</scrapeLibrary>
</library>
<library>
<path>E:\Television\Television HD</path>
<playerpath>file://../Television/Television HD/</playerpath>
<exclude name="sample,tmp/,temp/,RECYCLE.BIN/"/>
<description>HD Television</description>
<prebuf></prebuf>
<scrapeLibrary>False</scrapeLibrary>
</library>
<library>
<path>E:\Movies\Matroska\Standard Definition</path>
<playerpath>file://../Movies/Matroska/Standard Definition/</playerpath>
<exclude name="sample,tmp/,temp/,RECYCLE.BIN/"/>
<description>SD MKV Movies</description>
<prebuf></prebuf>
<scrapeLibrary>false</scrapeLibrary>
</library>
<library>
<path>E:\Movies\AVI XVid</path>
<playerpath>file://../Movies/AVI XVid/</playerpath>
<exclude name="sample,tmp/,temp/,RECYCLE.BIN/"/>
<description>SD AVI Movies</description>
<prebuf></prebuf>
<scrapeLibrary>false</scrapeLibrary>
</library>
<library>
<path>E:\Television\Television SD</path>
<playerpath>file://../Television/Television SD/</playerpath>
<exclude name="sample,tmp/,temp/,RECYCLE.BIN/"/>
<description>SD Television</description>
<prebuf></prebuf>
<scrapeLibrary>false</scrapeLibrary>
</library>
<library>
<path>E:\Movies\Torrents</path>
<playerpath>file://../Movies/Torrents/</playerpath>
<exclude name="sample,tmp/,temp/,RECYCLE.BIN/"/>
<description>Torrents</description>
<prebuf></prebuf>
<scrapeLibrary>false</scrapeLibrary>
</library>
<library>
<path>E:\Music Concerts</path>
<playerpath>file://../Music Concerts/</playerpath>
<exclude name="sample,tmp/,temp/,RECYCLE.BIN/"/>
<description>Concerts</description>
<prebuf></prebuf>
<scrapeLibrary>false</scrapeLibrary>
</library>
</libraries>
The procedure is started by double-clicking on the CMD file.