Re: [Freevo-users] WinTVpvr 250 + local_conf.py (newbie)

2004-01-19 Thread Rob Shortt
free vo wrote:
You're right!! Thanks.
:)

But now I have a different problem. The mplayer screen starts but only 
gives snow so that means I have to fill in the frequencies. I have this 
list..

1 Ned 1

11-

216,00
2 Ned 2
6+

184,00
3 Ned 3
7+

192,00
4 RTL 4
12-

224,00

etc etc... But filling in these frequencies still gives me snow. 
Yesterday when I  used 'test_ioctl -r tuner=0,freq=2944' and mplayer 
/dev/video0 I got Nederland 2, but this list says it should be 184.00. I 
have tried both and they both give only 'snow'.
Ok, I am pretty sure I know what's going on here.  You have to find the 
right units for your frequency for our table. Mplayer expects it one way 
and I think test_ioctl expects another.  Mplayer is being more user 
friendly but behaves a bit nonstandard in the units it accepts the freq 
in - most actual frequency tables don't store it in KHz.  I think 
test_ioctl just take the input and passes it to the driver without 
massaging it (usually the app does this).  So, you need to find the 
middle ground.

If that explanation is confisung its because I forget the units and 
calculations used right now... and I am just finishing my first coffee. :)

When using the frequency table and ivtv Freevo takes the value from the 
table and * 16 / 1000. So:

freevo_freq * 16 / 1000 = tuner_freq
freevo_freq * 16 / 1000 = 2944
freevo_freq = 2944 * 1000 / 16
freevo_freq = 184000
Give 184000 a try in your frequency table in Freevo.

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


Re: [Freevo-users] WinTVpvr 250 + local_conf.py (newbie)

2004-01-19 Thread Robert Winder

Hi,

The frequency list should look like this.

FREQUENCY_TABLE = {
 'NED1': 175250,
 'NED2': 196250,
 'NED3': 203250,
 'RTL4': 663250,
 'RTL5': 671250,
 'SBS6': 687250,
 'YORIN':703250,
 'VERONICA': 719250,
}

For you the value for NED2 must be

  'NED2': 184000,  etc

(freq = 2944 ;  184000*16/1000)

Not sure if the decimal notation 184,00 does work, it seems not, so hope this helps.

 /Robert 

Sunday, January 18, 2004, 9:57:13 PM, free wrote:

 You're right!! Thanks.

 But now I have a different problem. The mplayer screen starts but only gives
 snow so that means I have to fill in the frequencies. I have this list..

 1 Ned 1

   11-

   216,00
   2 Ned 2

   6+

   184,00
   3 Ned 3

   7+

   192,00
   4 RTL 4

   12-

   224,00

 etc etc... But filling in these frequencies still gives me snow. Yesterday
 when I  used 'test_ioctl -r tuner=0,freq=2944' and mplayer /dev/video0 I got
 Nederland 2, but this list says it should be 184.00. I have tried both and
 they both give only 'snow'.

 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: 0x7f 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: 2820

 Now when I do mplayer /dev/video0 I don't get TV, just snow. Hope you can
 help with this as well.

 Thanks again,  Leo




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 15:54:09 -0400

free vo wrote:
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,
}


snip

The complete message I'm getting is
mpl = '--prio=%s %s -vo %s%s -fs %s -slave %s' % args
TypeError: not enough arguments for format string

Ok, that's a completely different (or new) error.

Hope this helps some more. Thanks

Yep, try this...  in your local_conf.py make sure your MPLAYER_ARGS has a
key called 'ivtv', it should look something like:

MPLAYER_ARGS = { 'dvd': '-cache 8192',
  'vcd': '-cache 4096',
  'cd' : '-cache 500 -cdda speed=1',
  'tv' : '-cache 8192',
  'ivtv' : '-cache 8192',
  'avi': '-cache 5000 -idx',
  'rm' : '-cache 5000 -forceidx',
  'default': '-cache 5000'
  }

The problem here is that the plugin expects args to have so many entries,
the ivtv one is likely missing.

-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




  
 



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


Re: [Freevo-users] WinTVpvr 250 + local_conf.py (newbie)

2004-01-19 Thread free vo
And right agin :) And thanks again

That leaves only the recording things to configure. I'll see about that in a 
couple of days. Thanks for all your help.

