[mythtv-firehose] mythtv/master commit: ecfc2bab9 by Robert McNamara (rmcnamara)

MythTV noreply at mythtv.org
Mon Jul 11 04:14:00 UTC 2011


      Author:  Robert McNamara <rmcnamara at mythtv.org>
 Change Date:  2011-07-10T21:04:19-07:00
   Push Date:  2011/07/10 21:13:54 -0700
  Repository:  mythtv
      Branch:  master
New Revision:  ecfc2bab99cb2459a0fa817dd6f586c69055a641
   Changeset:  https://github.com/MythTV/mythtv/commit/ecfc2bab9

Log:

MythMetadataLookup: add --refresh-rules and --refresh-all-rules options.

These very, very lightly tested options do the following:

--refresh-rules: When an inetref is found for a recording, and the corresponding rule has no inetref, push the inetref back up to that rule.

--refresh-all-rules: Iterate through all recording rules.  If there are any without inetref, perform a lookup and attempt to update the inetref for the rule.  This is a shortcut for legacy users to blast-update their rules... but it *is* a double edged sword.  This provides no opportunity to verify against a list and there does exist some chance of false positives beyond doing so in a controlled way in the UI. In the UI, the user can force which lookup type will occur with the season and episode values.  This option doesn't exist here.  So, any use of this option is purely best-effort and completely non-guaranteed.

Modified:

   mythtv/programs/mythmetadatalookup/lookup.cpp
   mythtv/programs/mythmetadatalookup/lookup.h
   mythtv/programs/mythmetadatalookup/main.cpp



More information about the mythtv-firehose mailing list