<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Oct 21, 2016 at 1:58 PM, Hika van den Hoven <span dir="ltr"><<a href="mailto:hikavdh@gmail.com" target="_blank">hikavdh@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hoi Hika,<br>
<br>
Friday, October 21, 2016, 9:48:28 PM, you wrote:<br>
<br>
> Hoi Brett,<br>
<br>
> Friday, October 21, 2016, 9:39:29 PM, you wrote:<br>
<br>
<br>
<br>
<br>
<br>
>> On Fri, Oct 21, 2016 at 1:31 PM, Hika van den Hoven <<a href="mailto:hikavdh@gmail.com">hikavdh@gmail.com</a>> wrote:<br>
<br>
>> Hoi Brett,<br>
>><br>
>>  Friday, October 21, 2016, 9:25:16 PM, you wrote:<br>
>><br>
>><br>
>><br>
>><br>
>><br>
 >>> On Fri, Oct 21, 2016 at 1:14 PM, Hika van den Hoven <<a href="mailto:hikavdh@gmail.com">hikavdh@gmail.com</a>> wrote:<br>
>><br>
 >>> Hoi Brett,<br>
 >>><br>
 >>>  Friday, October 21, 2016, 9:05:04 PM, you wrote:<br>
 >>><br>
 >>><br>
 >>><br>
 >>><br>
 >>><br>
  >>>> On Fri, Oct 21, 2016 at 12:44 PM, Hika van den Hoven <<a href="mailto:hikavdh@gmail.com">hikavdh@gmail.com</a>> wrote:<br>
 >>><br>
  >>>> Hoi Brett,<br>
  >>>><br>
  >>>>  Friday, October 21, 2016, 8:17:52 PM, you wrote:<br>
>>    >>> On Fri, Oct 21, 2016 at 11:01 AM, Hika van den Hoven <<a href="mailto:hikavdh@gmail.com">hikavdh@gmail.com</a>> wrote:<br>
  >>>><br>
>>    >>> Hoi Brett,<br>
>>    >>><br>
>>    >>>  Friday, October 21, 2016, 6:52:57 PM, you wrote:<br>
>>    >>><br>
 >>>    >>> Hi,<br>
>>    >>><br>
>>    >>><br>
 >>>    >>> Hoping someone is willing to give me a hand getting this working.<br>
>>    >>><br>
>>    >>><br>
 >>>    >>> I can run MFDB, pull in data from Sched Direct and populate the<br>
 >>>    >>> program table. When running the frontend, looking at the mythbackend<br>
 >>>    >>> debug logs it appears that the sql queries are returning rows (not<br>
 >>>    >>> that I know which query is for which operation, but they are<br>
 >>>    >>> definitely connecting and returning data). Yet nothing is appearing<br>
 >>>    >>> when looking at the guide in either the frontend or through mythweb.<br>
>>    >>><br>
>>    >>><br>
 >>>    >>> Fresh install of fixes/0.27 (compiled locally on RPI3; 0.27 for<br>
 >>>    >>> intentional reasons) and fresh database. I have scoured the net for<br>
 >>>    >>> about a week now but not making any progress. So far most everything<br>
 >>>    >>> else seems to be working correctly but honestly haven't used it much<br>
 >>>    >>> since the guide is not working. Hoping to tackle this first.<br>
>>    >>><br>
>>    >>><br>
 >>>    >>> Thanks for any insight.<br>
>>    >>><br>
>>    >>><br>
 >>>    >>> -- <br>
>>    >>><br>
 >>>    >>> Brett<br>
>>    >>><br>
>>    >>>  Are you running mythfilldatabase automatically through MythTV or by<br>
>>    >>>  hand? In the latter case are you using the right sourceid to import<br>
>>    >>>  the data into?<br>
>>    >>><br>
>>    >>>  Tot mails,<br>
>>    >>>    Hika                            mailto:<a href="mailto:hikavdh@gmail.com">hikavdh@gmail.com</a><br>
>>    >>><br>
  >>>><br>
>>    >>> I'm running it by hand. I only have one source.<br>
  >>>><br>
  >>>>  Please don't top-post! I corrected it.<br>
  >>>><br>
  >>>>  Are you sure you use the right id:<br>
  >>>><br>
  >>>>  SELECT sourceid, name FROM videosource<br>
  >>>><br>
  >>>>  should give you your sources.<br>
  >>>><br>
 >>><br>
 >>><br>
  >>>> Sorry for top posting. This should be better. Thanks for helping me out here.<br>
 >>><br>
 >>><br>
  >>>> When I run mythfilldatabase I do not use any commandline options,<br>
  >>>> but should I be? I appeared that is was pulling in the correct data.<br>
  >>>> Running your select statement I get a valid sourceid and name.<br>
 >>><br>
 >>>  It should if your videosource is configured correctly. So either SD or<br>
 >>>  the correct grabber should be selected and if you use an xmltv grabber<br>
 >>>  the configuration should be in ~/.mythtv of the user running<br>
 >>>  mythfilldatabase and is named <your videosource name>.xmltv<br>
 >>><br>
>><br>
>><br>
>><br>
 >>> I'm using SD for my source. After running MFDB (without options)<br>
 >>> the PROGRAM table is full of 13 days worth of data.<br>
>><br>
>>  So you only do not see it when you go to the program guide in the<br>
>>  frontend or in MythWeb? Do you see channels? And if so all that should<br>
>>  be there?<br>
<br>
<br>
>> Correct. All the channels from my Schedules Direct source show up<br>
>> in the program guide, in both the frontend and mythweb, but "No<br>
>> Data" is all that is shown for each of them.<br>
<br>
> I then come back to my earlier guess. You can see the data in the<br>
> database but not in the program guide. If the channels were not there<br>
> it could be a channel filter. But like this I guess it is imported<br>
> into other channels and most probably from another source. Or<br>
> somewhere in the database an old sourceid is still present or so.<br>
<br>
> I think the simplest way to exclude this is to delete all videosources<br>
> in mythtv-setup, create a new one and run mythfilldatabase again.<br>
> Deleting all videosources will delete all channel and programme info!<br>
<br>
Oh, be sure to select "Delete All" and not just the one you see!<br>
<br></blockquote><div>Thanks for your patience with all of this.  I've have tried this already as well, a few times and making sure I used "Delete All". Then I even went as far as deleting mythconverg and started the setup all over again. I am pretty stumped at this point. My next thought is to completely remove MythTV and rebuild/install it. My worry is that I won't be able to completely remove it all, like all the libraries, etc. It had 0.28 on this computer briefly before I reverted back to 0.27. 0.28 was installed and removed with apt-get whereas I compiled 0.27.  Is there a chance that there is still some 0.28 files laying around that may be causing this? </div><div> </div></div><br clear="all"><div><br></div>-- <br><div class="gmail_signature">Brett</div>
</div></div>