"My Home Automation Projects"

Sources - MediaPlaylist

Please also read the Disclaimer

MediaNet - Source Modules - MediaPlaylist

Purpose: To provide music from m3u playlists stored in a database for fast access (files must have been scanned by Media module)

LOADER.xml

<loader>
    <instance>
        <source module="MEDIAPLAYLIST" enabled="y" type="M" title="Playlists" />
            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 itemgui="n" itemext="jpg" />
            set itemgui="y" to specify graphical images for playlists
            place each image in the same folder as the playlist
            and name them the same as the playlist, where the file type is in itemext=
        <settings paths="" files="m3u" />
            here you can override the medianet.xml music default paths settings
        <tags files="" helper="" />
            here you can override the medianet.xml music default tags settings
        <menus playlist="Playlist" />
        <titles main="Playlist Selection" playlist="Playlists" />
            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="m3u" />
            only m3u is supported
            <watch path="C:\MP3\" />
                specify a line for each folder to watch (sub-folders are always monitored)
        </module>
     </instance>
</loader>