[mythtv-commits] mythtv branch master updated by cpinkham. v0.27-pre2-1448-g2b8a573

Git Repo Owner noreply at mythtv.org
Sat Jun 15 08:46:56 UTC 2013


The branch, master has been updated on the
mythtv repository by gitolite user cpinkham.
       via  2b8a5738caf414cd43c011f85a4919fb1323d623 (commit)
       via  0866fcb69d5288320e66313a7f88705b25c8f641 (commit)
      from  0d1a174eb653aaaab90ab07ad1298280827acc5f (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 2b8a5738caf414cd43c011f85a4919fb1323d623
Author:    Chris Pinkham <cpinkham at mythtv.org> at Sat, 15 Jun 2013 01:42:08 -0700
Committer: Chris Pinkham <cpinkham at mythtv.org> at Sat, 15 Jun 2013 01:42:08 -0700
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=2b8a5738caf414cd43c011f85a4919fb1323d623

Add a --download option to mythutil.
"--download --infile URI --outfile FILENAME" will download the file
pointed to by 'URI' using MythDownloadManager and save it as 'FILENAME'.

URI is expected to use one of http://, ftp://, or myth:// protocols
since these are the only ones currently supported by MythDownloadManager.



commit 0866fcb69d5288320e66313a7f88705b25c8f641
Author:    Chris Pinkham <cpinkham at mythtv.org> at Sat, 15 Jun 2013 01:35:02 -0700
Committer: Chris Pinkham <cpinkham at mythtv.org> at Sat, 15 Jun 2013 01:35:02 -0700
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=0866fcb69d5288320e66313a7f88705b25c8f641

Reset some stats and a buffer when MythDownloadManager gets a redirect.
Fixes #11218.



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

Summary of changes:
 mythtv/libs/libmythbase/mythdownloadmanager.cpp |    6 ++++
 mythtv/programs/mythutil/commandlineparser.cpp  |    6 +++-
 mythtv/programs/mythutil/fileutils.cpp          |   35 +++++++++++++++++++++++
 3 files changed, 46 insertions(+), 1 deletions(-)

-- 



More information about the mythtv-commits mailing list