Hi, thanks for the reply. That din't work. My tv channels look like this

TV_CHANNELS = [('1.tvgids.nl', 'Nederland 1', '11-'),
                ('2.tvgids.nl', 'Nederland 2', '6+'),
                ('3.tvgids.nl', 'Nederland 3', '7'),
                ('4.tvgids.nl', 'RTL 4', '26+'),
                ('31.tvgids.nl', 'RTL 5', '41-'),
                ('46.tvgids.nl', 'Yorin', '25-'),


and my frequency table like


FREQUENCY_TABLE = {
  '11-': 216,
  '6+' : 184,
}

The complete message I'm getting is

ROM_DRIVES: Auto-detected and added "('/mnt/cdrom', '/dev/scd0', 'CD-1')"
Trying to autodetect type of /dev/hdd
/dev/hdd is a cdrom drive
ROM_DRIVES: Auto-detected and added "('/mnt/cdrom2', '/dev/hdd', 'CD-2')"
freevo: could not connect to socket
freevo: No such file or directory
WARNING: Could not initialize PyLirc!
Om audio cd covers op te zoeken heb je een Amazon.com
Web Services license key nodig. Je lan zo'n key verbrijgen op:

https://associates.amazon.com/exec/panama/associates/join/developer/application.html
plugin audio.coversearch deactivated, reason: no amazon key
mode=tv channel=1.tvgids.nl tuner=11-
Video Opened at /dev/video0
Driver: ivtv
Card: Vanilla iTVC15 card
Version: 265
Capabilities: 16973825
Enumerating supported Standards.
0: 0x3000 NTSC
1: 0xff PAL
2: 0x7f0000 SECAM
Current Standard is: 0xff
Enumerating supported Inputs.
0: Composite 0
1: Composite 1
2: Composite 2
3: Composite 3
4: Tuner 0
5: Composite 4
6: S-Video 0
7: S-Video 1
8: S-Video 2
9: S-Video 3
Input: 4
Width: 720, Height: 480
Read Frequency: 3
CODEC::aspect: 2
CODEC::audio_bitmask: 233
CODEC::bfrmes: 3
CODEC::bitrate_mode: 1
CODEC::bitrate: 4000000
CODEC::bitrate_peak: 4000000
CODEC::dnr_mode: 0
CODEC::dnr_spatial: 0
CODEC::dnr_temporal: 0
CODEC::dnr_type: 0
CODEC::framerate: 1
CODEC::framespergop: 12
CODEC::gop_closure: 1
CODEC::pulldown: 0
CODEC::stream_type: 10
Traceback (most recent call last):
File "/usr/lib/python2.3/site-packages/freevo/main.py", line 362, in main_func
app.eventhandler(event)
File "/usr/lib/python2.3/site-packages/freevo/menu.py", line 399, in eventhandler
if not isinstance(menu, Menu) and menu.eventhandler(event):
File "/usr/lib/python2.3/site-packages/freevo/tv/tvguide.py", line 213, in eventhandler
self.player('tv', self.selected.channel_id)
File "/usr/lib/python2.3/site-packages/freevo/tv/tvmenu.py", line 166, in start_tv
plugin.getbyname(plugin.TV).Play(mode, tuner_id)
File "/usr/lib/python2.3/site-packages/freevo/tv/plugins/ivtv_basic_tv.py", line 176, in Play
mpl = '--prio=%s %s -vo %s%s -fs %s -slave %s' % args
TypeError: not enough arguments for format string


Hope this helps some more. Thanks

From: Rob Shortt <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: [Freevo-users] WinTVpvr 250 + local_conf.py (newbie)
Date: Sun, 18 Jan 2004 14:17:46 -0400

free vo wrote:
Hi, I.m trying to get my pvr250 to work with Freevo but I get this error when I want to start a program from the TV Guide section....

Check to make sure the tuner_id part of it is indeed a string, ie:


FREQUENCY_TABLE = {
    '6'   :    55250,
}

And not:

FREQUENCY_TABLE = {
    6   :    55250,
}

File "/usr/lib/python2.3/site-packages/freevo/tv/v4l2.py", line 194, in setchannel
freq = self.chanlist[str(channel)]
KeyError: '6'

If that's not the problem check your TV_CHANNELS and make sure the tunerid part (3rd field I think) is also a string ('').


-Rob


------------------------------------------------------- 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

_________________________________________________________________ Talk with your online friends with MSN Messenger http://messenger.msn.nl/



-------------------------------------------------------
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

Reply via email to