[mythtv-commits] mythtv commit: r26000 - in trunk by robertm

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Mon Aug 30 16:39:12 UTC 2010


      Author: robertm
        Date: 2010-08-30 16:39:12 +0000 (Mon, 30 Aug 2010)
New Revision: 26000
   Changeset: http://svn.mythtv.org/trac/changeset/26000

Log:

MythVideo/libmythmetadata:  Since libmythmetadata is theoretically to be used for all metadata handling in the future, regardless of content type, and because MythMusic *also* uses a class called "Metadata," disambiguate by renaming video metadata class to VideoMetadata, and all the logical derived classes to match.  Update install location of includes to match the broader nature of this library.  Update MythVideo to use new class names.

Bumps library version, please make clean and rebuild plugins.


Added:

   trunk/mythtv/libs/libmythmetadata/videometadata.cpp
   trunk/mythtv/libs/libmythmetadata/videometadata.h

Removed:

   trunk/mythtv/libs/libmythmetadata/metadata.cpp
   trunk/mythtv/libs/libmythmetadata/metadata.h

Modified:

   trunk/mythplugins/mythvideo/mythvideo/dbcheck.cpp
   trunk/mythplugins/mythvideo/mythvideo/editmetadata.cpp
   trunk/mythplugins/mythvideo/mythvideo/editmetadata.h
   trunk/mythplugins/mythvideo/mythvideo/fileassoc.cpp
   trunk/mythplugins/mythvideo/mythvideo/globalsettings.cpp
   trunk/mythplugins/mythvideo/mythvideo/globalsettings.h
   trunk/mythplugins/mythvideo/mythvideo/main.cpp
   trunk/mythplugins/mythvideo/mythvideo/playercommand.cpp
   trunk/mythplugins/mythvideo/mythvideo/playercommand.h
   trunk/mythplugins/mythvideo/mythvideo/videodlg.cpp
   trunk/mythplugins/mythvideo/mythvideo/videodlg.h
   trunk/mythplugins/mythvideo/mythvideo/videofilter.cpp
   trunk/mythplugins/mythvideo/mythvideo/videofilter.h
   trunk/mythplugins/mythvideo/mythvideo/videolist.cpp
   trunk/mythplugins/mythvideo/mythvideo/videolist.h
   trunk/mythplugins/mythvideo/mythvideo/videopopups.cpp
   trunk/mythplugins/mythvideo/mythvideo/videopopups.h
   trunk/mythtv/libs/libmythdb/mythversion.h
   trunk/mythtv/libs/libmythmetadata/libmythmetadata.pro
   trunk/mythtv/libs/libmythmetadata/metadatalistmanager.cpp
   trunk/mythtv/libs/libmythmetadata/metadatalistmanager.h
   trunk/mythtv/libs/libmythmetadata/videoscan.cpp
   trunk/mythtv/libs/libmythmetadata/videoutils.cpp
   trunk/mythtv/libs/libmythmetadata/videoutils.h




More information about the mythtv-commits mailing list