[mythtv-commits] mythtv branch master updated by jstichnoth. v0.28-pre-2920-ge3656ea

Git Repo Owner noreply at mythtv.org
Mon Jun 8 05:56:06 UTC 2015


The branch, master has been updated on the
mythtv repository by gitolite user jstichnoth.
       via  e3656ead3a4a289be67fa7eaf9fab222b128e239 (commit)
       via  ded82f936dff75093555b40a061756dc75f9e9bc (commit)
       via  dc8c52fce83eff851e770fa569214beedf814df3 (commit)
      from  de66bcd62dcf39d7ee685fe44edafde7072bb606 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit e3656ead3a4a289be67fa7eaf9fab222b128e239
Author:    Jim Stichnoth <jstichnoth at mythtv.org> at Sun, 7 Jun 2015 22:53:06 -0700
Committer: Jim Stichnoth <jstichnoth at mythtv.org> at Sun, 7 Jun 2015 22:53:06 -0700
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=e3656ead3a4a289be67fa7eaf9fab222b128e239

Fix incorrect setting of recorded.recgroupid in dc8c52f.



commit ded82f936dff75093555b40a061756dc75f9e9bc
Author:    Jim Stichnoth <jstichnoth at mythtv.org> at Sun, 7 Jun 2015 10:10:05 -0700
Committer: Jim Stichnoth <jstichnoth at mythtv.org> at Sun, 7 Jun 2015 10:10:05 -0700
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=ded82f936dff75093555b40a061756dc75f9e9bc

Reduce the number of RecordingInfo::GetRecgroupID() calls.
Otherwise, RecordingInfo::GetRecgroupID() may be called twice,
resulting in two DB queries, when one will suffice.



commit dc8c52fce83eff851e770fa569214beedf814df3
Author:    Jim Stichnoth <jstichnoth at mythtv.org> at Sun, 7 Jun 2015 09:41:30 -0700
Committer: Jim Stichnoth <jstichnoth at mythtv.org> at Sun, 7 Jun 2015 09:49:53 -0700
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=dc8c52fce83eff851e770fa569214beedf814df3

Set recorded.recgroupid (in addition to recgroup) for new recordings.
Otherwise, recgroupid gets the row default of 1.  The only impact I've
seen so far of the incorrect code is that in the Watch Recordings
screen, "Menu > Storage Options > Change Recording Group" may show
incorrect item counts for the recording groups.

One way to correct the recgroupid values is to "Change group filter"
to the recording group, highlight All Programs, add to playlist, then
"Playlist Options > Storage Options > Change Recording Group" and
select the current recording group (which should already be
highlighted).



-----------------------------------------------------------------------

Summary of changes:
 mythtv/libs/libmythtv/recordinginfo.cpp      |    6 ++++--
 mythtv/programs/mythbackend/services/dvr.cpp |   10 ++++++----
 2 files changed, 10 insertions(+), 6 deletions(-)

-- 



More information about the mythtv-commits mailing list