Mailing List Archive

invalid cardid -1
Hi,

when trying to record mythbackend ends with an error:

bash-2.05b$ mythbackend -v
Session management error: Could not open network socket
Starting up as the master server.
Probed: /dev/video0 - Composite 0
Probed: /dev/video0 - Composite 1
Probed: /dev/video0 - Composite 2
Probed: /dev/video0 - Composite 3
Probed: /dev/video0 - Tuner 0
Probed: /dev/video0 - Composite 4
Probed: /dev/video0 - S-Video 0
Probed: /dev/video0 - S-Video 1
Probed: /dev/video0 - S-Video 2
Probed: /dev/video0 - S-Video 3
2003-06-06 23:53:33 Verbose mode activated.
2003-06-06 23:53:33 Found changes in the todo list.
invalid cardid -1

What does that mean?

Ralf
Re: invalid cardid -1 [ In reply to ]
On Friday 06 June 2003 06:00 pm, Ralf Haller wrote:
> Hi,
>
> when trying to record mythbackend ends with an error:
>
> bash-2.05b$ mythbackend -v
> Session management error: Could not open network socket
> Starting up as the master server.
> Probed: /dev/video0 - Composite 0
> Probed: /dev/video0 - Composite 1
> Probed: /dev/video0 - Composite 2
> Probed: /dev/video0 - Composite 3
> Probed: /dev/video0 - Tuner 0
> Probed: /dev/video0 - Composite 4
> Probed: /dev/video0 - S-Video 0
> Probed: /dev/video0 - S-Video 1
> Probed: /dev/video0 - S-Video 2
> Probed: /dev/video0 - S-Video 3
> 2003-06-06 23:53:33 Verbose mode activated.
> 2003-06-06 23:53:33 Found changes in the todo list.
> invalid cardid -1
>
> What does that mean?

Means something in the database is wonky. Could you show me the contents of
your capturecard, cardinput, channel, videosource tables, and a couple
entries from your program table?

Isaac
Re: invalid cardid -1 [ In reply to ]
Isaac Richards wrote:

>On Friday 06 June 2003 06:00 pm, Ralf Haller wrote:
>
>
>>Hi,
>>
>>when trying to record mythbackend ends with an error:
>>
>>bash-2.05b$ mythbackend -v
>>Session management error: Could not open network socket
>>Starting up as the master server.
>>Probed: /dev/video0 - Composite 0
>>Probed: /dev/video0 - Composite 1
>>Probed: /dev/video0 - Composite 2
>>Probed: /dev/video0 - Composite 3
>>Probed: /dev/video0 - Tuner 0
>>Probed: /dev/video0 - Composite 4
>>Probed: /dev/video0 - S-Video 0
>>Probed: /dev/video0 - S-Video 1
>>Probed: /dev/video0 - S-Video 2
>>Probed: /dev/video0 - S-Video 3
>>2003-06-06 23:53:33 Verbose mode activated.
>>2003-06-06 23:53:33 Found changes in the todo list.
>>invalid cardid -1
>>
>>What does that mean?
>>
>>
>
>Means something in the database is wonky. Could you show me the contents of
>your capturecard, cardinput, channel, videosource tables, and a couple
>entries from your program table?
>
>Isaac
>_______________________________________________
>mythtv-users mailing list
>mythtv-users@snowman.net
>http://lists.snowman.net/cgi-bin/mailman/listinfo/mythtv-users
>
>
>
Hi Isaac,

I only used setup and mythfilldatabase to fill the database. I read the
chanel from .xawtv and the programs from a custom xmltv file.

The system worked perfectly until two days ago, however adding an extra
computer for playing messed up my system. I am using a PVR 350 card, BTW.

Anyway, here is the content of the tables you wanted:

