[mythtv-users] Composite since upgrade to 0.19

Michael T. Dean mtdean at thirdcontact.com
Tue Jul 18 20:49:23 UTC 2006


On 07/18/2006 03:35 PM, James Pifer wrote:

>I believe I followed the instructions correctly but I still cannot
>record from the composite. I'm closer though. 
>
>When I schedule a manual recording it shows up in the "Recorded
>Programs" but the file size is B and never grows. I can see in the log
>that it never creates the file. 
>
>I can still watch livetv and switch to composite by hitting c.
>
>My Channel info is:
>chanid	channum	freqid	sourceid	callsign	name	icon	finetune	videofilters	xmltvid	recpriority	contrast	brightness	colour	hue	tvformat	commfree	visible	outputfilters	useonairguide	mplexid	serviceid	atscsrcid
>2999	999	<null>	2	Composite	Composite	none	<null>			0	32768	32768	32768	32768	Default	0	true		false	<null>	<null>	<null>
>  
>

for future reference, with only a few rows, using "\G" for the query 
gives much-more-e-mail-compatible output:

SELECT * FROM channel WHERE channum = 999\G

(no semicolon)...

You need to specify a freqid.

UPDATE channel SET freqid = 999 WHERE chanid = 2999;

>My source info is:
>sourceid	name	xmltvgrabber	userid
>2	Composite		
>
>In the log I get this:
>2006-07-18 13:57:27.994 TVRec(2): Changing from None to RecordingOnly
>2006-07-18 13:57:28.050 Channel::GetCurrentChannelNum(): Failed to find Channel ''
>2006-07-18 13:57:28.052 Channel(/dev/video1)::TuneTo(): Error, failed to find channel.
>2006-07-18 13:57:28.054 TVRec(2) Error: Failed to set channel to 999. Reverting to kState_None
>

and make sure you specify an external channel change script of /bin/true 
for the videosource.

Mike


More information about the mythtv-users mailing list