[mythtv-commits] mythtv commit: r7109 by greg

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Tue Aug 23 18:10:21 UTC 2005


      Author: greg
        Date: 2005-08-23 18:10:20 +0000 (Tue, 23 Aug 2005)
New Revision: 7109
   Changeset: http://cvs.mythtv.org/trac/changeset/7109

Added:

   trunk/mythplugins/mythgame/mythgame/romedit.cpp
   trunk/mythplugins/mythgame/mythgame/romedit.h

Modified:

   trunk/mythplugins/mythgame/mythgame/dbcheck.cpp
   trunk/mythplugins/mythgame/mythgame/gamehandler.cpp
   trunk/mythplugins/mythgame/mythgame/gametree.cpp
   trunk/mythplugins/mythgame/mythgame/gametree.h
   trunk/mythplugins/mythgame/mythgame/mythgame.pro
   trunk/mythplugins/mythgame/mythgame/rominfo.cpp

Log:


 This update adds support for editing a games meta data from the gametree. (Choose Edit
 from a games Info screen).

 At the moment this data is still wiped during a new scan, but the next update will
 change the scanning to preserve the data.

 This also closes #249 to change to allow for less restrictive multidisk matches.

 You can now use "blah Disk 1.ext"   "blah 1.ext"   or "blah.1.ext" as long as the
 player is configured to allow multidisk roms.   I should note that this does not work well
 in situations where  "blah 1.ext, blah 2.ext" are noti actually intended to be parts of the
 same game. However I don't see that as a problem as the vast majority of users wont be using
 game spanning where this would be a problem.

 This also changes the commandline field from a VARCHAR(255) the maximum for a VARCHAR to 
 a TEXT column instead allowing for much larger entries.

 This also fixes a segfault when someone picks cancel from popup to pick which emulator to use
 to play a rom that has more than one available.






More information about the mythtv-commits mailing list