mysql> select * from capturecard;
+--------+-------------+-------------+-----------+----------+--------------+----------------+----------+--------+----------+
| cardid | videodevice | audiodevice | vbidevice | cardtype |
defaultinput | audioratelimit | hostname | use_ts | dvb_type |
+--------+-------------+-------------+-----------+----------+--------------+----------------+----------+--------+----------+
| 1 | /dev/video0 | /dev/dsp | /dev/vbi | V4L | Tuner
0 | 0 | Baden | NULL | NULL |
+--------+-------------+-------------+-----------+----------+--------------+----------------+----------+--------+----------+
1 row in set (0.01 sec)

mysql> select * from cardinput;
+-------------+--------+----------+-----------+-----------------+------------+-----------+----------+-----------+
| cardinputid | cardid | sourceid | inputname | externalcommand |
preference | shareable | tunechan | startchan |
+-------------+--------+----------+-----------+-----------------+------------+-----------+----------+-----------+
| 1 | 1 | 1 | Tuner 0 | |
NULL | N | | 3 |
+-------------+--------+----------+-----------+-----------------+------------+-----------+----------+-----------+
1 row in set (0.01 sec)

mysql> select * from channel;
+--------+---------+----------+----------------+-------------------+---------------------------------------------+----------+--------------+----------------+----------+------------+--------+
| chanid | channum | sourceid | callsign | name |
icon | finetune | videofilters |
xmltvid | contrast | brightness | colour |
+--------+---------+----------+----------------+-------------------+---------------------------------------------+----------+--------------+----------------+----------+------------+--------+
| 35 | E2 | 0 | ard.de | ard.de |
/home/myth/.mythtv/channels/s32_ard.gif | 0 | NULL |
ard.de | 32768 | 32768 | 32768 |
| 1 | E3 | 0 | swr.de | swr.de |
/home/myth/.mythtv/channels/s32_sw.gif | 0 | NULL |
swr.de | 32768 | 32768 | 32768 |
| 2 | E4 | 0 | zdf.de | zdf.de |
/home/myth/.mythtv/channels/s32_zdf.gif | 0 | NULL |
zdf.de | 32768 | 32768 | 32768 |
| 3 | E5 | 0 | n-tv.de | n-tv.de |
/home/myth/.mythtv/channels/s32_NTV.gif | 0 | NULL |
n-tv.de | 32768 | 32768 | 32768 |
| 4 | E6 | 0 | fr2.fr | fr2.fr
| | 0 | NULL
| fr2.fr | 32768 | 32768 | 32768 |
| 5 | E7 | 0 | fr3.fr | fr3.fr
| | 0 | NULL
| fr3.fr | 32768 | 32768 | 32768 |
| 6 | E8 | 0 | hr-online.de | hr-online.de |
/home/myth/.mythtv/channels/s32_h3.gif | 0 | NULL |
hr-online.de | 32768 | 32768 | 32768 |
| 7 | E9 | 0 | sat1.de | sat1.de |
/home/myth/.mythtv/channels/s32_sat1.gif | 0 | NULL |
sat1.de | 32768 | 32768 | 32768 |
| 8 | E10 | 0 | rtl.de | rtl.de |
/home/myth/.mythtv/channels/s32_rtl.gif | 0 | NULL |
rtl.de | 32768 | 32768 | 32768 |
| 9 | E11 | 0 | mtv.de | mtv.de |
/home/myth/.mythtv/channels/s32_mtv.gif | 0 | NULL |
mtv.de | 32768 | 32768 | 32768 |
| 10 | E12 | 0 | prosieben.de | prosieben.de |
/home/myth/.mythtv/channels/s32_pro7.gif | 0 | NULL |
prosieben.de | 32768 | 32768 | 32768 |
| 11 | SE4 | 0 | superrtl.de | superrtl.de |
/home/myth/.mythtv/channels/s32_srtl.gif | 0 | NULL |
superrtl.de | 32768 | 32768 | 32768 |
| 12 | SE6 | 0 | arte-tv.com | arte-tv.com |
/home/myth/.mythtv/channels/s32_arte.gif | 0 | NULL |
arte-tv.com | 32768 | 32768 | 32768 |
| 13 | SE7 | 0 | vox.de | vox.de |
/home/myth/.mythtv/channels/s32_vox.gif | 0 | NULL |
vox.de | 32768 | 32768 | 32768 |
| 14 | SE8 | 0 | rtl2.de | rtl2.de |
/home/myth/.mythtv/channels/s32_rtl2.gif | 0 | NULL |
rtl2.de | 32768 | 32768 | 32768 |
| 15 | SE9 | 0 | trt.tr | trt.tr
| | 0 | NULL
| trt.tr | 32768 | 32768 | 32768 |
| 16 | SE10 | 0 | kabel1.de | kabel1.de |
/home/myth/.mythtv/channels/s32_kabel.gif | 0 | NULL |
kabel1.de | 32768 | 32768 | 32768 |
| 17 | SE11 | 0 | 3.br-online.de | 3.br-online.de |
/home/myth/.mythtv/channels/s32_b3.gif | 0 | NULL |
3.br-online.de | 32768 | 32768 | 32768 |
| 18 | SE12 | 0 | wdr.de | wdr.de |
/home/myth/.mythtv/channels/s32_wdr.gif | 0 | NULL |
wdr.de | 32768 | 32768 | 32768 |
| 19 | SE13 | 0 | dsf.com | dsf.com |
/home/myth/.mythtv/channels/s32_dsf.gif | 0 | NULL |
dsf.com | 32768 | 32768 | 32768 |
| 20 | SE14 | 0 | btv4.de | btv4.de
| | 0 | NULL
| btv4.de | 32768 | 32768 | 32768 |
| 21 | SE15 | 0 | eurosport.de | eurosport.de |
/home/myth/.mythtv/channels/s32_euro.gif | 0 | NULL |
eurosport.de | 32768 | 32768 | 32768 |
| 22 | SE16 | 0 | unknown (SE16) | unknown (SE16)
| | 0 | NULL
| unknown (SE16) | 32768 | 32768 | 32768 |
| 23 | SE17 | 0 | 3sat.de | 3sat.de |
/home/myth/.mythtv/channels/s32_3sat.gif | 0 | NULL |
3sat.de | 32768 | 32768 | 32768 |
| 24 | SE18 | 0 | viva.tv | viva.tv |
/home/myth/.mythtv/channels/s32_viva.gif | 0 | NULL |
viva.tv | 32768 | 32768 | 32768 |
| 25 | SE19 | 0 | phoenix.de | phoenix.de |
/home/myth/.mythtv/channels/s32_Phoenix.gif | 0 | NULL |
phoenix.de | 32768 | 32768 | 32768 |
| 26 | S21 | 0 | nbc.com | nbc.com
| | 0 | NULL
| nbc.com | 32768 | 32768 | 32768 |
| 27 | S22 | 0 | viva2.de | viva2.de |
/home/myth/.mythtv/channels/s32_viva2.gif | 0 | NULL |
viva2.de | 32768 | 32768 | 32768 |
| 28 | S23 | 0 | cnn.de | cnn.de
| | 0 | NULL
| cnn.de | 32768 | 32768 | 32768 |
| 29 | S24 | 0 | euronews.de | euronews.de
| | 0 | NULL
| euronews.de | 32768 | 32768 | 32768 |
| 30 | S25 | 0 | ndr.de | ndr.de |
/home/myth/.mythtv/channels/s32_n3.gif | 0 | NULL |
ndr.de | 32768 | 32768 | 32768 |
| 31 | S35 | 0 | qvc.de | qvc.de
| | 0 | NULL
| qvc.de | 32768 | 32768 | 32768 |
| 32 | mdr.d | 0 | | MDR |
/home/myth/.mythtv/channels/s32_mdr.gif | 0 | NULL |
mdr.de | 32768 | 32768 | 32768 |
| 33 | kika. | 0 | | Ki.Ka |
/home/myth/.mythtv/channels/s32_kika.gif | 0 | NULL |
kika.de | 32768 | 32768 | 32768 |
| 34 | neunl | 0 | | TM3 (= neunlive?) |
/home/myth/.mythtv/channels/s32_tm3.gif | 0 | NULL |
neunlive.de | 32768 | 32768 | 32768 |
+--------+---------+----------+----------------+-------------------+---------------------------------------------+----------+--------------+----------------+----------+------------+--------+
35 rows in set (0.04 sec)

