"My Home Automation Projects"

Sources - BrowseMedia

Please also read the Disclaimer

MediaNet - Source Modules - BrowseMedia

Purpose: To provide a Video/Picture source module that allows browsing of the folders/files

LOADER_VIDEOS.xml

<loader>
    <instance>
        <source module="BROWSEMEDIA" enabled="n" type="V" title="Browse Videos" />
            set enabled="y" if this source is required. title= can be changed to your preference
        <folders name="folder" ext="jpg" />
            set the name and file type of images to represent folders in graphical views
        <settings paths="" files="" />
            here you can override the medianet.xml video default folders and file types
        <menus browse="Browse Videos" />
        <titles main="Browser" Browse="Browse Videos" />
            the above 2 title lines can be changed to your preference
     </instance>
</loader>

LOADER_PICTURES.xml

<loader>
    <instance>
        <source module="BROWSEMEDIA" enabled="n" type="P" title="Browse Pictures" />
            set enabled="y" if this source is required. title= can be changed to your preference
        <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
        <settings paths="" files="" />
            here you can override the medianet.xml picture default folders and file types
        <menus browse="Browse Pictures" />
        <titles main="Browser" Browse="Browse Pictures" />
            the above 2 title lines can be changed to your preference
     </instance>
</loader>