[mythtv-users] Recording from Svideo or composite inputs

Michael T. Dean mtdean at thirdcontact.com
Mon May 15 09:21:57 EDT 2006


On 05/12/2006 06:46 PM, Yalusa Jongihlati wrote:

> Not sure if this fits the question. Here in South Africa there is no 
> tv_grabber config. So what I (we) do is to configure the 
> uk_tv_grabber. But say no to all the channels it downloads. 


Instead, you should set up the source to use "No grabber." 

If you're using SVN head, you can select the option "No grabber" for the 
video source's grabber in the mythtv-setup UI.  Unfortunately, though, 
due to an oversight, doing this is not possible for 0.19 or 0.19-fixes.  
Instead, for them, you'll have to execute:

mysql -umythtv -p mythconverg \
      -e "UPDATE videosource
             SET xmltvgrabber ='/bin/true',
                 useeit = 0
           WHERE sourceid = <your source id>;"

Mike



More information about the mythtv-users mailing list