Hi.  I can use tvtime outside of freevo to watch TV just fine, but
I'm having trouble getting it to tune correctly channel when using the
TV guide in freevo.  I'm using tvtime 1.0.1 and freevo 1.5.3.  When I
press enter on a particular entry in the TV guide (for a show
currently playing), this is the command that is used to launch tvtime:

ChildApp.__init__(), pid=3714, app= /usr/bin/tvtime  -k -I 640 -n NTSC
-d /dev/video0 -f freevo -c 0 -i 0 -M, poll=-1

  The problem(s) are two-fold.  First, it is passing a "-f freevo"
command when it should be "-f us-cable".  Second, the actual channel
being passed "-c 0" is lower by a variable amount than the channel
that should be passed.  For example, if I choose the lowest channel
number that I can tune into (channel 2), then the argument to tvtime
should be "-c 2" (which works from the command line), but "-c 0" is
being passed.

  The relevant line in tvtime.py is (I believe):

command = '%s %s -k -I %s -n %s -d %s -f %s -c %s -i %s' % (config.TVTIME_CMD,
                                                                   outputplugin,
                                                                   w,
                                                                   s_norm,
                                                                   cf_device,
                                                                   'freevo',
                                                                   mychan,
                                   cf_input)

  I can easily change the 'freevo' to 'us-cable', but I'm not sure how
to get the channels to work properly.  I tried looking through the
mailing list archives, but I didn't see anything that solved my
problem.

  Thanks,
    Sunil


-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to