<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><div>On 13-Feb-09, at 6:25 PM, Rob Smith wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0; ">Correct me if I'm wrong, but a single storage group can have as many<br>directories in it as the user wants<br><br>With that in mind, why would you need more then one storage group per 'task'?</span></blockquote></div><br><div>You might want to dedicate one group for videos on a shared server with all FEs defining local mount points and also have each FE define a unique group for its local media so what you see is a union of the two. You could have "Video Library" for the shared stuff and "Bedroom FE," "Main FE" etc for local. That way when you do a scan from the bedroom FE it will know that everything in "Video Library" and "Bedroom FE" should be visible to it and anything missing has been deleted &amp; prompt to remove from the DB. The "Main FE" etc videos wouldn't be considered at all. I also wondered if it might be smart to have a separate group for removable media but I haven't thought that through.</div><div><br></div><div>Mainly I saw how TV supports multiple groups so I kept with that plus added a few video-specific attributes.</div><div><br></div><div>Also, currently the videos path can be a list like /dir1:/dir2:/dir3. If you had /dir1/movie.mpg and /dir2/movie.mpg when the prefixes get removed they'd both become Videos::movie.mpg and you can't have two files with the same name in one storage group. The db converter I wrote detects collisions and creates new video storage groups as necessary. Most people will get converted to one group with all their : separated directories.</div><div><br></div><div>I'm OK with one or many but IIRC many was the preference. You can find the discussion in the dev archives with a "<span class="Apple-style-span" style="font-weight: bold; "><span class="Apple-style-span" style="font-weight: normal; ">mythvideo DB enhancement" subject.</span></span></div><div><br></div><div>- George</div><div><br></div></body></html>