Opened 18 years ago

Closed 18 years ago

#1895 closed patch (fixed)

mythburn.py - We do not need to waste our time by fetching data multiple times over network.

Reported by: lukas.kasprowicz@… Owned by: paulh
Priority: minor Milestone: unknown
Component: mythtv Version:
Severity: medium Keywords: mytharchive
Cc: Ticket locked: no

Description

Hi,

with this patch mythburn.py copies files one time over the network (if they are on a remote share), if the user wishes to do this.

copyremoteFiles has to be set to True.

It does only copy remote files. (currently nfs, smbfs)

A new node Attribute localfilename is created and used if possible. Works as it was if copyremoteFiles is set to False.

Lukas

Attachments (1)

mythburn-copyremote.patch (9.0 KB) - added by lukas.kasprowicz@… 18 years ago.
Patch file

Download all attachments as: .zip

Change History (2)

Changed 18 years ago by lukas.kasprowicz@…

Attachment: mythburn-copyremote.patch added

Patch file

comment:1 Changed 18 years ago by paulh

Resolution: fixed
Status: newclosed

(In [10113]) Apply patch from Lukas Kasprowicz - Optionally copies files on a remote filesystem over to the local filesystem before processing to save both time and bandwith on the network. You need to change the 'copyremoteFiles' setting at the top of the mythburn.py script to 'True' to take advantage of this feature.

Fixes #1895

Note: See TracTickets for help on using tickets.