Another in my occasional series of questions about how to handle particular series. As I don't watch football, I am interested in the views of those who do!
Match of the Day causes some problems in the new guide data. The source data is currently giving us three different program titles: Match of the Day, Match of the Day 2 and Match of the Day Live. The basic question is: do we leave this as three separate series or combine them into one (presumably called Match of the Day)?
In this case, unfortunately, the question is a bit more complicated. The data source gives us no episode information for MOTD or MOTD2 (the current MOTD Live does have an episode title of Championship Match). So, the database (and hence the Tivo) thinks that all episodes of MOTD are the same program (and all episodes of MOTD2 are the same program but a different one from MOTD). So, a SP for MOTD will record exactly one program (and so will an SP for MOTD2). If we merge the two, an SP for MOTD will still only record one program (which could be an MOTD or MOTD2 instance, if they are shown on the same channels).
I can't solve this episode problem for the moment (well, I could give every MOTD2 an episode name that is different from the episode name used for every MOTD). In the medium term (i.e. once the service is live) this can either be solved by volunteers manually assigning episode titles (crowdsourcing) or I am considering writing some code to allow me to assign episode names based on dates. For the moment, we are neither opening up the crowdsourcing interface (it exists, and is used heavily in Oz, but we have enough on our plate getting the basic service working first) nor am I making any non-critical code changes before we go live.
But if we want to merge the series, it is worth doing that before we go live, as it affects SPs people create (even though the SPs may not be very useful at the moment). So, your views on whether there should be one series or 3 are useful, even though there is a known problem with the episodes at the moment.