"My Home Automation Projects"

Sources - MediaP

Please also read the Disclaimer

MediaNet - Source Modules - MediaP

Purpose: To provide pictures stored in a database for fast access

LOADER.xml

<loader>
    <instance>
        <source module="MEDIAP" enabled="n" type="P" title="Pictures" />
            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 picture default folders and file types
        <folders name="folder" ext="jpg" exclude="y" />
            set the name and file type of images to represent folders in graphical views
            set exclude="n" to treat folder images as normal images in graphical views
       
<menus picture="Pictures" />
        <titles main="Picture Selection" picture="Pictures" />
            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="jpeg,jpg,bmp,png" />
                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>