mysql> select * from videosource;
+----------+---------+--------------+--------+
| sourceid | name | xmltvgrabber | userid |
+----------+---------+--------------+--------+
| 1 | KabelBW | tv_grab_de | |
+----------+---------+--------------+--------+
1 row in set (0.02 sec)

mysql> select * from program;
+--------+----------------+----------------+------------------------------------------------------------------+------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------------+---------+-------+-----------------+
| chanid | starttime | endtime |
title |
subtitle |
description
| category | airdate | stars |
previouslyshown |
+--------+----------------+----------------+------------------------------------------------------------------+------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------------+---------+-------+-----------------+
| 17 | 20030606011000 | 20030606011500 | Zuschauen - Entspannen -
Nachdenken | Irlands Westen -
Weideland | | Unterhaltendes -
Unterhaltung | 2000 | 0 | 0 |
| 17 | 20030606011500 | 20030606060000 |
Space-Night |
Earth-Views u. a. | |
Reisen - Kulturelles | 2000 | 0
| 0 |
| 17 | 20030606060000 | 20030606084500 |
Panoramabilder |
Nachrichten / Wetter | |
Nachrichten - Nachrichten | 2000 | 0
| 0 |
| 17 | 20030606084500 | 20030606090000 |
Tele-Gym |
Problemzonentraining | |
Gesundheit - Gesundheit | 2000 | 0
| 0 |
| 17 | 20030606090000 | 20030606100000 | Fliege - Die
Talkshow
| | |
Talkshow - Talkshow | 2000 | 0
| 0 |
| 17 | 20030606100000 | 20030606103000 |
Bergauf-Bergab |
Bergsteigersendung
|Inhalt: Kehraus am Mount Everest: Wohlstand im Sherpaland - der
Bergtourismus als Existenzgrundlage * Basislager-Impressionen - Zwischen
Ablenkung und Hochspannung * Everest hoch zwei - Wie Sigi Hupfauer den
Krebs besiegte
| Reisen - Magazin | 2000 | 0
| 0 |
| 17 | 20030606103000 | 20030606111500 | Faszination
Wissen
|
|Inhalt: SARS beherrscht die Berichterstattung * 20 Jahre Aids - eine
Bilanz * 20 Jahre Aids - ein Ausblick * Das Erfinder-Genie * Alles
Schwindel * Das Liebes-Menue
| Forschung - Magazin | 2000 | 0
| 0 |
| 17 | 20030606111500 | 20030606120000 |
quer | ...
durch die Woche mit Christoph Süß |Inhalt:
Müll-Betrug: Riesengewinne durch illegalen Mülltourismus * Quertreiber:
Die SPD und ihre Agenda-Rebellen * Spargel-Betrug: Deutscher Spargel aus
Griechenland? * Arznei-Skandal: Lebensgefährliche Medikamente ohne
Rezept * Gast: Hans Weiss (Medizinsoziologe und Buchautor)
| Soziales - Magazin | 2000 | 0
| 0 |
| 17 | 20030606120000 | 20030606130000 | Die
Abendschau
|
|Inhalt: Landtag: Die Folgen des Hochwassers 2002 * Wie verbunden sind
die Bayern mit ihrer Heimat? * München im Stones-Fieber: das erste
Konzert * Regionalprogramm für Schwaben und Altbayern: Konjunktur in
Schwaben * Karikaturenausstellung von Gerhard Glück
| Soziales - Magazin | 2000 | 0
| 0 |
| 17 | 20030606130000 | 20030606133000 | Einführung in die
Volkswirtschaftslehrê | Grundtatsachen der
Konjunktur |Dachzeile: TELEKOLLEG
| Bildung - Bildungsprogramm | 2000 | 0
| 0 |
| 17 | 20030606133000 | 20030606140000 | Dichtung und
Wirklichkeit | "Erfolg" von Lion
Feuchtwanger |Inhalt: Als Lion
Feuchtwangers Roman ';Erfolg'; 1930 erschien, löste er heftige
Reaktionen aus - positive wie negative -, handelte es sich doch um einen
Schlüsselroman, der zudem eindringlich vor den Nationalsozialisten
warnte.<br><br>In dieser Sendung für den Deutsch- und
Geschichtsunterricht ab der 10. Jahrgangsstufe werden die historischen
Fakten anhand authentischer Materialien herausgearbeitet und mit der
künstlerischen Aufarbeitung im Roman verglichen. Hinzu kommen
Ausschnitte aus der Romanverfilmung von Franz Seitz und Statements des
Historikers Dr. Reinhard Weber vom Staatsarchiv München.<br><br>
| Literatur - Dokumentation | 1995 | 0
| 0 |
| 17 | 20030606140000 | 20030606142500 |
fabrixx |
Machtkämpfe
|Dachzeile: KINDERPROGRAMM
Inhalt: Gleich zwei Breakdance-Gangs im fabrixx? Die Jungs von ';Rocking
Attack'; verteidigen ihr Revier und wollen die ';Southside Rockers';
gleich wieder rauswerfen. Doch die ';Southside Rockers'; haben keine
Lust, sich anpöbeln zu lassen. Schließlich wurden sie von Ivo
eingeladen, im fabrixx zu tanzen. Es kommt zum Handgemenge. In letzter
Sekunde kann Uli eingreifen und die beiden Gangs auseinanderbringen:
';Ich dachte, Breaker stehen nicht auf so eine Gewalt-Scheiße';. Da
kommt von Luc, die bislang amüsiert zugeschaut hat, der Vorschlag, der
die Situation entschärft: ';Macht einen Battle!'; Ein ';Tanzduell';, bei
dem sich zeigen soll, wer mehr drauf hat. Die beiden Gangs liefern sich
einen heißen Breakdance-Battle, voller Akrobatik, voller Emotionen. Das
ganze fabrixx steht Kopf. Ivo ist zufrieden, dass er Luc so eine tolle
Show bieten kann. Mit dem Respekt vor der gegenseitigen Leistung
klatschen sich die beiden Gangs schließlich ab - die Rivalität ist
beigelegt.<br>Die Praktikantin Michaela hat Pech mit ihrem Batik-Kurs.
Der Fitness-Raum ist leider schon belegt - die Breaker trainieren dort.
Nadja schlägt ihr als Ausweichquartier den alten Duschraum vor. Dort
finden sich Sebastian, Mike und viele andere Kids am nächsten Tag
tatsächlich zum Batiken ein. ';Ich will, dass ihr euren Gefühlen freien
Lauf lasst';, gibt Michaela das Ziel des Kurses an. Mike und seine
Freunde nutzen die Unsicherheit Michaelas, um Sprüche zu klopfen. Als
das mit dem Batiken nicht richtig klappt - Michaela hat die falschen
T-Shirts mitgebracht - entsteht eine wilde Wasserschlacht mit dem bunten
Färbe-Wasser. Die Kids haben ihre Gaudi, Michaela ist den Tränen nahe.
Als sich die Gruppe wieder beruhigt hat, will sie das Aufbügeln von
grafischen Vorlagen demonstrieren. Doch das Bügeleisen ist zu heiß,
T-Shirt und Bügelbrett gehen in Flammen auf.<br><br>- Allg.
Hinweistext:<br>Kinderprogramm<br><br>
| Jugendserie - Kinderserie | 2001 | 0
| 0 |
| 17 | 20030606142500 | 20030606144000 |
Sizilien |
Sizilien - Italienisches Temperament an der Stiefelspitze | |
Reisen - Reportage | 2000 | 0
| 0 |
| 17 | 20030606144000 | 20030606160000 | Zwei blaue
Vergißmeinnicht
| |Rex
Gildo und Chris Howland stellen einen Rauschgifthändler.
Inhalt: Charly Biff, angestellt bei einer renommierten Londoner
Privatdetektei, und Ingrid, die hübsche Sekretärin des Unternehmens,
werden von ihrem reizenden Chef Henry Wilson nach Jugoslawien in den
wohlverdienten Urlaub geschickt, denn sie haben in letzter Zeit allzu
viel arbeiten müssen.<br><br>Doch aus der Erholung wird nichts, denn im
Hafen von Portoroz kommen Sherlock Holmes Biff und sein weiblicher
Watson Ingrid auf dem Umweg über eine geheimnisvolle Zuckerdose einem
raffinierten organisierten Rauschgiftschmuggel auf die Spur. Ein erster
Hinweis führt die beiden eifrigen ';Schnüffler'; zu dem undurchsichtigen
Cortini, zu Carlo und zu ';Nelken';-Frank, dessen reizende Freundin
Sherry nichts von den kriminellen Umtrieben ihres Kavaliers ahnt. Charly
bekommt heraus, dass der Ausflugsdampfer ';Jadran';, der nach Italien
fährt, als Treffpunkt und Frachtbeförderung eine wichtige Rolle beim
Schmuggeln spielt. So ist es natürlich klar, dass er und Ingrid mit von
der Partie sind. An Bord befindet sich eine bunte Touristengesellschaft
- beste Tarnung für dunkle Geschäfte. Zu ihnen gehört Rolf, der einmal
vom Reichtum des Vaters ausspannen will und deshalb mit Freund Ronny per
Tandem und mit leichtem Gepäck unterwegs ist. Die aparte Mitreisende
Heidi erregt sofort sein lebhaftes Interesse, zu seinem Kummer aber
nicht nur seines, sondern auch das des schnieken ';Nelken';-Frank, der
seiner Sherry untreu zu werden droht. Dabei sind auch das treudeutsche
Ehepaar Clothilde und Theophil sowie Tochter Helga, die auf einen
Urlaubsflirt aus ist. Und da gibt es natürlich auch den neuen ';Smutje';
Selma, auf die Kapitän Olaf ein begehrliches Auge geworfen hat.
Verdächtige gibt es also mehr als genug.<br><br>- Hintergrund:<br>Als
Detektive in diesem heiteren Schlagerfilm mit kriminalistischen
Elementen agieren der Entertainer und Schauspieler Chris Howland und
seine ';Assistentin'; Dagmar Hank. Das Angebot an Verdächtigen, aus
denen das Team die Schuldigen herauspicken soll, führt in der für ihn
typischen Rolle des Sunnyboys und Charmeurs der Sänger, Schauspieler,
Tänzer und Entertainer Rex Gildo (1936 - 1999) an, der mit dem Titelsong
einen seiner größten Hits präsentiert.
Bewertung: Allgemein: 1 | SF-Komödie -
Komödie | 1963 | 0 | 0 |
| 17 | 20030606160000 | 20030606161000 |
Rundschau |
Nachrichten - Berichte - Wettervorhersage | |
Nachrichten - Nachrichten | 2000 | 0
| 0 |
| 17 | 20030606161000 | 20030606165500 | Ein Star und seine
Stadt | Von Ostfriesland bis
Kapstadt |Inhalt: Musikalische
Stationen dieser Reise um die Welt sind Prag, Kapstadt, Miami, Athen,
Ostfriesland, Bayern und Tirol. Karel Gott, Howard Carpendale, James
Last, Nana Mouskouri, Otto, Claudia Jung und die Schürzenjäger
präsentieren ihre schönsten Hits an den attraktivsten Orten ihrer
Heimatregion.<br><br>
| Unterhaltendes - Unterhaltung | 2000 | 0
| 0 |
| 17 | 20030606165500 | 20030606170000 | Durch Land und
Zeit
| | |
Reisen - Magazin | 2000 | 0
| 0 |
| 17 | 20030606170000 | 20030606174500 | Hans im
Glück
|
|Inhalt: Für die Schule hat Hans nun noch weniger Zeit als früher,
obwohl die Realschulabschlussprüfung immer näher rückt. Wenn Hans nicht
gerade, angespornt durch Trainer Hassler, hart trainiert, steckt er
verliebt mit Bettina zusammen. Als Wilfried, Bettinas arroganter
Verlobter, auf der Bildfläche erscheint und sich naserümpfend über den
dahergelaufenen jungen Liebhaber mokiert, wird es turbulent: Es gibt ein
blaues Auge und die Verlobung wird aufgelöst. Bettina beschließt, zu
ihrer Mutter Silvia nach Lanzarote zu fahren, bis sich die Wogen
geglättet haben.<br><br>
| Familienserie - Familienserie | 1986 | 0
| 0 |
| 17 | 20030606174500 | 20030606184300 | Die
Abendschau
|
|Kurzkritik: 400 Jahre deutsche Kultur- und Industriegeschichte: das
neue Isergebirgs-Museum in Neugablonz * Sudetendeutscher Tag in Augsburg
* Entlang der bayerisch-tschechischen Grenze * Jubiläum mit dem
Chiemgauer Volkstheater: 100. Bühnenstück für das * Bayerische
Fernsehen * Regionalprogramm für Schwaben und Altbayern Deutschland
sucht den Suppenstar * Kammerchorwettbewerb in Marktoberdorf * "Elvis"-
neue Show im Deutschen Theater
| Soziales - Magazin | 2000 | 0
| 0 |

