[mythtv-users] Can't change channels--going crazy [SOLVED]

Paul McDermott paul at tintagel.free-online.co.uk
Sat Nov 22 12:04:49 EST 2003


On Sat, 2003-11-22 at 16:31, Isaac Richards wrote:
> None of them, since tv_grab_uk does not provide that information.  You were 
> supposed to enter the proper information the first time you ran 
> mythfilldatabase --manual (or import them from a working xawtv file), but, 
> well, you didn't.


OK, I guess I'm guilty of not reading the documentation closely enough.
Can I suggest the following patch to mythtv/setup/main.cpp:

*** main.cpp.old        2003-11-22 16:54:30.000000000 +0000
--- main.cpp    2003-11-22 16:58:33.000000000 +0000
***************
*** 156,161 ****
--- 156,165 ----
      cout << "If this is the master backend server:\n";
      cout << "Now, please run 'mythfilldatabase' to populate the
database\n";
      cout << "with channel information.\n";
+     cout << "If you are *not* using the tv_grab_na grabber then you
must use\n";
+     cout << "mythfilldatabase --manual\n";
+     cout << "See \"Configuring the master backend system\" in the
documentation\n";
+     cout << "For more information\n";
      cout << endl;
   
      return 0;




More information about the mythtv-users mailing list