[mythtv-users] Problems with DVB signal quality
Martin Ebourne
lists at ebourne.me.uk
Sun Nov 7 12:41:13 UTC 2004
On Sat, 2004-11-06 at 22:11, Andrew wrote:
> Jörg,
> Try changing the channel by making a recording. Normally you would use the
> MythFrontEnd but MythWeb would also do the job.
> I made a 1 minute recording on another channel and the next time I "Watched
> TV" it defaulted to the channel I had just recorded.
> I know there is a "default channel" in MythSetup (v0.15) but I had no luck
> with it.
I just update the current channel in the database.
mysql -u mythtv -p -D mythconverg [Or whatever yours is set as]
And execute:
update cardinput set startchan = 1; [Pick a known good channel]
Then restart the backend and you're away.
Cheers,
Martin.
More information about the mythtv-users
mailing list