Contact me if you need more information.

Ralf
Re: invalid cardid -1 [ In reply to ]
On Saturday 07 June 2003 06:53 am, Ralf Haller wrote:
> Hi Isaac,
>
> I only used setup and mythfilldatabase to fill the database. I read the
> chanel from .xawtv and the programs from a custom xmltv file.
>
> The system worked perfectly until two days ago, however adding an extra
> computer for playing messed up my system. I am using a PVR 350 card, BTW.
>
> Anyway, here is the content of the tables you wanted:

You somehow managed to set all the 'sourceid' fields in the channel table to
0, when they should be 1.

update channel set sourcid = 1;

should fix it.

Isaac
Re: invalid cardid -1 [ In reply to ]
Isaac Richards wrote:

>On Saturday 07 June 2003 06:53 am, Ralf Haller wrote:
>
>
>>Hi Isaac,
>>
>>I only used setup and mythfilldatabase to fill the database. I read the
>>chanel from .xawtv and the programs from a custom xmltv file.
>>
>>The system worked perfectly until two days ago, however adding an extra
>>computer for playing messed up my system. I am using a PVR 350 card, BTW.
>>
>>Anyway, here is the content of the tables you wanted:
>>
>>
>
>You somehow managed to set all the 'sourceid' fields in the channel table to
>0, when they should be 1.
>
>update channel set sourcid = 1;
>
>should fix it.
>
>Isaac
>_______________________________________________
>mythtv-users mailing list
>mythtv-users@snowman.net
>http://lists.snowman.net/cgi-bin/mailman/listinfo/mythtv-users
>
>
>
Hi Isaac,

