Ben K wrote:
> (except maybe autorecs but that would be painful)
I think that you have already answered your own question: 'AutoRecs'.
If I recall correctly, AutoRecs accept regular expressions for the search criteria. I'm not sure what exact dialect of RegEx TVH uses, however, it should support an OR statement.
Build a single AutoRec with a RegEx in the title something like:
(movie title one)|(movie title two)|(movie title three)
TVH may have a character limit for the RegEx in the title (I don't know) so you may have to build a few AutoRecs and maybe split them by genre or whatever.
If you are not well versed in regular expressions, there are a number of web sites with tutorials and also some online tools that will let you test and validate your RegEx.