id summary reporter owner description type status priority milestone component version severity resolution keywords cc mlocked 9173 Duplicate Recording Groups in Schedule Editor jason.chambers@… stuartm "The list of recording groups under ''Storage Options'' on the ''Schedule Editor'' page can contain duplicate entries. This is because the list is retrieved by running `""SELECT DISTINCT recgroup FROM recorded""` (recorded programmes) and also `""SELECT DISTINCT recgroup FROM record""` (recording rules). Therefore if you have a recording asssigned to a non-default recording group and you have a recording rule also using this group you get two entries for the same group in the list. The attached patch keeps both these queries in case they return non-identical lists, but calls `QStringList::removeDuplicates()` afterwards to make the list unique. " patch closed minor unknown MythTV - General 0.24-fixes medium Fixed 0