|
Please also read the
Disclaimer
MediaNet
- Source Modules - MediaV
Purpose: To provide videos stored in a database for fast access
LOADER.xml
<loader>
<instance>
<source module="MEDIAV" enabled="n"
type="V" title="Videos" />
set enabled="y"
if this source is required. Title= can be amended as required
<scan title="Scan" />
the title for
scanning can be amended here
<purge title="Purge" />
the title for
purging can be amended here
<settings database="" />
the default
database can be overriden here
<settings paths="" files="" />
here you can
override the medianet.xml video default folders and file types
<folders name="folder" ext="jpg" />
set
the name and file type of images to represent folders in graphical views
<menus video="Videos" />
<titles main="Video Selection"
video="Videos" />
the above
titles can be amended as required
<module>
<load
module="WATCHER" enabled="n" path="Support\WATCHER" />
to enable a file system watcher set enabled="y"
<buffers
file="2" folder="2" />
specifies the number of pages of buffer for watching
files and folders
<watch exts="mpg,mpeg"
/>
specifies the file types to watch
<watch
path="C:\MVPTEST\" />
<watch
path="C:\MVPTEST2\" />
specify a line for each folder to watch (sub-folders
are always monitored)
</module>
<log enabled="n" />
set enabled="y"
to enable debug logging
</instance>
</loader>
|