PS Freevo is now responding very slowly. Meaning that when I press a key I 
have to wait for about 20 seconds before it responds. And it refreshes very 
slow. When I minimize it and then maximize (I have opened the program in a 
window) it stays black for a few seconds. There is no CPU activitie to speak 
of. I see no error messages. You have any idea what it could be? (Mandrake 
9.2, KDE 3.2 (CVS))

From: Rob Shortt [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: [Freevo-users] WinTVpvr 250 + local_conf.py (newbie)
Date: Mon, 19 Jan 2004 10:01:43 -0400
free vo wrote:
You're right!! Thanks.
:)

But now I have a different problem. The mplayer screen starts but only 
gives snow so that means I have to fill in the frequencies. I have this 
list..

1 Ned 1

11-

216,00
2 Ned 2
6+

184,00
3 Ned 3
7+

192,00
4 RTL 4
12-

224,00

etc etc... But filling in these frequencies still gives me snow. Yesterday 
when I  used 'test_ioctl -r tuner=0,freq=2944' and mplayer /dev/video0 I 
got Nederland 2, but this list says it should be 184.00. I have tried both 
and they both give only 'snow'.
Ok, I am pretty sure I know what's going on here.  You have to find the 
right units for your frequency for our table. Mplayer expects it one way 
and I think test_ioctl expects another.  Mplayer is being more user 
friendly but behaves a bit nonstandard in the units it accepts the freq in 
- most actual frequency tables don't store it in KHz.  I think test_ioctl 
just take the input and passes it to the driver without massaging it 
(usually the app does this).  So, you need to find the middle ground.

If that explanation is confisung its because I forget the units and 
calculations used right now... and I am just finishing my first coffee. :)

When using the frequency table and ivtv Freevo takes the value from the 
table and * 16 / 1000. So:

freevo_freq * 16 / 1000 = tuner_freq
freevo_freq * 16 / 1000 = 2944
freevo_freq = 2944 * 1000 / 16
freevo_freq = 184000
Give 184000 a try in your frequency table in Freevo.

HTH,
-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
_
MSN Search, for accurate results! http://search.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


Re: [Freevo-users] WinTVpvr 250 + local_conf.py (newbie)

2004-01-19 Thread Michael Ruelle
Check the weather plugin. I have found that is occasionally a major
cause of unresponsive UI.

Mike

On Mon, 2004-01-19 at 14:06, free vo wrote:
 And right agin :) And thanks again
 
 That leaves only the recording things to configure. I'll see about that in a 
 couple of days. Thanks for all your help.
 
 PS Freevo is now responding very slowly. Meaning that when I press a key I 
 have to wait for about 20 seconds before it responds. And it refreshes very 
 slow. When I minimize it and then maximize (I have opened the program in a 
 window) it stays black for a few seconds. There is no CPU activitie to speak 
 of. I see no error messages. You have any idea what it could be? (Mandrake 
 9.2, KDE 3.2 (CVS))
 
 From: Rob Shortt [EMAIL PROTECTED]
 Reply-To: [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Subject: Re: [Freevo-users] WinTVpvr 250 + local_conf.py (newbie)
 Date: Mon, 19 Jan 2004 10:01:43 -0400
 
 free vo wrote:
 You're right!! Thanks.
 
 :)
 
 But now I have a different problem. The mplayer screen starts but only 
 gives snow so that means I have to fill in the frequencies. I have this 
 list..
 
 1 Ned 1
 
  11-
 
  216,00
  2 Ned 2
 
  6+
 
  184,00
  3 Ned 3
 
  7+
 
  192,00
  4 RTL 4
 
  12-
 
  224,00
 
 etc etc... But filling in these frequencies still gives me snow. Yesterday 
 when I  used 'test_ioctl -r tuner=0,freq=2944' and mplayer /dev/video0 I 
 got Nederland 2, but this list says it should be 184.00. I have tried both 
 and they both give only 'snow'.
 
 Ok, I am pretty sure I know what's going on here.  You have to find the 
 right units for your frequency for our table. Mplayer expects it one way 
 and I think test_ioctl expects another.  Mplayer is being more user 
 friendly but behaves a bit nonstandard in the units it accepts the freq in 
 - most actual frequency tables don't store it in KHz.  I think test_ioctl 
 just take the input and passes it to the driver without massaging it 
 (usually the app does this).  So, you need to find the middle ground.
 
 If that explanation is confisung its because I forget the units and 
 calculations used right now... and I am just finishing my first coffee. :)
 
 When using the frequency table and ivtv Freevo takes the value from the 
 table and * 16 / 1000. So:
 
 freevo_freq * 16 / 1000 = tuner_freq
 freevo_freq * 16 / 1000 = 2944
 freevo_freq = 2944 * 1000 / 16
 freevo_freq = 184000
 
 Give 184000 a try in your frequency table in Freevo.
 
 HTH,
 -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
 
 _
 MSN Search, for accurate results! http://search.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
