[mythtv-users] mythdb and python bindings Q

Yan Seiner yan at seiner.com
Tue Jan 21 16:44:22 UTC 2014


I've been playing around with python and mythtv bindings.

I understand how to retrieve information using the primary keys in the 
tables.

I'd like to be able to retrieve chanid and starttime using the filename, 
though....

select chanid from recorded where basename=$myfilename
select starttime from recorded where basename=$myfilename

I've been through the examples and I have not found a python way to do 
the above; but there must be a way.


More information about the mythtv-users mailing list