[mythtv] MythGame screenshots

Preston Crow pc-mythtv05a at crowcastle.net
Tue Aug 2 20:42:33 EDT 2005


If you run MythGame with a bunch of files that don't have an extension,
you can't use screenshots with them the way it's written now.

The code in RomInfo::FindImage() in rominfo.cpp aborts the lookup if
there's no '.' in the filename.  Instead, it should append a '.' to the
filename in that case.  That's an easy fix.

Also, it should be possible to use subdirectories under the screenshots
directory that mirror those under the roms directory for the emulator in
question.  I suppose it would be unusual to have two games with the same
name in different directories, but it is possible.

--PC



More information about the mythtv-dev mailing list