In order to resolve this, I followed the suggestion here: http://lists.mythtv.org/pipermail/mythtv-users/2010-March/284826.html
- manually login to the database
- mysql --user mythtv --password mythconverg
- find the phantom cards id
- select * from capturecard ;
- delete it from the 'capturecard' table
- delete from capturecard where cardid =
;
No comments:
Post a Comment