Well, I spoke to rob about VIDEO_GROUPS, and looked briefly at trying to
set those up. However, it seemed overkill for my needs.
In the end I just wrote a 6 line perl script that was called with the
channel number as part of VCR_CMD immediately prior to mencoder.
I don't know if I should submit it (being perl instead of python), but
if anyone is curious, this is it:
#!/usr/bin/perl -W
my $input = $ARGV[0];
my @chan = split(//,$input);
foreach $integer (@chan) {
$command = "/usr/bin/rc SEND_ONCE sky $integer";
`$command`;
}
Seems to work quite well at any rate.
Cheers
Dave Smylie
> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:freevo-users-
> [EMAIL PROTECTED] On Behalf Of Pferdekaemper, Thorsten
> Sent: Monday, 26 January 2004 9:14 p.m.
> To: '[EMAIL PROTECTED]'
> Subject: AW: [Freevo-users] using lirc transmitter to change video
source
> channels
>
> Hi,
> you could write your own script for the recording including the
changing
> channels code, then put the path to the script in the VCR_CMD in
> local_conf.py.
> Regards,
> Thorsten
>
>
> > -----Urspr�ngliche Nachricht-----
> > Von: [EMAIL PROTECTED] [mailto:freevo-users-
> > [EMAIL PROTECTED] Im Auftrag von Dave Smylie
> > Gesendet: Sonntag, 25. Januar 2004 14:30
> > An: [EMAIL PROTECTED]
> > Betreff: [Freevo-users] using lirc transmitter to change video
source
> > channels
> >
> > Hi
> >
> >
> > I've managed to get the lirc transmitter going and can now get lirc
to
> > change my sky satellite channels from the console.
> >
> > Is there any functionality within freevo, or with the help of
scripts,
> > to integrate this into freevo's record command?
> > (ie to automatically change channels when recording etc)
> >
> > I've had a look in the mailing list archives, and on the wiki, and
> > lthough I can find reference to it, I can't see a description of how
to
> > do it . . .
> >
> > Cheers
> > Dave Smylie
> >
> >
> >
> >
> > -------------------------------------------------------
> > The SF.Net email is sponsored by EclipseCon 2004
> > Premiere Conference on Open Tools Development and Integration
> > See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
> > http://www.eclipsecon.org/osdn
> > _______________________________________________
> > Freevo-users mailing list
> > [EMAIL PROTECTED]
> > https://lists.sourceforge.net/lists/listinfo/freevo-users
>
>
> -------------------------------------------------------
> The SF.Net email is sponsored by EclipseCon 2004
> Premiere Conference on Open Tools Development and Integration
> See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
> http://www.eclipsecon.org/osdn
> _______________________________________________
> Freevo-users mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/freevo-users
>
>
>
> ---
> Incoming mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.567 / Virus Database: 358 - Release Date: 24/01/2004
>
-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users