"My Home Automation Projects"

Sources - Media

Please also read the Disclaimer

MediaNet - Source Modules - Media

Purpose: To provide music by Genre/Artist/Album/Title stored in a database for fast access

LOADER.xml

<loader>
    <instance>
        <source module="MEDIA" enabled="y" type="M" title="Music" />
            set enabled="n" if this source is not 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 music default folders and file types
        <tags files="" helper="" />
            here you can override the medianet.xml music default tags settings
        <menus artist="Artist" album="Album" track="Track" genre="Genre" />
        <titles main="Music Selection" artist="Artists" album="Albums" track="Tracks" genre="Genres" />
            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="mp3,wma,wav,flac,ogg" />
                specifies the file types to watch
            <watch path="C:\MP3\" />
            <watch path="C:\MVPTEST\" />
                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>

The scanning process can take sometime, particularly over a network share