<br><br><div class="gmail_quote">On Jan 23, 2008 9:49 PM, Taco Mel &lt;<a href="mailto:taco_mel@yahoo.com">taco_mel@yahoo.com</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I&#39;m aware of how to schedule the recording once I know<br>that this is going on, but my question is more about<br>how to see that the HDTV recording is going to take<br>place in the first place.<br><br>I ended up writing a couple SQL queries for this. &nbsp;For
<br>HDTV:<br><br> &nbsp; &nbsp; &nbsp; &nbsp;select &nbsp;recordedprogram.title,<br>recordedprogram.subtitle,<br> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;channel.callsign, <a href="http://channel.name" target="_blank">channel.name</a>,<br> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;program.starttime
<br> &nbsp; &nbsp; &nbsp; &nbsp;from &nbsp; &nbsp;recordedprogram, channel, program<br> &nbsp; &nbsp; &nbsp; &nbsp;where &nbsp; program.chanid = channel.chanid and<br> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;program.programid = recordedprogram.programid and<br> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;recordedprogram.hdtv = 0 and 
program.hdtv = 1 and<br> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;program.starttime &gt; now()<br> &nbsp; &nbsp; &nbsp; &nbsp;group by program.programid<br> &nbsp; &nbsp; &nbsp; &nbsp;order by program.starttime<br><br>and for commercials:<br><br> &nbsp; &nbsp; &nbsp; &nbsp;select &nbsp;recordedprogram.title,<br>
recordedprogram.subtitle,<br> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;channelA.callsign, channelA.name, channelB.callsign,<br>channelB.name,<br> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;program.starttime<br> &nbsp; &nbsp; &nbsp; &nbsp;from &nbsp; &nbsp;recordedprogram as recordedprogram, channel as<br>
channelA, program as program, channel as channelB<br> &nbsp; &nbsp; &nbsp; &nbsp;where &nbsp; recordedprogram.chanid = channelA.chanid and<br> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;program.programid = recordedprogram.programid and<br> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;program.chanid = channelB.chanid
 and<br> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;channelB.commfree != 0 and channelA.commfree = 0<br> &nbsp; &nbsp; &nbsp; &nbsp;group by program.programid<br> &nbsp; &nbsp; &nbsp; &nbsp;order by program.starttime<br><br>I ran these queries and found two episodes that I want<br>to re-record so I did these manually. &nbsp;However I am
<br>curious as to whether Myth can do this automatically.<br>Perhaps an option within the duplicate detection<br>algorithm that will not flag something as a duplicate<br>if the existing recording is not HDTV and the new<br>
scheduled recording is?<br><div class="Ih2E3d"><br></div></blockquote></div><br>Sounds like you should make those sql queries into a userjob script that is run for your default recording profile. The script could automate this process for you. It would require some work on your part, but you wouldn&#39;t have to wait for a fix in svn, although I agree this would be a nice feature.
<br><br>James<br clear="all"><br>-- <br>&quot;The humble learn the fastest because they don&#39;t waste time on defending a false image.&quot;