Raymond Wagner 4b6dd04c15 Rework metadata selection in mythvidexport
This alteres the metadata selection strategy in mythvidexport.py
following the availability of more complete metadata with the
`mythmetadatalookup` utility. If inetref has been set on the recording,
it will now pull the metadata directly from the recording, rather than
interfacing with the external grabber scripts.  The previously disabled
--listingonly option now works again, forcing this behavior.

WARNING:

The pull of metadata from the recording is performed using the
exportMetadata method from the python bindings, which is currently
incomplete.  Exports of recordings that have been updated using
`mythmetadatalookup` performed using the --listingonly option WILL NOT
WORK until that method has been updated.
2012-01-01 02:43:57 -05:00
..
2010-12-07 04:38:11 -05:00
2010-12-07 04:28:05 -05:00
2011-05-28 01:34:38 -04:00
2010-12-07 04:38:11 -05:00
2010-12-07 04:38:11 -05:00
2010-12-07 04:41:46 -05:00

Assorted tools that interface with the MythTV python bindings.

bookmarks.py              - tool for importing firefox bookmarks into mythbrowser
delete_recordings.py      - tool for deleting recordings from MythTV based off multiple search options
myth_video_scan.py        - command line scanner for MythVideo
mythfs.py                 - fusefs filesystem for mounting recordings based off a user-definable directory structure
mythremctl.py             - curses based program for interfacing with the frontend control socket
mythvidexport.py          - userjob for exporting recordings to mythvideo, complete with metadata
transcode_wrapper_stub.py - userjob stub for performing whatever database actions are needed to transcode a recording in-place
find_orphans.py           - tool for finding and managing orphaned recordings, recorded files, orphaned snapshots, failed recordings, and failed transcodes
mythlink.py               - mythlink.pl written in python
recorded_supplement.py    - user job for supplementing recording EPG data with that pulled from the mythvideo metadata grabbers