<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><blockquote type="cite"><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: 'Bitstream Vera Sans'; 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; "><div lang="EN-CA" link="blue" vlink="purple" style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div class="Section1"><div style="border-top-style: none; border-right-style: none; border-bottom-style: none; border-width: initial; border-color: initial; border-left-style: solid; border-left-color: blue; border-left-width: 1.5pt; padding-top: 0cm; padding-right: 0cm; padding-bottom: 0cm; padding-left: 4pt; "><div style="border-top-style: none; border-right-style: none; border-bottom-style: none; border-width: initial; border-color: initial; border-left-style: solid; border-left-color: blue; border-left-width: 1.5pt; padding-top: 0cm; padding-right: 0cm; padding-bottom: 0cm; padding-left: 4pt; "><div style="margin-top: 0cm; margin-right: 0cm; margin-left: 0cm; margin-bottom: 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif; "><span class="apple-style-span"><span lang="EN-US" style="font-family: '-webkit-monospace'; ">I finally received my 10 meter firewire cable and have my XL1B1 hooked up (<a href="http://www.mythtv.org/wiki/index.php/Sony_XL1B2" style="color: blue; text-decoration: underline; ">http://www.mythtv.org/wiki/index.php/Sony_XL1B2</a>). According to the wiki there are patches for MythVideo to get some sort of support for it. Does anyone have these patches? They don't appear to have ever been submitted to trac.</span></span><span lang="EN-US" style="font-family: '-webkit-monospace'; "><br><br><span class="apple-style-span">If not, anyone know how I should start to implement or who has one of these and would like to lend a hand? Looks like I need to run a command to scan the DVD inventory, put what I find in the database, do a bulk imdb lookup of all entries and instead of playing a file when selected, I need to issue a load command with the appropriate slot number, then play the dvd in /dev/dvdX. Then I also need a way to do an update scan when I add more discs to the jukebox. Doesn't sound too hard. :)</span><br><br><span class="apple-style-span">Thanks,</span><br><br><span class="apple-style-span">Brad</span></span><span lang="EN-US"><o:p></o:p></span></div></div></div></div></div></span></blockquote><br></div><div>With the help of Will (who wrote the original wiki article) adding some scripts to the wiki, I used some of my free time (took about 4-5 hours total) today to get this working. I modified his shell scripts and wrote my own perl script which:</div><div><br></div><div>1. Sets the changer to a known good initial state (empty changer if loaded)</div><div>2. Takes inventory on the changer to see which slots are full.</div><div>3. Loads each disc and mounts it to get the actual disc name.</div><div>4. Writes a stub file (with the name of the disc) that contains a shell script to display a "loading..." message on screen, tells the changer which disc to load (unloads any loaded disc) and plays it with mplayer (didn't know how to get this to work correctly with the Internal player)</div><div><br></div><div>Once inventory is taken and I have a directory of .stub files, I went into MythVideo>File Types and told it to look for .stub files and to use the "sh" command to play them back - so basically instead of playing back, it executes my script in step 4 above.</div><div>Using the Video Manager, I looked up metadata for each disc based on the name of the stub file.</div><div><br></div><div>Now I have a separate directory in MythVideo that contains all the discs that are loaded in my 200DVD disc changer and can play them back whenever I please by browsing the movies in MythVideo just like my ripped videos.</div><div><br></div><div>I haven't updated the wiki because I need to take out the hard-coding I did like location of the stub files, device names of my disc changer/dvd drive is mounts as, etc. No one had even asked Will about this device in a few years and Sony doesn't offer it any more, I don't see the point in going through all that work.</div><div><br></div><div>If you would like the scripts as they are please email me and I'll send them off, but you're on your own as far as "support" goes.</div><div><br></div><div>-Brad</div><div><br></div></body></html>