Re: [Freevo-devel] Re: [Freevo-cvslog] freevo freevo_config.py,1.404,1.405

2005-09-13 Thread Rob Shortt
Hans Meine wrote: On Tuesday 13 September 2005 10:38, Dirk Meyer wrote: Won't work. The priority is important for the calculation which card too choose. The best card you can have is DVB-C, that's why it has a priority of 10. A priority of 0 is a very very bad card (not much better than droppin

Re: [Freevo-devel] Small bug in v4l2.py

2005-09-13 Thread Rob Shortt
Duncan Webb wrote: You may find that these patches will help with the ivtv driver: ivtv-0.3.7k-r1.patch fixes a bug with the querymenu ioctl command (not relevant for setfmt) ivtv-0.3.7k-debug.patch adds printk messages showing how the ioctl is being called. ivtv_debug=16 (bitmapped so ivtv_de

Re: [Freevo-devel] Re: [Freevo-cvslog] freevo freevo_config.py,1.403,1.404

2005-09-13 Thread Rob Shortt
Dirk Meyer wrote: Keep it as it is for now. The recorder needs not much from Freevo. Only card detection and a channel name -> id mapping. The first one is only needed for this module, so we can move all tv stuff to a config file for a recorder. Ok, it will be easy to change when we need to.

[Freevo-devel] Re: [Freevo-cvslog] freevo freevo_config.py,1.403,1.404

2005-09-13 Thread Dirk Meyer
Rob Shortt wrote: > Dirk Meyer wrote: >> And I hope to create a simpler config file for >> recordings in ini format later, similar to >> [general] >> general_variables_for_recorder = 1 >> [dvb0] >> channels_conf = /home/dmeyer/channels.conf >> [dvb1] >> priority = 10 >> [ivtv0] >> codec_bitrate = 5

[Freevo-devel] Re: [Freevo-cvslog] freevo freevo_config.py,1.403,1.404

2005-09-13 Thread Rob Shortt
Dirk Meyer wrote: And I hope to create a simpler config file for recordings in ini format later, similar to [general] general_variables_for_recorder = 1 [dvb0] channels_conf = /home/dmeyer/channels.conf [dvb1] priority = 10 [ivtv0] codec_bitrate = 500 codec_bitrate_peak = 600 I'm no

[Freevo-devel] Re: [Freevo-cvslog] freevo freevo_config.py,1.403,1.404

2005-09-13 Thread Dirk Meyer
Rob Shortt wrote: >> [ivtv0] >> codec_bitrate = 500 >> codec_bitrate_peak = 600 > > In that case it would make more sense to have a seperate variable for > each key, and will be way easier to port the config properties to this > new format. Originally I prefered grouping them together as t

[Freevo-devel] Re: [Freevo-cvslog] freevo freevo_config.py,1.403,1.404

2005-09-13 Thread Rob Shortt
Dirk Meyer wrote: Rob Shortt wrote: + # Example: + # + # IVTV0_CODEC['bitrate'] = 500 + # IVTV0_CODEC['bitrate_peak'] = 600 + # Why not IVTV0_CODEC_BITRATE? This would avoid defining all the default dicts in config. And I hope to create a simpler config file for recordings in ini for

[Freevo-devel] Re: [Freevo-cvslog] freevo freevo_config.py,1.404,1.405

2005-09-13 Thread Rob Shortt
Dirk Meyer wrote: Rob Shortt wrote: --- 1236,1243 # DVB[0-9]_CHANNELS_CONF: path the the channels.conf file. If not specified, # Freevo will search in the .freevo, .mplayer and .xine dir of the user ! # DVB[0-9]_PRIORITY: priority of the card. The default is 8 for DVB-T, 9 for DVB-C !

Re: [Freevo-devel] Re: [Freevo-cvslog] freevo freevo_config.py,1.403,1.404

2005-09-13 Thread Hans Meine
On Tuesday 13 September 2005 10:41, Dirk Meyer wrote: > Rob Shortt wrote: > > + # Example: > > + # > > + # IVTV0_CODEC['bitrate'] = 500 > > + # IVTV0_CODEC['bitrate_peak'] = 600 > > + # > > Why not IVTV0_CODEC_BITRATE? This would avoid defining all the default > dicts in config. What's wron

Re: [Freevo-devel] Re: [Freevo-cvslog] freevo freevo_config.py,1.404,1.405

2005-09-13 Thread Hans Meine
On Tuesday 13 September 2005 10:38, Dirk Meyer wrote: > Won't work. The priority is important for the calculation which card > too choose. The best card you can have is DVB-C, that's why it has a > priority of 10. A priority of 0 is a very very bad card (not much > better than dropping the recordin

[Freevo-devel] Re: [Freevo-cvslog] freevo freevo_config.py,1.403,1.404

2005-09-13 Thread Dirk Meyer
Rob Shortt wrote: > + # Example: > + # > + # IVTV0_CODEC['bitrate'] = 500 > + # IVTV0_CODEC['bitrate_peak'] = 600 > + # Why not IVTV0_CODEC_BITRATE? This would avoid defining all the default dicts in config. And I hope to create a simpler config file for recordings in ini format later, sim

[Freevo-devel] Re: [Freevo-cvslog] freevo freevo_config.py,1.404,1.405

2005-09-13 Thread Dirk Meyer
Rob Shortt wrote: > --- 1236,1243 > # DVB[0-9]_CHANNELS_CONF: path the the channels.conf file. If not specified, > # Freevo will search in the .freevo, .mplayer and .xine dir of the user > ! # DVB[0-9]_PRIORITY: priority of the card. The default is 8 for DVB-T, 9 > for DVB-C > ! # and