-- 
Mike Ruelle
[EMAIL PROTECTED]
http://world.std.com/~mruelle/



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


[Freevo-users] WinTVpvr 250 + local_conf.py (newbie)

2004-01-18 Thread free vo
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

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 163, in Play
self.videodev.setchannel(self.TunerGetChannel())
File /usr/lib/python2.3/site-packages/freevo/tv/v4l2.py, line 194, in 
setchannel
freq = self.chanlist[str(channel)]
KeyError: '6'
Unhandled exception in thread started by
Error in sys.excepthook:

Original exception was:

I think this has to do with the FREQUENCY TABLE from the local_conf.py but I 
don't know how to make it work. I someone can give me some help here I would 
appreciate it. Thanks

(using the tv.ivtv_basic_tv plugin)

_
MSN Search, for accurate results! http://search.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


Re: [Freevo-users] WinTVpvr 250 + local_conf.py (newbie)

2004-01-18 Thread Rob Shortt
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


Re: [Freevo-users] WinTVpvr 250 + local_conf.py (newbie)

2004-01-18 Thread free vo
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=tvchannel=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: 0x7f 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: 400
CODEC::bitrate_peak: 400
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


Re: [Freevo-users] WinTVpvr 250 + local_conf.py (newbie)

2004-01-18 Thread Rob Shortt
free vo wrote:
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,
}
snip

The complete message I'm getting is
   mpl = '--prio=%s %s -vo %s%s -fs %s -slave %s' % args
TypeError: not enough arguments for format string
Ok, that's a completely different (or new) error.

Hope this helps some more. Thanks
Yep, try this...  in your local_conf.py make sure your MPLAYER_ARGS has 
a key called 'ivtv', it should look something like:

MPLAYER_ARGS = { 'dvd': '-cache 8192',
 'vcd': '-cache 4096',
 'cd' : '-cache 500 -cdda speed=1',
 'tv' : '-cache 8192',
 'ivtv' : '-cache 8192',
 'avi': '-cache 5000 -idx',
 'rm' : '-cache 5000 -forceidx',
 'default': '-cache 5000'
 }
The problem here is that the plugin expects args to have so many 
entries, the ivtv one is likely missing.

-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


Re: [Freevo-users] WinTVpvr 250 + local_conf.py (newbie)

2004-01-18 Thread free vo
You're right!! Thanks.

But now I have a different problem. The mplayer screen starts but only gives 
snow so that means I have to fill in the frequencies. I have this list..

1 Ned 1

	11-

216,00
2 Ned 2
	6+

184,00
3 Ned 3
	7+

192,00
4 RTL 4
	12-

	224,00

etc etc... But filling in these frequencies still gives me snow. Yesterday 
when I  used 'test_ioctl -r tuner=0,freq=2944' and mplayer /dev/video0 I got 
Nederland 2, but this list says it should be 184.00. I have tried both and 
they both give only 'snow'.

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: 0x7f 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: 2820
Now when I do mplayer /dev/video0 I don't get TV, just snow. Hope you can 
help with this as well.

Thanks again,  Leo




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 15:54:09 -0400
free vo wrote:
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,
}
snip

The complete message I'm getting is
   mpl = '--prio=%s %s -vo %s%s -fs %s -slave %s' % args
TypeError: not enough arguments for format string
Ok, that's a completely different (or new) error.

Hope this helps some more. Thanks
Yep, try this...  in your local_conf.py make sure your MPLAYER_ARGS has a 
key called 'ivtv', it should look something like:

MPLAYER_ARGS = { 'dvd': '-cache 8192',
 'vcd': '-cache 4096',
 'cd' : '-cache 500 -cdda speed=1',
 'tv' : '-cache 8192',
 'ivtv' : '-cache 8192',
 'avi': '-cache 5000 -idx',
 'rm' : '-cache 5000 -forceidx',
 'default': '-cache 5000'
 }
The problem here is that the plugin expects args to have so many entries, 
the ivtv one is likely missing.

-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