﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc	mlocked
10237	maxepisodes on recording rules don't work anymore	Markus Schulz <msc@…>	gigem	"i have a recording rule for daily news. i want to keep only last two episodes:

mysql> select maxepisodes from record where recordid = 1503;
+-------------+
| maxepisodes |
+-------------+
|           2 |


but now i have:
mysql> select count(*) from recorded where recordid = 1503;
+----------+
| count(*) |
+----------+
|       11 |
and the same number of files on disk.

"	Bug Report - General	closed	minor	0.25	MythTV - Recording	Master Head	medium	Fixed			0
