[mythtv-firehose] mythtv/master commit: 1b66c0422 by Chris Pinkham (cpinkham)

MythTV noreply at mythtv.org
Sat Oct 8 02:58:33 UTC 2011


      Author:  Chris Pinkham <cpinkham at mythtv.org>
 Change Date:  2011-10-07T19:47:18-07:00
   Push Date:  2011/10/07 19:58:22 -0700
  Repository:  mythtv
      Branch:  master
New Revision:  1b66c042236478d09c98d1b6cefa3d42717d4126
   Changeset:  https://github.com/MythTV/mythtv/commit/1b66c0422

Log:

Add a mythutil binary as a place to consolidate helper utilities

mythutil reimplements the following from various places:

--clearcache
--clearcutlist
--clearskiplist
--event
--gencutlist
--getcutlist
--getskiplist
--message (and --print-template)
--resched
--scanvideos
--setcutlist
--setskiplist
--systemevent

It also adds the following new functions:
--copyfile (to copy a file to or from a Storage Group between a
            myth:// URI and a local file or between two myth:// URIs)

--queuejob (to insert a job into the jobqueue for a recording)

Usage for the new functions:

mythutil --copyfile --srcfile myth://host/file.mpg --destfile ./file.mpg

mythutil --queuejob commflag --chanid 1011 --starttime 20111001180000

The above functions will be removed from their original places in a
subsequent commit.

Added:

   mythtv/programs/mythutil/.gitignore
   mythtv/programs/mythutil/backendutils.cpp
   mythtv/programs/mythutil/backendutils.h
   mythtv/programs/mythutil/commandlineparser.cpp
   mythtv/programs/mythutil/commandlineparser.h
   mythtv/programs/mythutil/fileutils.cpp
   mythtv/programs/mythutil/fileutils.h
   mythtv/programs/mythutil/jobutils.cpp
   mythtv/programs/mythutil/jobutils.h
   mythtv/programs/mythutil/main.cpp
   mythtv/programs/mythutil/markuputils.cpp
   mythtv/programs/mythutil/markuputils.h
   mythtv/programs/mythutil/messageutils.cpp
   mythtv/programs/mythutil/messageutils.h
   mythtv/programs/mythutil/mythutil.cpp
   mythtv/programs/mythutil/mythutil.h
   mythtv/programs/mythutil/mythutil.pro

Modified:

   mythtv/programs/programs.pro



More information about the mythtv-firehose mailing list