thanks for the reply, that problem is fixed but now I ran into another:

bash-2.05b$ mythbackend -v
Session management error: Could not open network socket
Starting up as the master server.
Probed: /dev/video0 - Composite 0
Probed: /dev/video0 - Composite 1
Probed: /dev/video0 - Composite 2
Probed: /dev/video0 - Composite 3
Probed: /dev/video0 - Tuner 0
Probed: /dev/video0 - Composite 4
Probed: /dev/video0 - S-Video 0
Probed: /dev/video0 - S-Video 1
Probed: /dev/video0 - S-Video 2
Probed: /dev/video0 - S-Video 3
2003-06-07 17:02:55 Verbose mode activated.
2003-06-07 17:02:55 Found changes in the todo list.
2003-06-07 17:03:29 Found changes in the todo list.
2003-06-07 17:03:29 Started recording "Nordthailand - von Chiang Mai ins
Goldene Dreieck" on channel: -999 on cardid: 1, sourceid: 1
Changing from None to RecordingOnly
Won't work with the streaming interface, falling back
VIDIOCGCAP:: Das Argument ist ungültig
VIDIOCSAUDIO: Das Argument ist ungültig

Here is the program that created the error:

mysql> select * from program where starttime='20030607164500' and chanid=1;
+--------+----------------+----------------+---------------------------------------------------+----------+-------------+--------------------+---------+-------+-----------------+
| chanid | starttime | endtime |
title | subtitle |
description | category | airdate | stars | previouslyshown |
+--------+----------------+----------------+---------------------------------------------------+----------+-------------+--------------------+---------+-------+-----------------+
| 1 | 20030607164500 | 20030607173000 | Nordthailand - von Chiang
Mai ins Goldene Dreieck | | | Reisen - Reportage
| 2000 | 0 | 0 |
+--------+----------------+----------------+---------------------------------------------------+----------+-------------+--------------------+---------+-------+-----------------+
1 row in set (0.00 sec)


