[mythtv-users] Deleting "Input Connection"

Kenneth Aafloy ke-aa at frisurf.no
Sun Aug 31 18:35:51 EDT 2003


Andy wrote:

> I have entered erroneous input connections (Composite and S-Video) where
> they are obviously unnecessary and have no xmltv significance.
> Mythfilldatabase keeps trying to look for /.mythtv/composite.xmltv and
> /.mythtv/S-Video.xmltv when it's unnecessary.
>
> How do I delete an Input Connection? I tried pressing "D" when highlighting
> the one I wanted, and also tried entering a blank for the name when editing
> it, but that doesn't work.

Sorry, but i belive you have to do some mysql to do it:

<hostname># mysql --user=<user in mysql.txt> --password=<password in mysql.txt> --host=<hostname in
mysql.txt> --database=mythconverg

mysql> select * from cardinput;

[Your list]

mysql> delete from cardinput where cardinputid=<the cardinputid of the input you want to delete above>;
Query OK, 1 row affected (0.00 sec)

mysql> quit

This goes for cards and such also, 'show tables;' is helpfull.

Kenneth



More information about the mythtv-users mailing list