[mythtv-users] Can I bind a keypress to a specific action in "watch recordings"?

ub40dd ub40dd at googlemail.com
Sun Dec 28 18:35:28 UTC 2008


On Sun, Dec 28, 2008 at 5:46 PM, I wrote:

>
> A little more experimentation with the exact format of the sql query and
> hopefully I should soon be able to post my own solution..
>

Success! Here is what I did, after playing around a bit with the interactive
mysql command line:

insert into jobqueue select null as id, chanid, starttime, now() as
inserttime, 1 as type, 0 as cmds, 1 as flags, 1 as status, now() as
statustime, null as hostname, null as args,  "inserted manually by ub40dd"
as comment, now() as schedruntime from recorded where cutlist = 1;



More information about the mythtv-users mailing list