<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><div>On Dec 28, 2007, at 3:18 PM, Aaron Longson 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; "><div><div style="font-family: 'times new roman', 'new york', times, serif; font-size: 12pt; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">I didn't see anything like this and thought it'd be useful.&nbsp; I subscribe to netflix but only the 2 a month plan($4.99).&nbsp; My queue is far larger than I will ever actually receive and there are many older flicks that are regularly shown on TV.&nbsp; Rather than manually setting up a search in MythTV, I wrote a perl script to parse the my netflix rss feed and schedule recordings based on it.<br><br>It downloads the netflix rss feed and for each title, it executes a query against the database looking for the following conditions:<br>&nbsp; --movie is in the current listings<br>&nbsp; --movie is not in current recordings<br>&nbsp; --movie is not is not currently scheduled to record<br>&nbsp; --movie is not showing on one of the "blackout" channels<br><br>Blackout channels are channels that tend to show movies only after horribly mangling them(TNT, USA...).<br><br><br>Testing is currently minimal, but it's a fairly simple script that I've used a few times.&nbsp; However, I'm also a perl novice.&nbsp; ;)&nbsp; Anyway, I hope this is useful to someone other than me.<br></div></div></div></span></blockquote></div><br><div>Thanks, Aaron, it works well! Areas I see for improvement are getting the rss url from the database instead of manually entering it, feedback letting me know what it found to schedule and the option to take the things it found off my NetFlix queue. I'd also like to put the stuff it did find into its own recording group so I can easily set recording options. I've hacked that into my copy which satisfies me for now. :)</div><div><br class="webkit-block-placeholder"></div><div>Thanks again!</div><div><br class="webkit-block-placeholder"></div></body></html>