[mythtv-commits] Ticket #10344: Metadata Options aren't saved

MythTV noreply at mythtv.org
Thu Feb 16 06:23:33 UTC 2012


#10344: Metadata Options aren't saved
----------------------------------+-----------------------------
 Reporter:  jyavenard             |          Owner:
     Type:  Bug Report - General  |         Status:  closed
 Priority:  minor                 |      Milestone:  0.25
Component:  MythTV - General      |        Version:  Master Head
 Severity:  medium                |     Resolution:  fixed
 Keywords:                        |  Ticket locked:  0
----------------------------------+-----------------------------
Changes (by Github):

 * status:  new => closed
 * resolution:   => fixed


Comment:

 Fix editing inetref/season/episode from the PBB.

 When called from the PBB, the rule editor uses recinfo rather than
 the rec rule.  The RecordingInfo Inetref, Season and Episode were
 continually being filled into the UI even though changes were being
 saved.  So, if a recorded program had an inetref, and you edited it
 from the PBB, that value would stubbornly refill the UI even though
 the rule itself was different.  Conversely, calling the editor
 from one of the other screens like the rule editor would work fine
 because there was no associated RecordingInfo, and everything was
 filled in from the RecordingRule.

 Unconditionally use the database recording rule value to fill in the
 UI, no matter where the rule editor is invoked from.

 Fixes #10344.
  Branch:    master
  Changeset: db123034e322be6af5104063b044933693ad2d25

-- 
Ticket URL: <http://code.mythtv.org/trac/ticket/10344#comment:1>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center


More information about the mythtv-commits mailing list