<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body dir="auto"><div>On Aug 28, 2013, at 6:29, Raymond Wagner <<a href="mailto:raymond@wagnerrp.com">raymond@wagnerrp.com</a>> wrote:</div><div><br></div><blockquote type="cite"><div><meta http-equiv="content-type" content="text/html; charset=utf-8"><div>On Aug 28, 2013, at 1:45, Ian Evans <<a href="mailto:dheianevans@gmail.com">dheianevans@gmail.com</a>> wrote:</div><div><br></div><blockquote type="cite"><div><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Wed, Aug 28, 2013 at 1:22 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:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On 08/28/2013 12:07 AM, Ian Evans wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Is there anyway to batch the user jobs? e.g if you have 100 episodes of a<br>
series is there a way to do that easier than selecting the user job for<br>
each episode?<br>
</blockquote>
<br></div>
Select the series title in the group list in Watch Recordings, then MENU|Add this group to the playlist, then MENU|Playlist Options|Job Options.</blockquote><div><br></div><div>Thanks. I'll give that a try in a few minutes. Just looking over the options. Is there a way to deal with syndicated series, when a one hour episode is split int two? I just lost the first part of a two-parter because both are listed in Recordings as Season 11 Episode 24 and the 2nd part overwrote the first. :-( </div></div></div></div></div></blockquote><br><div>Just don't run it with the '--delete' flag, and review what it has done before deleting the originals.</div></div></blockquote><br><div>There's a line:</div><div><br></div><div> self.vid.open('w')</div><div><br></div><div>Change that to:</div><div><br></div><div> self.vid.open('w', nooverwrite=True)</div><div><br></div></body></html>