RE: [Freevo-users] Freevo + mp1e

2003-10-13 Thread Gray, Tim
To: [EMAIL PROTECTED] Subject: Re: [Freevo-users] Freevo + mp1e Hi Aubin, Actually, I installed xawtv-control, and I think I can control channel changing using 'v4lctl' to do the channel changing. Here is my VCR_CMD now: --- VCR_CMD --- VCR_CMD = ('/usr/bin/v4lctl setnorm NTSC

Re: [Freevo-users] Freevo + mp1e

2003-10-11 Thread Alan Murrell
Hi Aubin, --- Aubin Paul [EMAIL PROTECTED] wrote: I posted a shell script to change channels via mplayer awhile back; That would be your 'schedulerec' script. correct? If so, I did a search for that on both the Users and Devel archives, but no luck (I did find references to 'schedulerec', but

Re: [Freevo-users] Freevo + mp1e

2003-10-11 Thread Aubin Paul
No, the schedulerec thing was just my hack because I did manual recordings so often. Basically, it was this: echo q | mplayer -vo null -ao null tv://$1 With the rest of the mplayer TV options in there somewhere. It changes the channel and then quits. On Sat, Oct 11, 2003 at 11:06:25AM -0400,

Re: [Freevo-users] Freevo + mp1e

2003-10-11 Thread Alan Murrell
Hi Aubin, Actually, I installed xawtv-control, and I think I can control channel changing using 'v4lctl' to do the channel changing. Here is my VCR_CMD now: --- VCR_CMD --- VCR_CMD = ('/usr/bin/v4lctl setnorm NTSC; ' + '/usr/bin/v4lctl setchannel %(channel)s; ' +

Re: [Freevo-users] Freevo + mp1e

2003-10-11 Thread Aubin Paul
I'm not sure to be honest, because I haven't used it in awhile (I bought an ivtv card) and I almost am not sure if python allows you to chain commands together in the VCR_CMD using ';' between commands. Aubin On Sat, Oct 11, 2003 at 12:17:42PM -0400, Alan Murrell wrote: Hi Aubin, Actually,