"My Home Automation Projects"

Sources - MediaVOB

Please also read the Disclaimer

MediaNet - Source Modules - MediaVOB

Purpose: To provide access to DVD movies stored as single VOB files

This module collates DVD VOB files from multiple drives into a single structure for browsing
e.g. if paths are "\\dvds\slot01\" and "\\dvds\slot05\tv\"
"\\dvds\slot01\Doctor Who\Season 1\Doctor Who - S1 - 01 - Title1" and "\\dvds\slot05\TV\Doctor Who\Season 1\Doctor Who - S1 - 01 - Title2"
Would both appear together under "Doctor Who\Season 1"
This means that rather than having to use a large array of many drives to keep all movies together,
you can spread them out over many different drives and PC's etc and still use individual drive powersaving too

Each DVD backup must have been ripped into a single VOB file that allows straight forward playback (streaming) of the VOB

NOTE: If adding to an EXISTING installation then this module needs the Vobs table imported into Data.mdb
or you can replace your existing Data.mdb and rescan ALL media

LOADER.xml

<loader>
    <instance>
        <source module="MEDIAVOB" enabled="n" type="V" title="DVD's" />
            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="vob" />
            here you set the root path(s) comma seperated to your DVD Vob files
        <artwork ext="jpg"  />
            set the file type of cover images
       
<menus video="DVD's" />
        <titles main="DVD Selection" video="DVD's" />
            the above titles can be amended as required
        </instance>
</loader>