
mythtv at kosteronline
Mar 5, 2004, 12:10 AM
Post #2 of 3
(4248 views)
Permalink
|
|
Re: External channnel change script not getting channelnumber
[In reply to]
|
|
From: "Julian Edwards" <ed[at]julian-edwards.com> > I'm having trouble getting my external channel changer script to work as > it is not getting passed the channel number as the first argument to the > script. > > Here's my test script (called ntl_chan): > > #!/bin/csh > echo invoked with arg1 as $1, prog name is $0 > > When I change channel I get this in the backend log: > > invoked with arg1 as , prog name is /home/ed/ntl_chan Your script does not get 'channum', but gets 'freqid'. I'm not sure how these are called in the myth setup program, but in the database they are and in MythWeb (Settings->Channels) also. Entering a value in that column in MythWeb may solve your problem. -- Paul _______________________________________________ mythtv-users mailing list mythtv-users[at]mythtv.org http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
|