MythTV: Unterschied zwischen den Versionen

Aus Shea Wiki
Zur Navigation springen Zur Suche springen
Keine Bearbeitungszusammenfassung
 
Keine Bearbeitungszusammenfassung
Zeile 8: Zeile 8:
UPDATE mythconverg.channel SET useonairguide = 0 WHERE visible = 0;
UPDATE mythconverg.channel SET useonairguide = 0 WHERE visible = 0;
</nowiki></pre>
</nowiki></pre>
=== Shell-Befehle ===
[[SleepCommand]]
<pre><nowiki>
sudo /public/scripts/stop_mythtv &>/tmp/stop_mythtv
</nowiki></pre>


----
----
[[KategorieWissen]]
[[KategorieWissen]]



Version vom 1. Januar 1970, 02:00 Uhr

MythTV

SQL-Befehle zur Kanalliste

SELECT chanid, channum, callsign, name, visible, xmltvid FROM mythconverg.channel WHERE visible = 1 ORDER BY name; -- channum;
UPDATE mythconverg.channel SET useonairguide = 0 WHERE visible = 0;

Shell-Befehle

SleepCommand

sudo /public/scripts/stop_mythtv &>/tmp/stop_mythtv



KategorieWissen