Well, I am connecting to the database But my program guide is basically empty. I am able to watch live TV. I did try various tricks, but nothing will get me a populated program guide.
Help?
I'm attaching my output:
MythTVOutput080520.txt.zip
and a jpg picture of the system status.
Thank you, always.
-JJ
Attachments
Text output of running mythfilldatabase
MythTVSystemStatus080520b.jpg (235.83 KiB) Viewed 7217 times
Picture of my screen output
MythTVSystemStatus080520a.jpg (233.11 KiB) Viewed 7217 times
This line in mythfilldatabase.log: No channels are configured to use grabber.
Means that no channel has an XMLTVID set.
Assuming that you've never had this working. I'd recommend using: https://www.mythtv.org/wiki/XMLTV#Types ... t_Grabbers
because if you ever intend to upgrade past v30, the DataDirect method
is no longer supported. Plus you get more days of listings. If you choose
the SQLite version, the Schedules Direct password isn't stored in plain
text. A number of users (rightly) say it's tough to set up, but worth it in
my opinion.
Looks as if the setup was done as user jjthomas. Running mythfilldatabase from the
backend will fail unless user mythtv has access to files. Suggest running the setup
as user mythtv per the Wiki so that you end up with filed under ~mythtv/.mythtv
and ~mythtv/.xmltv. Then if running MFDB from the command line, also run it as
user mythtv. One set of related directories/files, less maintenance.
Correct. The user jjthomas is included in the group mythtv. I am getting the guide, program listings are completed, but, I'm getting the wrong listings, though. I'll contact Schedules Direct to see if they can help with that.
If you elect to run the XMLTV configuration as a user other than the user
that the backend is run as, then you must duplicate the <sourcename>.xmltv
files for at least two users, e.g. mythtv and yourself. The recommended way
is to configure as user mythtv and if running mythfilldatabase on the command
line, run it as user mythtv as well. Having a user in the mythtv group isn't the
issue here, although it can help with the permissions if not using the recommended
configuration.