On Mon, 26 Mar 2012, Liz wrote:

> On Mon, 26 Mar 2012 09:30:35 +1100
>
> I have got tuner information set in the local_conf.py
> ie
> TV_CHANNELS = [
>        ( 'abcnews24.free.au' ,'ABC News 24' , '219500000.672' ),
>        ( 'abc1.free.au', 'ABC1' , '219500000.673' ),
>        ( 'abc2.free.au', 'ABC2', '219500000.674' ),
>        ( 'abc3.free.au', 'ABC3', '219500000.676'),
>        ( 'sbshd.free.au', 'SBS HD' , '564500000.853' ),
>        ( 'sbsone.free.au', 'SBS ONE', '564500000.849' ),
>        ( 'sbstwo.free.au', 'SBS TWO', '564500000.850' ),
>        ( 'win.free.au', 'WIN', '177500000.6151' ),
>        ( 'prime7.free.au', 'Seven', '177500000.6039' ),
>        ( 'sc10.free.au', 'TEN', '177500000.6167' ),
>        ( 'gem.free.au', 'GEM', '543500000.6168' ),
>        ( 'go!.free.au', 'GO!', '543500000.6152' ),
>        ( 'one.free.au', 'ONE', '557500000.6169'  ),
>        ( 'eleven.free.au', 'Eleven', '557500000.6153' ),
>        ]
>
>
> but none of these channels actually tune.
> I now get a GUI which says "Tuning to ABC News 24"
> and in the terminal I get
>
> sh: 1: Syntax error: redirection unexpected
> (repeated 3 or 4 times)
>
> It actually detunes the channel when I check the result.
>
So for tuning to ABC News 24 this is what the code should be doing:

hdhomerun_config <HDHomeRun Id> set /tuner<Tuner Id>/channel 219500000
hdhomerun_config <HDHomeRun Id> set /tuner<Tuner Id>/program 672
hdhomerun_config <HDHomeRun Id> set /tuner<Tuner Id>/target <Freevo IP>:1235

Where <HDHomeRun Id> and <Tuner ID> come from splitting the video device at 
':', and <Freevo IP> is the ip address detected for the Freevo PC.
At a guess I would imagine it's the id of the HDHomeRun that is a problem, 
what have you got you video groups set to?

Cheers

Adam

------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to