[mythtv-firehose] mythtv branch master updated by jstichnoth. v0.28-pre-2856-g38443b8

Git Repo Owner noreply at mythtv.org
Fri Apr 24 03:50:09 UTC 2015


The branch, master has been updated on the
mythtv repository by gitolite user jstichnoth.
       via  38443b8e6a306335d0dabe434ba4e983a62fd056 (commit)
      from  0925cc05806a057b6549a3471ee043d68948d0bd (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 38443b8e6a306335d0dabe434ba4e983a62fd056
Author:    Jim Stichnoth <jstichnoth at mythtv.org> at Thu, 23 Apr 2015 20:34:24 -0700
Committer: Jim Stichnoth <jstichnoth at mythtv.org> at Thu, 23 Apr 2015 20:34:24 -0700
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=38443b8e6a306335d0dabe434ba4e983a62fd056

Turn off LastPlayPos loading by default.  Refs #11713.
In the way things were set up originally, by default any playback
would check for bookmark, progstart mark, or lastplaypos mark, and
start playback from there, unless any or all of these had been
explicitly disallowed.  This was fine for playback from the Watch
Recordings screen, which would always explicitly set each permission.

It was not so good for other forms of playback, such as from
MythVideo, mythavtest, or Gallery, since they would all favor
lastplaypos, which is periodically updated for all playback.

As a result, lastplaypos is changed to be disallowed by default.

This is not really relevant to the progstart mark, since it is only
present for recordings (though it could become a minor issue if a
recording and its metadata are imported into MythVideo).



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

Summary of changes:
 mythtv/libs/libmyth/programinfo.cpp          |    2 +-
 mythtv/libs/libmyth/programinfo.h            |    6 +++---
 mythtv/libs/libmyth/programtypes.h           |    4 ++--
 mythtv/libs/libmythtv/mythplayer.cpp         |    2 +-
 mythtv/libs/libmythtv/previewgenerator.cpp   |    2 +-
 mythtv/libs/libmythtv/tv_play.cpp            |    2 +-
 mythtv/libs/libmythtv/tv_play.h              |    2 +-
 mythtv/programs/mythfrontend/playbackbox.cpp |    2 +-
 8 files changed, 11 insertions(+), 11 deletions(-)

-- 



More information about the mythtv-firehose mailing list