[mythtv-commits] mythtv branch master updated by gigem. v0.28-pre-976-g85b2d6d

Git Repo Owner noreply at mythtv.org
Wed Mar 12 16:24:03 UTC 2014


The branch, master has been updated on the
mythtv repository by gitolite user gigem.
       via  85b2d6d083d8fa973e162aa166f46d01ab107a38 (commit)
      from  1da2a0ef0d645c0ed19932f478567a67a8048b38 (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 85b2d6d083d8fa973e162aa166f46d01ab107a38
Author:    David Engel <dengel at mythtv.org> at Wed, 12 Mar 2014 11:13:27 -0500
Committer: David Engel <dengel at mythtv.org> at Wed, 12 Mar 2014 11:13:27 -0500
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=85b2d6d083d8fa973e162aa166f46d01ab107a38

Reorganize cache and temporary directories under common parents.
Previously, various cache and temporary directories were sprinkled all
over ~/.mythtv, aka MYTHCONFDIR.  This change puts them all under
~/.mythtv/cache or ~/.mythtv/tmp, though, there could still be a few
I've missed.  Some of these directories can get quite large and having
them all in more centralized locations makes it easier to track how
much space they use and to not back them up.



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

Summary of changes:
 .../mythgallery/mythgallery/galleryutil.cpp        |    4 ++--
 mythplugins/mythmusic/mythmusic/cdrip.cpp          |    8 ++++----
 .../mythnetvision/mythnetvision/netcommon.cpp      |    8 +-------
 .../mythnetvision/mythnetvision/netsearch.cpp      |    2 +-
 .../mythnetvision/mythnetvision/nettree.cpp        |    2 +-
 mythtv/libs/libmythbase/mythdownloadmanager.cpp    |    2 +-
 .../libs/libmythmetadata/metadataimagedownload.cpp |    4 ++--
 mythtv/libs/libmythmetadata/mythuiimageresults.cpp |    2 +-
 .../libs/libmythmetadata/mythuimetadataresults.cpp |    2 +-
 mythtv/libs/libmythtv/previewgenerator.cpp         |    2 +-
 mythtv/libs/libmythtv/previewgeneratorqueue.cpp    |    2 +-
 mythtv/libs/libmythui/mythuihelper.cpp             |    6 +++---
 mythtv/programs/mythtv-setup/importicons.cpp       |    2 +-
 mythtv/programs/scripts/metadata/Movie/tmdb3.py    |    2 +-
 14 files changed, 21 insertions(+), 27 deletions(-)

-- 



More information about the mythtv-commits mailing list