Index: programs/mythfilldatabase/filldata.cpp =================================================================== RCS file: /var/lib/mythcvs/mythtv/programs/mythfilldatabase/filldata.cpp,v retrieving revision 1.66 diff -u -r1.66 filldata.cpp --- programs/mythfilldatabase/filldata.cpp 17 Oct 2003 07:19:41 -0000 1.66 +++ programs/mythfilldatabase/filldata.cpp 17 Oct 2003 21:32:55 -0000 @@ -421,8 +421,8 @@ { pginfo->category = cat; } - else if (cat == "movie" || cat == "series" || cat == "sports" || - cat == "tvshow") + if (cat == "movie" || cat == "series" || cat == "sports" || + cat == "tvshow" || cat == "Film") /* Hack until we have the new XMLTV DTD with category "system"s. I can't use a new tag, because I'd then Index: themes/blue/ui.xml =================================================================== RCS file: /var/lib/mythcvs/mythtv/themes/blue/ui.xml,v retrieving revision 1.34 diff -u -r1.34 ui.xml --- themes/blue/ui.xml 10 Oct 2003 21:29:14 -0000 1.34 +++ themes/blue/ui.xml 17 Oct 2003 21:36:52 -0000 @@ -158,6 +158,32 @@ + + + + + + + + + + + + + + + + + + + + + + + @@ -365,6 +391,32 @@ + + + + + + + + + + + + + + + + + + + + + + +