[mythtv-users] duplicate recordings

Paul Warren pdw at ex-parrot.com
Sun Jan 8 20:31:33 UTC 2012


On 08/01/2012 20:13, Tim Draper wrote:
> looks like something has got very confused on my mythtv install - i
> have 3 recording of the same show!
> program in question: Dancing on Ice.
> whats happening: mythtv is recording the HD (this should of been the
> priority recording), SD, and the +1 showings!
>
> the recording rule was setup on the program itself ie: search by
> program name, select one of the returned results, and select the
> 'record at any time, any channel' option (as opposed to a generic
> 'match by title' rule)
>
> BE is running 0.24.1, around 1 week old on updates.
>
> any ideas on whats happening, or how i can test further to see why
> myth has done this?

Connect to the database using the mysql command line tool and run:

SELECT programid, starttime, title, chanid FROM program WHERE title LIKE 
'Dancing%' ORDER BY starttime;

and see what program IDs you have.

Paul



More information about the mythtv-users mailing list