[mythtv-commits] mythtv commit: r19978 - in trunk/mythtv by greg

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Thu Feb 12 02:00:23 UTC 2009


      Author: greg
        Date: 2009-02-12 02:00:23 +0000 (Thu, 12 Feb 2009)
New Revision: 19978
   Changeset: http://cvs.mythtv.org/trac/changeset/19978

Modified:

   trunk/mythtv/libs/libmyth/storagegroup.cpp
   trunk/mythtv/libs/libmyth/storagegroup.h
   trunk/mythtv/libs/libmythdb/mythversion.h
   trunk/mythtv/libs/libmythdb/remotefile.cpp
   trunk/mythtv/programs/mythbackend/backendutil.cpp
   trunk/mythtv/programs/mythbackend/httpstatus.cpp
   trunk/mythtv/programs/mythbackend/mainserver.cpp
   trunk/mythtv/programs/mythbackend/mainserver.h
   trunk/mythtv/programs/mythbackend/playbacksock.cpp
   trunk/mythtv/programs/mythbackend/playbacksock.h
   trunk/mythtv/programs/mythcommflag/BlankFrameDetector.cpp
   trunk/mythtv/programs/mythfrontend/main.cpp
   trunk/mythtv/programs/mythtv/main.cpp

Log:


 Updates The RemoteFile class to treat the user field in the myth:// URL as a requested Storagroup to search  skipping the standard TV group searching. Allow for things like "myth://Videos@127.0.0.1:6543/path/to/file.avi" and the backend will go directly to the Videos Group. 

 Adds a new Videos storage group so a user can define directories that are members of this group and they will be included in a mythvideo scan.

 This also adds a couple new elements to allow you to request a file listing 
directly from a group on a backend and for file details (size, date and of course does it exist :))

 Bumps protocol version to 44.







More information about the mythtv-commits mailing list