Re: [Freevo-devel] Multi-tuner support implementation

2006-11-02 Thread Justin Wetherell
Were you referring to these bugs? [ freevo-Bugs-1588309 ] [ freevo-Bugs-1588310 ] If so, you can close them. It was an error in my TV_CHANNELS, I sent a follow up e-mail about them; maybe you didn't see it. On 11/2/06, Duncan Webb <[EMAIL PROTECTED]> wrote: Justin Wetherell wrote:> Well, the erro

Re: [Freevo-devel] Multi-tuner support implementation

2006-11-02 Thread Duncan Webb
Justin Wetherell wrote: > Well, the error is gone with the latest svn (8530) but you just caught > the exception, right? > > I see this: setvbiembed: failed but it works properly. This is because you ivtv version doesn't seem to support vbi-embedding. I don't think that it is related to your cha

Re: [Freevo-devel] Multi-tuner support implementation

2006-11-02 Thread Justin Wetherell
Well, the error is gone with the latest svn (8530)  but you just caught the exception, right? I see this: setvbiembed: failed but it works properly.On 11/2/06, Duncan Webb <[EMAIL PROTECTED]> wrote: Duncan Webb wrote:> Justin Wetherell wrote:>> The rule is one VideoGroup per tuner. >> The PVR-150

Re: [Freevo-devel] Multi-tuner support implementation

