[mythtv-commits] mythtv commit: r21932 by robertm

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Fri Sep 18 07:00:15 UTC 2009


      Author: robertm
        Date: 2009-09-18 07:00:15 +0000 (Fri, 18 Sep 2009)
New Revision: 21932
   Changeset: http://cvs.mythtv.org/trac/changeset/21932

Modified:

   trunk/mythplugins/mythvideo/mythvideo/videodlg.cpp
   trunk/mythplugins/mythvideo/mythvideo/videodlg.h

Log:

Fixes #7091.  Allow the recursive image hunt to assign fanart/banner/screenshot/cover to a folder node when the directory structure is something like Title->Season #->Item.  Now 'LOST' would show artwork even though the items with eligible metadata are two levels deeper.  Original patch by Andy Carr, I added a bit to only recurse two levels deep (int maxRecurse for savvy tinkerers) and a limitation that the grandchild node title must match the grandparent node so that the above example works, but so that, for example, 'Television' isn't assigned images from 'Band of Brothers.'  Also makes the TV/Movies metadata browse mode a bit more attractive.  Thanks for the patch!




More information about the mythtv-commits mailing list