<div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Would it be possible to populate the playlist with an sql query? I can easily produce a table of the recordings I want to transcode---it&#39;s simply the ones for which a cutlist is defined! I&#39;d just do something along the lines of<br>

<br>select title, subtitle, basename from recorded where cutlist = 1 ;</blockquote><div><br>I think I found my own answer:<br><a href="http://www.mythtv.org/wiki/index.php/Job_Queue">http://www.mythtv.org/wiki/index.php/Job_Queue</a><br>
<br>That&#39;s a lot better than going via the playlist: here I&#39;ll be populating the job queue directly. Cut the middleman!<br><br>A little more experimentation with the exact format of the sql query and hopefully I should soon be able to post my own solution...<br>
&nbsp;<br></div></div><br>