[mythtv-users] searching previously recorded stuff

Anthony Giggins seven at seven.dorksville.net
Mon Nov 3 02:40:03 UTC 2008


>
>
> Steve Heistand wrote:
>> is there a way to search through the stuff Ive already record by
>> keywords or titles or anything?
>>
> I use Microsoft Access and have written a HOWTO for setting it up
> <http://www.mythtv.org/wiki/index.php/Microsoft_Access>. OpenOffice Base
>   <http://www.openoffice.org/product/base.html> provides similar
> facilities, is easier to set up and runs on Linux.
> --
> David

or you could just query the SQL directly

ie.
select * from oldrecorded where title like '%mythbusters%';





More information about the mythtv-users mailing list