[mythtv-firehose] mythtv branch master updated by paulh. v0.28-pre-1697-g3e87ba9

Git Repo Owner noreply at mythtv.org
Wed Jul 2 09:10:30 UTC 2014


The branch, master has been updated on the
mythtv repository by gitolite user paulh.
       via  3e87ba99cc5a8cb65b8422ef115485c541739538 (commit)
      from  4813104b2bbc0861fe59a9c07952ca2798dbe35e (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 3e87ba99cc5a8cb65b8422ef115485c541739538
Author:    Paul Harrison <pharrison at mythtv.org> at Wed, 2 Jul 2014 10:09:57 +0100
Committer: Paul Harrison <pharrison at mythtv.org> at Wed, 2 Jul 2014 10:09:57 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=3e87ba99cc5a8cb65b8422ef115485c541739538

mythutil: add an option to check recordings
This checks the integrity of all recordings and prints a summary of what it
finds. Currently it checks if the file exists, they are not zero bytes in size
and they have a seek table. Other test may be added later.

You can optionally fix the seek tables of any recordings were it is missing.

You run the command like this:

mythutil -v none --checkrecordings --fixseektable



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

Summary of changes:
 mythtv/programs/mythutil/commandlineparser.cpp |   41 +++--
 mythtv/programs/mythutil/main.cpp              |    2 +
 mythtv/programs/mythutil/mythutil.pro          |    2 +
 mythtv/programs/mythutil/recordingutils.cpp    |  229 ++++++++++++++++++++++++
 mythtv/programs/mythutil/recordingutils.h      |    4 +
 5 files changed, 262 insertions(+), 16 deletions(-)
 create mode 100644 mythtv/programs/mythutil/recordingutils.cpp
 create mode 100644 mythtv/programs/mythutil/recordingutils.h

-- 



More information about the mythtv-firehose mailing list