[mythtv-users] mythvidexport.py directory choice
Raymond Wagner
raymond at wagnerrp.com
Wed Aug 28 11:22:58 UTC 2013
On Aug 28, 2013, at 6:29, Raymond Wagner <raymond at wagnerrp.com> wrote:
> On Aug 28, 2013, at 1:45, Ian Evans <dheianevans at gmail.com> wrote:
>
>> On Wed, Aug 28, 2013 at 1:22 AM, Michael T. Dean <mtdean at thirdcontact.com> wrote:
>>> On 08/28/2013 12:07 AM, Ian Evans wrote:
>>>> Is there anyway to batch the user jobs? e.g if you have 100 episodes of a
>>>> series is there a way to do that easier than selecting the user job for
>>>> each episode?
>>>
>>> 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.
>>
>> 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. :-(
>
> Just don't run it with the '--delete' flag, and review what it has done before deleting the originals.
There's a line:
self.vid.open('w')
Change that to:
self.vid.open('w', nooverwrite=True)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.mythtv.org/pipermail/mythtv-users/attachments/20130828/2b85e37e/attachment.html>
More information about the mythtv-users
mailing list