Since I dropped a line over at AVS on how to get this monster working outside of MCE (its bigger and louder then I thought it would be) I thought I would drop a line here as well.
1) Download MediaChanger.zip
unzip the file and copy the MediaChanger.exe out of the Debug directory to somewhere in your path
2) Stop and disable the RSM (Removable Storage Manager) service
3) open a cmd prompt and cd into the directory you copied MediaChanger.exe into and run:
MediaChanger drivestatus
If all looks well you should see something like
drive: full, source=0
Now execute MediaChanger without any arguments for usage syntax
usage:
ChangerControl mount <slot number>
mount the disk in slot <slot number> to the drive
ChangerControl unmount [<slot number>]
move the disk in the drive to slot <slot number>. If <slot number> is not
specified then put it back to the slot that it came from.
ChangerControl slotfull [<slot number>]
Is there a disk in slot <slot number>? If <slot number> is not specified
then display the status of all slots
ChangerControl drivestatus
Show the status of the drive. Returns -2 if drive is empty, -1 on error,
source otherwise.
ChangerControl fullslots
List all slots with media
ChangerControl emptyslots
List all slots without media
With this you should be able to say use DVD Profiler and Xlobby to control the unit and pass it the slot # you are looking for for your "offline" media.
I have this working with a XP SP2 machine, no guarantee it will work for you at all, but I thought I would pass along my findings. Also I am not the author of the above linked program, I believe Alex Wetmore is and you can read about his adventures here .
A side note is that the above program does include source code... (would be kinda interesting to see native support for this changer in Xlobby, or at least some kinda integration for error handling vs what I am doing with a wrapper script and Girder OSD messages)
Enjoy
-pd