2006-11-02 Thread Duncan Webb
Duncan Webb wrote: > Justin Wetherell wrote: > > The rule is one VideoGroup per tuner. > > The PVR-150 has one tuner. So > VIDEO_GROUPS = [ > VideoGroup(vdev='/dev/video0', >adev=None, >input_type='tuner', >input_num=0, >tuner_no

Re: [Freevo-devel] Multi-tuner support implementation

2006-11-02 Thread Duncan Webb
Justin Wetherell wrote: The rule is one VideoGroup per tuner. The PVR-150 has one tuner. So VIDEO_GROUPS = [ VideoGroup(vdev='/dev/video0', adev=None, input_type='tuner', input_num=0, tuner_norm='NTSC', tuner_chanlist=

Re: [Freevo-devel] Multi-tuner support implementation

2006-11-01 Thread Justin Wetherell
I'm determined to record from composite! So I am back again I have got Freevo to record from composite but it's just the video aspect not the sound. I specified /dev/dsp/ as the adev (since im piping the sound into my audio cards line-in) but it seems to ignore that option. Is this true? I did a gr

Re: [Freevo-devel] Multi-tuner support implementation

2006-10-19 Thread Duncan Webb
Justin Wetherell wrote: > Well, I recompiled anyways and it still doesn't work. Same Error. Sorry about this, I've reversed the event patch from rel-1-6, it looks like it has something to do with your input.h but as you say it shouldn't fail. Please do an svn update. It looks like you haven't in

Re: [Freevo-devel] Multi-tuner support implementation

2006-10-19 Thread Justin Wetherell
Well, I recompiled anyways and it still doesn't work. Same Error.lsmod | grep evdev evdev   7680  0ls -l /dev/input/event0crw---  1 root root 13, 64 2006-10-11 00:11 /dev/input/event0 Is there something else I might be missing?

Re: [Freevo-devel] Multi-tuner support implementation

2006-10-19 Thread Justin Wetherell
Hmm.. I don't have the module, I am running kernel 2.6.10; maybe Freevo shouldn't require evdev to be installed? Anyway around this without recompiling my kernel? On 10/19/06, Duncan Webb <[EMAIL PROTECTED]> wrote: > Justin Wetherell wrote: > I don't have any "EVENT_DEVS" defined in my local_conf.

Re: [Freevo-devel] Multi-tuner support implementation

2006-10-19 Thread Duncan Webb
Justin Wetherell wrote: > No, I have one tuner. Then multi-tuner support won't work. > The tuner has one analog cable input, and one composite input. I want > to be able to record from either depending on the channel. I have two > entries for each record_group, one to watch and one to record. Bu

Re: [Freevo-devel] Multi-tuner support implementation

2006-10-19 Thread Justin Wetherell
No, I have one tuner. The tuner has one analog cable input, and one composite input. I want to be able to record from either depending on the channel. I have two entries for each record_group, one to watch and one to record. I don't have any "EVENT_DEVS" defined in my local_conf.py is that the pr

Re: [Freevo-devel] Multi-tuner support implementation

2006-10-19 Thread Duncan Webb
Justin Wetherell wrote: > Is there issues right now with rel-1.6? I'm getting this when use todays SVN: > --- > Freevo (1.6.0) start at Thu Oct 19 14:34:38 2006 >

Re: [Freevo-devel] Multi-tuner support implementation

2006-10-19 Thread Justin Wetherell
Is there issues right now with rel-1.6? I'm getting this when use todays SVN: --- Freevo (1.6.0) start at Thu Oct 19 14:34:38 2006 --- Traceback (m

Re: [Freevo-devel] Multi-tuner support implementation

2006-10-19 Thread Duncan Webb
Justin Wetherell wrote: > I ideally would like to record my Digi Cable from the Composite input, > so i'll need some sort of way to connect the compsite input and the TV > Guide to schedule recordings, right? What type of TV cards are you using PVR-350 + PVR-250? AFAIK You just plug the composite

Re: [Freevo-devel] Multi-tuner support implementation

2006-10-19 Thread Duncan Webb
Justin Wetherell wrote: > Is there an explanation about the new TV_CHANNELS format? > >>From your example: > ('C1.sfdrs.ch', u'SF 1', 'K05', '', '0', '777'), > > from legacy: > 'xmltv channel id', 'freevo display name', 'tv channel name' > > what about the last three fields? 'active times',

Re: [Freevo-devel] Multi-tuner support implementation

2006-10-19 Thread Justin Wetherell
Is there an explanation about the new TV_CHANNELS format? >From your example: ('C1.sfdrs.ch', u'SF 1', 'K05', '', '0', '777'), from legacy: 'xmltv channel id', 'freevo display name', 'tv channel name' what about the last three fields? record_group? and ? and ? --

Re: [Freevo-devel] Multi-tuner support implementation

2006-10-19 Thread Justin Wetherell
I ideally would like to record my Digi Cable from the Composite input, so i'll need some sort of way to connect the compsite input and the TV Guide to schedule recordings, right? On 10/19/06, Duncan Webb <[EMAIL PROTECTED]> wrote: > Justin Wetherell wrote: > > Anyone know how to configure VIDEO_GR

Re: [Freevo-devel] Multi-tuner support implementation

2006-10-19 Thread Duncan Webb
Justin Wetherell wrote: > Anyone know how to configure VIDEO_GROUPS and TV_CHANNELS, so I can > schedule a recording on the composite input? VIDEO_GROUPS = [ VideoGroup(vdev='/dev/video0', adev=None, input_type='tuner', input_num=0, t

Re: [Freevo-devel] Multi-tuner support implementation

2006-10-19 Thread Justin Wetherell
Anyone know how to configure VIDEO_GROUPS and TV_CHANNELS, so I can schedule a recording on the composite input? On 10/11/06, Duncan Webb <[EMAIL PROTECTED]> wrote: > Justin Wetherell wrote: > > This is my current implementation: > > VIDEO_GROUPS = [ > > VideoGroup(vdev='/dev/video0', > >

Re: [Freevo-devel] Multi-tuner support implementation

2006-10-11 Thread Duncan Webb
Justin Wetherell wrote: > 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', >

Re: [Freevo-devel] Multi-tuner support implementation

2006-10-11 Thread Justin Wetherell
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',    gro

Re: [Freevo-devel] Multi-tuner support implementation

2006-10-11 Thread John Molohan
Duncan Webb wrote: > Justin Wetherell wrote: > >> Actually, it does quite the opposite of what I was thinking. It doesn't >> matter what "player" is set to, it seems to record from that device. If >> "player=True" then it doesn't let you play television with it, it's only >> used for recording.

Re: [Freevo-devel] Multi-tuner support implementation

2006-10-11 Thread Duncan Webb
Justin Wetherell wrote: > Actually, it does quite the opposite of what I was thinking. It doesn't > matter what "player" is set to, it seems to record from that device. If > "player=True" then it doesn't let you play television with it, it's only > used for recording. This seems like the exact oppo

Re: [Freevo-devel] Multi-tuner support implementation

2006-10-11 Thread Duncan Webb
Justin Wetherell wrote: > I didnt really understand the new VIDEO_GROUP syntax but here it goes, > just trying to clear some things up. > > Here is what my group looks like now: > VIDEO_GROUPS = [ > VideoGroup(vdev='/dev/video0', >adev=None, >input_type='tuner',

Re: [Freevo-devel] Multi-tuner support implementation

2006-10-10 Thread Justin Wetherell
Actually, it does quite the opposite of what I was thinking. It doesn't matter what "player" is set to, it seems to record from that device. If "player=True" then it doesn't let you play television with it, it's only used for recording. This seems like the exact opposite of what I was thinking, may

Re: [Freevo-devel] Multi-tuner support implementation

2006-10-10 Thread Justin Wetherell
I didnt really understand the new VIDEO_GROUP syntax but here it goes, just trying to clear some things up.Here is what my group looks like now:VIDEO_GROUPS = [    VideoGroup(vdev='/dev/video0',   adev=None,    input_type='tuner',   input_num=0,   tun

[Freevo-devel] Multi-tuner support implementation

2006-10-09 Thread Duncan Webb
Hi all, The multi-tuner support for freevo-1.6 has been completed (I hope). It is in r8338. The way it works is using the VIDEO_GROUPS to tell freevo which is a play group and which is a record group. The item is called player. In the process I've got rid of recordable, as it was never used, Th