[mythtv-commits] mythtv branch master updated by jpoet. v0.28-pre-2088-ge10e01d

Git Repo Owner noreply at mythtv.org
Thu Aug 7 23:14:57 UTC 2014


The branch, master has been updated on the
mythtv repository by gitolite user jpoet.
       via  e10e01d84ffd40e5f1abf00030f70ee5cd464120 (commit)
      from  303376ebf2a54398e68d9bf645400844bcc5f0a3 (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 e10e01d84ffd40e5f1abf00030f70ee5cd464120
Author:    John Poet <jpoet at mythtv.org> at Thu, 7 Aug 2014 11:28:09 -0600
Committer: John Poet <jpoet at mythtv.org> at Thu, 7 Aug 2014 11:28:09 -0600
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=e10e01d84ffd40e5f1abf00030f70ee5cd464120

ExternalRecorder: Don't leave the external app open when it is not actually in use.  Better recovery from 'feed' issues.



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

Summary of changes:
 mythtv/libs/libmythbase/mythstorage.cpp            |    3 +-
 mythtv/libs/libmythtv/channelsettings.cpp          |   42 ++-
 .../libs/libmythtv/recorders/ExternalChannel.cpp   |   35 +-
 mythtv/libs/libmythtv/recorders/ExternalChannel.h  |    6 +-
 .../libs/libmythtv/recorders/ExternalRecorder.cpp  |    2 +-
 .../libmythtv/recorders/ExternalStreamHandler.cpp  |  124 +++--
 .../libmythtv/recorders/ExternalStreamHandler.h    |   12 +-
 mythtv/libs/libmythtv/recorders/dtvchannel.cpp     |    4 +-
 mythtv/libs/libmythtv/recorders/dtvchannel.h       |    5 +
 mythtv/programs/mythfilerecorder/main.cpp          |  494 --------------------
 .../programs/mythfilerecorder/mythfilerecorder.cpp |  423 +++++++++++++++++
 .../programs/mythfilerecorder/mythfilerecorder.h   |   58 ++--
 .../programs/mythfilerecorder/mythfilerecorder.pro |    3 +-
 13 files changed, 608 insertions(+), 603 deletions(-)
 delete mode 100644 mythtv/programs/mythfilerecorder/main.cpp
 create mode 100644 mythtv/programs/mythfilerecorder/mythfilerecorder.cpp

-- 



More information about the mythtv-commits mailing list