The PVR 350 works when accessed directly by using:

cat /dev/video0 > /tmp/test.mpg

Ralf
Re: invalid cardid -1 [ In reply to ]
On Saturday 07 June 2003 11:09 am, Ralf Haller wrote:
> Hi Isaac,
>
> thanks for the reply, that problem is fixed but now I ran into another:

> Won't work with the streaming interface, falling back

You told it that it was a normal capture card, not something capable of
hardware mpeg2 encoding. Go into setup, section 2 (Capture Cards), and
change the card type to 'Hardware MPEG Encoder card' instead of the 'Standard
V4L or MJPEG capture card' that it's set to now.

Isaac
Re: invalid cardid -1 [ In reply to ]
Isaac Richards wrote:

>On Saturday 07 June 2003 11:09 am, Ralf Haller wrote:
>
>
>>Hi Isaac,
>>
>>thanks for the reply, that problem is fixed but now I ran into another:
>>
>>
>
>
>
>>Won't work with the streaming interface, falling back
>>
>>
>
>You told it that it was a normal capture card, not something capable of
>hardware mpeg2 encoding. Go into setup, section 2 (Capture Cards), and
>change the card type to 'Hardware MPEG Encoder card' instead of the 'Standard
>V4L or MJPEG capture card' that it's set to now.
>
>Isaac
>_______________________________________________
>mythtv-users mailing list
>mythtv-users@snowman.net
>http://lists.snowman.net/cgi-bin/mailman/listinfo/mythtv-users
>
>
>
Damn, you're right! Strange, it was much easier to setup the system the
first time. Thanks anyway...

Since nobody answered my posting about backend and frontend on different
machines, maybe you have an idea what goes wrong. Browsing the
recordings on the frontend computer is very slow, since it takes a long
time to load the recordings The recording stream is loaded very fast and
playing a recording works too. Only switching from one item to another
is so slow. Any ideas?

Ralf
RE: invalid cardid -1 [ In reply to ]
I seem to see this request quite a bit. When I get a chance I'll try to
hack up a perl script to do it automatically, if someone else hasn't
already. I don't have a MythTV box (or the time to mock one up), so if
someone could dump their database and send it to me, I will import it
into my linux box here and generate said utility.

Isaac, any particular format/order you'd prefer it in? I was thinking a
couple of CSV files tgz'd would do the trick pretty nicely...

Thanks,

Scott
> Could you show me the contents of
> your capturecard, cardinput, channel, videosource tables, and a couple

> entries from your program table?
>
> Isaac
> _______________________________________________
> mythtv-users mailing list
> mythtv-users@snowman.net
> http://lists.snowman.net/cgi-bin/mailman/listinfo/mythtv-users