10 Commits

Author SHA1 Message Date
Raymond Wagner
6592aa221b Correct markup data handling.
The objects for handling markup data in Video objects are created when
the video entry is pushed to the database.  The metadata import routines
require a database entry to operate against, while the filename
generator requires the import routine to be run before a filename can be
specified.  This in turn requires a dummy entry be created with a blank
filename, which results in a broken markup handler.

This fix manually corrects the markup handler object after a filename
has been chosen, to map it to the correct video.

Fix from CiaranG
2011-12-31 14:20:48 -05:00
Raymond Wagner
b564495f7f Version bump. 2011-12-31 14:14:09 -05:00
Raymond Wagner
349948218c Add grouping to option parser. 2011-12-31 14:13:03 -05:00
Raymond Wagner
a0e10ccd9c Assorted minor fixes from CiaranG. 2011-12-31 13:54:59 -05:00
Raymond Wagner
dbf1490c6f Update mythvidexport.py to new logging interface. 2011-12-31 13:50:41 -05:00
Raymond Wagner
2af15d5d12 Use defined job statuses rather than manual values. 2011-12-31 13:46:04 -05:00
Raymond Wagner
a2854655b8 Add sanity checks after copying.
Adds two options (--safe and --really-safe) to be used to confirm a
correct export of the source material. --safe just checks resultant
filesize, while --really-safe performance a (lengthy) SHA1 comparison of
source and destination. The --delete option enforces the use of at least
--safe.
2011-12-31 13:41:22 -05:00
Ciaran Gultnieks
68543d86ce Implemented option to delete recording after export
(cherry picked from commit 7aadc448dc407f1f74a4966ce1087214334aa688)

Signed-off-by: Raymond Wagner <rwagner@mythtv.org>
2011-12-31 13:27:13 -05:00
Raymond Wagner
3ef6f36ae8 update scripts for 0.24 2010-12-07 04:38:11 -05:00
Raymond Wagner
76b505f9a1 add 0.23 scripts 2010-12-07 04:28:05 -05:00