[mythtv-firehose] mythtv branch master updated by jpoet. v29-pre-175-g96415b4

Git Repo Owner noreply at mythtv.org
Fri Sep 23 01:39:04 UTC 2016


The branch, master has been updated on the
mythtv repository by gitolite user jpoet.
       via  96415b4c7ce110e59080f3cf4fa8461308117fad (commit)
       via  359a20a5ec7310715ffa79754c45554744e01b63 (commit)
       via  98f7b5dd5ea5c9781600ef1389f95639c6b20be9 (commit)
       via  1c32299486693355c18ecd14901e522d3dbe341f (commit)
      from  34d6bff86d794c6c06f49e8c1ca1c4bcb055c7ad (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 96415b4c7ce110e59080f3cf4fa8461308117fad
Author:    John Poet <jpoet at mythtv.org> at Thu, 22 Sep 2016 19:36:39 -0600
Committer: John Poet <jpoet at mythtv.org> at Thu, 22 Sep 2016 19:36:39 -0600
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=96415b4c7ce110e59080f3cf4fa8461308117fad

Scheduler::FillRecordingDir: Fix a race condition trying to start a recording before being fulling initialized.
If a recording is 'in progress' when mythbackend starts up, it could fail to
record because the scheduler tries to start it up before it knows what
directory to store it in.



commit 359a20a5ec7310715ffa79754c45554744e01b63
Author:    John Poet <jpoet at mythtv.org> at Thu, 22 Sep 2016 13:30:42 -0600
Committer: John Poet <jpoet at mythtv.org> at Thu, 22 Sep 2016 13:31:25 -0600
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=359a20a5ec7310715ffa79754c45554744e01b63

ServicesAPI: Add RecodIdForFilename()



commit 98f7b5dd5ea5c9781600ef1389f95639c6b20be9
Author:    John Poet <jpoet at mythtv.org> at Thu, 22 Sep 2016 13:30:42 -0600
Committer: John Poet <jpoet at mythtv.org> at Thu, 22 Sep 2016 13:31:24 -0600
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=98f7b5dd5ea5c9781600ef1389f95639c6b20be9

Add a Service API method for returning seektable information.



commit 1c32299486693355c18ecd14901e522d3dbe341f
Author:    John Poet <jpoet at mythtv.org> at Thu, 22 Sep 2016 13:30:41 -0600
Committer: John Poet <jpoet at mythtv.org> at Thu, 22 Sep 2016 13:31:22 -0600
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=1c32299486693355c18ecd14901e522d3dbe341f

Cleanup whitespace in some of the Services API files.



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

Summary of changes:
 mythtv/libs/libmyth/programinfo.cpp                |   24 ++++++++-
 mythtv/libs/libmyth/programinfo.h                  |    4 +-
 .../services/captureServices.h                     |    1 -
 .../services/channelServices.h                     |    1 -
 .../services/contentServices.h                     |    9 ++--
 .../libmythservicecontracts/services/dvrServices.h |   12 +++--
 .../services/guideServices.h                       |    5 +-
 .../services/mythServices.h                        |    5 +-
 .../services/rttiServices.h                        |    5 +-
 .../services/videoServices.h                       |    1 -
 mythtv/programs/mythbackend/scheduler.cpp          |    8 +++
 mythtv/programs/mythbackend/services/capture.cpp   |    3 +-
 mythtv/programs/mythbackend/services/content.cpp   |    4 +-
 mythtv/programs/mythbackend/services/content.h     |    2 -
 mythtv/programs/mythbackend/services/dvr.cpp       |   57 ++++++++++++++++----
 mythtv/programs/mythbackend/services/dvr.h         |    5 ++
 mythtv/programs/mythbackend/services/guide.cpp     |   13 ++---
 mythtv/programs/mythbackend/services/guide.h       |   10 ++--
 .../programs/mythbackend/services/serviceUtil.cpp  |   22 ++++++++
 mythtv/programs/mythbackend/services/serviceUtil.h |    3 +
 20 files changed, 143 insertions(+), 51 deletions(-)

-- 



More information about the mythtv-firehose mailing list