Mischael Schill wrote:

Hello
I've got the following problem: I can watch tv without problems but when it comes to recording, the recordserver gives me this error:
# cat /tmp/freevo/recordserver-1000.log
2005/09/23 01:00 CEST [*RecordServer*] FEHLER: Kann Kanal "E8de" nicht in der Liste finden 2005/09/23 01:00 CEST [*RecordServer*] popen /home/mschill/.freevo/recordtv.sh None 8689 "/usr/local/share/incoming/tv/Salomon_und_die_K_nigin_von_Saba_-_-_09-23_01:05.avi"
2005/09/23 03:42 CEST [*RecordServer*] killing pid 8399 with sig 15
2005/09/23 03:42 CEST [*RecordServer*] recorderver: After wait()
2005/09/23 03:42 CEST [*RecordServer*] waiting on pid 8399
2005/09/23 03:42 CEST [*RecordServer*] no imagefile found
2005/09/23 10:05 CEST [*RecordServer*] Received SIGTERM, shutting down.
2005/09/23 10:05 CEST [twisted.web.server.Site] (Port 18002 Closed)
2005/09/23 10:05 CEST [twisted.web.server.Site] Stopping factory <twisted.web.server.Site instance at 0x2aaab246a518>
2005/09/23 10:05 CEST [*RecordServer*] Main loop terminated.

I don't use channels, I use the following frequency table (because I have cable tv in Switzerland):

FREQUENCY_TABLE = {
    'sf1' : 189250,
    'sf2' : 273250,
    'telezueri' : 210250,
    'startv' : 216250,
    'viva' : 126250,
    'ard' : 196250,
    'zdf' : 203250,
    'orf1' : 175250,
    'orf2' : 182250,
    'pro7' : 266250,
    'sat1' : 252250,
    'rtl' : 287250,
    'rtl2' : 238250,
    'superrtl' : 423250,
    'u1' : 399250,
    'vox' : 335250,
    'kabel1' : 731250,
    '3sat' : 133250,
    'teletop' : 224250,
    'eurosport' : 231250,
    'dsf' : 154250,
    'kika' : 375250,
    'arte' : 375250,
    'mtv' : 599250,
    'n-tv' : 367250,
    'hse24' : 495250,
    'br' : 140250,
    'bw' : 259250,
    'wdr' : 359250,
    'tsr1' : 559250,
    'tsr2' : 503250,
    'tf1' : 280250,
    'france2' : 168250,
    'tv5europe' : 327250,
    'tsi1' : 567250,
    'raiuno' : 161250,
    'canale5' : 351250,
    'cnbc' : 319250,
    'nbc' : 319250,
    'cnn' : 294250,
    'bbcprime' : 391250,
    'tve' : 147250,
    'tsi2' : 119250,
    'sfi' : 471250,
    'cablecom' : 551250
}

And this channel definition:

TV_CHANNELS = [ ( 'C1.sfdrs.ch' , 'SF1' , 'sf1' ), ( 'C2.sfdrs.ch' , 'SF2' , 'sf2' ), ( 'C1.orf.at' , 'ORF1' , 'orf1' ), ( 'C2.orf.at' , 'ORF2' , 'orf2' ), ( 'ard.de' , 'ARD' , 'ard' ), ( 'zdf.de' , 'ZDF' , 'zdf' ), ( 'rtl.de' , 'RTL' , 'rtl' ), ( 'rtl2.de' , 'RTL 2' , 'rtl2' ), ( 'sat1.de' , 'SAT.1' , 'sat1' ), ( 'vox.de' , 'VOX' , 'vox' ), ( 'prosieben.de' , 'PRO 7' , 'pro7' ), ( 'kabel1.de' , 'KABEL 1' , 'kabel1' ), ( 'C3sat.de' , '3SAT' , '3sat' ), ( 'arte.de' , 'ARTE' , 'arte' ), ( 'eurosport.de' , 'Eurosport' , 'eurosport' ), ( 'wdr.de' , 'WDR' , 'wdr' ), ( 'C3br-online.de' , 'BAYERN 3' , 'br' ), ( 'superrtl.de' , 'Super RTL' , 'superrtl' ), ( 'nbc.com' , 'NBC' , 'nbc' ), ( 'viva.tv' , 'VIVA' , 'viva' ), ( 'mtv.de' , 'MTV' , 'mtv' ), ( 'bbc.co.uk' , 'BBC Prime' , 'bbcprime' ), ( 'cablecom.ch' , 'Cablecom' , 'cablecom' ), ( '' , 'SFi' , 'sfi' ), ( 'cnn.com' , 'CNN' , 'cnn' ), ( 'n-tv.de' , 'n-tv' , 'n-tv' ), ( 'startv.ch' , 'StarTV' , 'startv' ), ( 't24.fernsehen.ch' , 'tele züri' , 'telezueri' ), ( 'tto.fernsehen.ch' , 'Tele Top' , 'teletop' ),
               (  'kinderkanal.de'     ,   'KiKa'              , 'kika'     )

I don't know where the channel "E8de" comes from because I haven't this in my frequency table.

Can anybody helb me?

thx,
Mischael Schill

(freevo 1.5.3 on gentoo linux)
--
In a world without walls, who needs Windows?

Mischael Schill
Anton-Graffstrasse 19
8400 Winterthur
Strange, I don't know about that E8de channel? Last time I used a frequency table I needed to patch generic_record.py to return the frequency in Mhz not Khz. I don't have that patch to hand but someone posted a similar solution to the Wiki http://freevo.sourceforge.net/cgi-bin/doc/Analoguefreq? Please reply if this patch still applies as it should be added to the upcoming 1.5.5 release.

John


-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server.
Download it for free - -and be entered to win a 42" plasma tv or your very
own Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
Freevo-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to