|
jem_plugin_source_xml
This page describes the XML Media Source plugin.
Phase-Deploy IntroductionThis plugin is used to maintain a persistent media list over runs of the server. Without this plugin, or one like it, the media list is lost and must be rescanned. ConfigurationThis plugin is set up in the modules section of the JemsConfig.xml file. <?xml version='1.0' encoding='utf-8'?>
<jems>
<modules>
...
<module name="XML Media List" class="net.kodeninja.jem.server.content.xml.XMLMediaSource2">
<path>medialist.xml</path>
</module>
...
</modules>
...
</jems>Figure 1.1 - Sample module definition Legend:
Note: The module class used to be net.kodeninja.jem.server.content.xml.XMLMediaSource this is now deprecated, and you should use the newer, faster net.kodeninja.jem.server.content.xml.XMLMediaSource2. |