<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Thu, Jan 18, 2018 at 8:46 AM, Michael T. Dean <span dir="ltr"><<a href="mailto:mtdean@thirdcontact.com" target="_blank">mtdean@thirdcontact.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><span class="gmail-"></span>
You could just create another Custom Recording Rule that records all episodes of any titles that exist in the Premieres recording group... Something like<br>
<br>
program.title in (SELECT DISTINCT(title) FROM recorded WHERE recgroup = 'Premieres')<br>
<br>
(There may well be much more efficient SQL to allow this... Some kind of JOIN-based approach that avoids the subquery or ... I'll let others who are better at SQL come up with improvements as desired.)<br>
<br>
and, if you had that recording rule record to a the "Premieres" recording group, then when you see multiple episodes of a series in "Premieres", you can go and create a new recording rule for that series. Then, just change the recording group of the already-recorded episodes to that used for the new series-specific rule (you can do this by putting all the episodes of the series in a playlist then using Playlist Options to change the recording group of all of them at once).<br>
<br>
This has the benefit that it's self-maintaining until you get around to looking at the episodes, so you don't have a "have to check at least every 2 weeks or else I miss some episodes" problem.<br>
<br>
Mike<br></blockquote></div></div><div class="gmail_extra"><br></div><div class="gmail_extra">Thanks, Mike! I like that!</div><div class="gmail_extra"><br></div><div class="gmail_extra">--</div><div class="gmail_extra">Craig.<br></div></div>