Hi,

I'm now the proud owner of two TV cards: one TDT USB stick (Redbell TDT2Go)
and one dual card (Kworld DVB-T 220 PCI). Both work perfectly and both have
been recognized "automagically" by my 2.6.18 kernel (I'm using Debian Sid).
For now , I insert manually the modules ofr the kworld card, and it works
perfectly with "mplayer dvb://[EMAIL PROTECTED]" and with tvtime).

I've always used the USB stick since I installed freevo, and my
local_conf.py is:

# ======================================================================
# Freevo TV settings:
# ======================================================================

TV_RECORD_DIR = '/datos/video/grabaciones'
TV_SETTINGS  = 'pal television europe-west /dev/video0'
TV_OPTS = ''
TV_RECORD_PADDING_PRE = 300
TV_RECORD_PADDING_POST = 1800

#VCR_CMD = 'mencoder' + ' -oac copy -ovc copy -o %(filename)s -of mpeg
-mpegopts format=dvd "dvb://%(channel)s"'
VCR_CMD = CONF.mplayer + ' -dumpstream -dumpfile %(filename)s
"dvb://%(channel)s"'
TV_RECORDFILE_SUFFIX = '.mpg'

VIDEO_GROUPS[0].group_type = 'dvb'

TV_CHANNELS = [                               # DVB-T channels
   ( '01.elpais.es', 'TVE 1', 'TVE 1' ),
   ( '02.elpais.es', 'TVE 2', 'TVE 2' ),
   ( '03.elpais.es', 'Antena 3', 'ANTENA 3' ),
   ( '22.elpais.es', 'Cuatro', 'CUATRO' ),
   ( '04.elpais.es', 'Tele 5', 'Telecinco' ),
   ( '24.elpais.es', 'La Sexta', 'LA SEXTA 1' ),
   ( '09.elpais.es', 'Canal Sur', 'Canal Sur TV' ),
   ( '13.elpais.es', 'Canal Sur 2', 'Canal 2 Andalucia' ),
...and many more...
]


I would like to use one DVB adapter for watching and the other for
recording, and be able to watch and record the analog channels as well. But,
I'm a bit offuscated with video_group settings. My questions are:

1.- How can I distingiuish one DVB adpater from the other? Wich is the
"group_type" of the analog part of the Kworld card?  Will this setting work?
          VIDEO_GROUPS[0].group_type = 'dvb'     # First DVB adaptor
          VIDEO_GROUPS[0]record_group = 1
          VIDEO_GROUPS[1].group_type = 'dvb'      # Second DVB adaptor
          VIDEO_GROUPS[1]record_group = None
          VIDEO_GROUPS[2].group_type = '?????'  # Analog adaptor
          VIDEO_GROUPS[2].vdev = '/dev/video0'
          VIDEO_GROUPS[2].record_group = None

2.- Can I watch analog TV with tvtime and use at the xine plugin for
watching DVB?
3.- How should I put the different record commands (one for the analog TV
and the one for DVB)? Is there a VIDEO_GROUPS[0].VCR_CMD or something
similar?

Thanks

BTW: This is what dmesg says about the cards:

dvb-usb: found a 'WideView WT-220U PenType Receiver (Typhoon/Freecom)' in
warm state.
dvb-usb: will use the device's hardware PID filter (table count: 15).
DVB: registering new adapter (WideView WT-220U PenType Receiver
(Typhoon/Freecom)).
DVB: registering frontend 0 (WideView USB DVB-T)...
input: IR-receiver inside an USB DVB receiver as /class/input/input3
dvb-usb: schedule remote query interval to 300 msecs.
dvb-usb: WideView WT-220U PenType Receiver (Typhoon/Freecom) successfully
initialized and connected.
usbcore: registered new driver dvb_usb_dtt200u
Linux video capture interface: v2.00

saa7130/34: v4l2 driver version 0.2.14 loaded
intel8x0_measure_ac97_clock: measured 59509 usecs
intel8x0: clocking to 48000
ACPI: PCI Interrupt 0000:03:07.0[A] -> GSI 21 (level, low) -> IRQ 217
saa7133[0]: found at 0000:03:07.0, rev: 209, irq: 217, latency: 64, mmio:
0xe0101000
saa7133[0]: subsystem: 17de:7201, board: Tevion/KWorld DVB-T 220RF
[card=88,autodetected]
saa7133[0]: board init: gpio is 100
saa7133[0]: i2c eeprom 00: de 17 01 72 ff ff ff ff ff ff ff ff ff ff ff ff
saa7133[0]: i2c eeprom 10: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
saa7133[0]: i2c eeprom 20: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
saa7133[0]: i2c eeprom 30: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
saa7133[0]: i2c eeprom 40: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
saa7133[0]: i2c eeprom 50: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
saa7133[0]: i2c eeprom 60: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
saa7133[0]: i2c eeprom 70: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
tuner 1-004b: chip found @ 0x96 (saa7133[0])
tuner 1-004b: setting tuner address to 61
tuner 1-004b: type set to tda8290+75a
saa7133[0]: registered device video0 [v4l2]
saa7133[0]: registered device vbi0
saa7133[0]: registered device radio0

DVB: registering new adapter (saa7133[0]).
DVB: registering frontend 1 (Philips TDA10046H DVB-T)...
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to