This is my current implementation:
VIDEO_GROUPS = [
    VideoGroup(vdev='/dev/video0',
               adev=None,
               input_type='tuner',
               input_num=0,
               tuner_norm='NTSC',
               tuner_chanlist='us-cable',
               desc='Cable',
               group_type='ivtv',
               player=None),
    VideoGroup(vdev='/dev/video0',
               adev=None,
               input_type='tuner',
               input_num=0,
               tuner_norm='NTSC',
               tuner_chanlist='us-cable',
               desc='Cable',
               group_type='ivtv',
               player=True)
]

If I understand you correctly, player is a counter not a boolean?

On 10/11/06, John Molohan <[EMAIL PROTECTED]> wrote:
Duncan,

Can you post an example of VIDEO_GROUPS for current svn?

Thanks,

John

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Freevo-devel mailing list
Freevo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to