|
Please also read the
Disclaimer
MediaNet
- Interface Modules - iJukebox
Purpose: To provide services required by
the iJukebox Touchscreen
Interface
LOADER.xml
<loader>
<instance>
<protocol module="IJUKEBOX"
enabled="n" />
this is
disabled
by default, and needs to be enabled to use iJukebox Touchscreen
<settings database="" />
database to use in place of standard database, normally left empty
<settings port="8900" />
set the port to use for this instance
this must
match the port in iJukebox control.xml
<albums source="jukebox" />
the
name of your jukebox source module, normally "jukebox"
<tracks source="music" />
the name of your standard media source, normally
"music"
any medianet
source that can play individual tracks can be used
</instance>
</loader>
You MUST load an instance of this module
for each touchscreen, changing the port (each instance uses 2 ports, e.g.
8900, 8901) for each instance
Unless you want mutliple screens to work in synch, in which case you may
point mutliple versions of the iJukebox program at an instance of this
module
|