[mythtv-commits] mythtv commit: r22122 - in trunk/mythtv by cpinkham
mythtv at cvs.mythtv.org
mythtv at cvs.mythtv.org
Wed Sep 30 04:38:43 UTC 2009
Author: cpinkham
Date: 2009-09-30 04:38:41 +0000 (Wed, 30 Sep 2009)
New Revision: 22122
Changeset: http://cvs.mythtv.org/trac/changeset/22122
Modified:
trunk/mythtv/libs/libmyth/mythuifilebrowser.cpp
trunk/mythtv/libs/libmyth/storagegroup.cpp
trunk/mythtv/libs/libmyth/storagegroup.h
trunk/mythtv/libs/libmythdb/mythversion.h
trunk/mythtv/programs/mythbackend/mainserver.cpp
trunk/mythtv/programs/mythbackend/playbacksock.cpp
trunk/mythtv/programs/mythbackend/playbacksock.h
Log:
Modify the existing QUERY_SG_GETFILELIST backend command
to take an optional argument to indicate that we only want
a list of the files in the specified directory, not a list
of all subdirs and files w/ the filesizes. Modify the
StorageGroup class to provide the supporting functionality.
This is part of an optimization fix for MythVideo's
image hunting prior to downloading new images.
This does change libmyth and the binary version, so a
make clean will be required.
More information about the mythtv-commits
mailing list