Mailing List Archive

EPG stops on Friday
My EPG only goes up to Friday now, so I think there must be a problem
with the EPG generator script.

_______________________________________________
mythtvnz mailing list
mythtvnz@lists.ourshack.com
https://lists.ourshack.com/mailman/listinfo/mythtvnz
Archives http://www.gossamer-threads.com/lists/mythtv/mythtvnz/
Re: EPG stops on Friday [ In reply to ]
Same here.

Robert Fisher

On 30/10/2017 8:17 PM, "Stephen Worthington" <stephen_agent@jsw.gen.nz>
wrote:

> My EPG only goes up to Friday now, so I think there must be a problem
> with the EPG generator script.
>
> _______________________________________________
> mythtvnz mailing list
> mythtvnz@lists.ourshack.com
> https://lists.ourshack.com/mailman/listinfo/mythtvnz
> Archives http://www.gossamer-threads.com/lists/mythtv/mythtvnz/
>
Re: EPG stops on Friday [ In reply to ]
On Mon, Oct 30, 2017 at 8:54 PM, Robert Fisher <robert@fisher.net.nz> wrote:

> Same here.
>
> Robert Fisher
>
> On 30/10/2017 8:17 PM, "Stephen Worthington" <stephen_agent@jsw.gen.nz>
> wrote:
>
>> My EPG only goes up to Friday now, so I think there must be a problem
>> with the EPG generator script.
>>
>

What are you using for EPG. I have tv-grab-nz-py and have 8 days data.
Re: EPG stops on Friday [ In reply to ]
On Mon, 30 Oct 2017 20:54:14 +1300
Robert Fisher <robert@fisher.net.nz> wrote:
> Same here.
>
> On 30/10/2017 8:17 PM, "Stephen Worthington" <stephen_agent@jsw.gen.nz>
> wrote:
> > My EPG only goes up to Friday now, so I think there must be a problem
> > with the EPG generator script.

Are we talking about the script that grabs http://epg.org.nz/freeview.xml.gz and processes it? If so, mine works OK, goes up to end of Tuesday 7 Nov.
Austin.

_______________________________________________
mythtvnz mailing list
mythtvnz@lists.ourshack.com
https://lists.ourshack.com/mailman/listinfo/mythtvnz
Archives http://www.gossamer-threads.com/lists/mythtv/mythtvnz/
Re: EPG stops on Friday [ In reply to ]
On Tue, 31 Oct 2017 13:29:29 +1300, you wrote:

>On Mon, 30 Oct 2017 20:54:14 +1300
>Robert Fisher <robert@fisher.net.nz> wrote:
>> Same here.
>>
>> On 30/10/2017 8:17 PM, "Stephen Worthington" <stephen_agent@jsw.gen.nz>
>> wrote:
>> > My EPG only goes up to Friday now, so I think there must be a problem
>> > with the EPG generator script.
>
>Are we talking about the script that grabs http://epg.org.nz/freeview.xml.gz and processes it? If so, mine works OK, goes up to end of Tuesday 7 Nov.
>Austin.

Yes, mine goes until Tuesday too now. It must have been fixed.

_______________________________________________
mythtvnz mailing list
mythtvnz@lists.ourshack.com
https://lists.ourshack.com/mailman/listinfo/mythtvnz
Archives http://www.gossamer-threads.com/lists/mythtv/mythtvnz/
Re: EPG stops on Friday [ In reply to ]
On 31/10/17 18:14, Stephen Worthington wrote:
> Yes, mine goes until Tuesday too now. It must have been fixed.
Many thanks to the magic EPG fairies who work to provide quality EPG.


--
Criggie

http://criggie.org.nz/
Re: EPG stops on Friday [ In reply to ]
Hi all

Could someone contact me off-list wrt activating the EPG grabber py.

I'm Linux literate, and have re-vamped most of the menus for our own
needs, but...

I need a shove in the right direction to implement the automated script
to harvest the fruits of the EPG fairy!

After many years of MythTV being in our home, we're getting a bit over
missing programs because they are "all new" etc.

Many thanks

Noel.

_______________________________________________
mythtvnz mailing list
mythtvnz@lists.ourshack.com
https://lists.ourshack.com/mailman/listinfo/mythtvnz
Archives http://www.gossamer-threads.com/lists/mythtv/mythtvnz/
Re: EPG stops on Friday [ In reply to ]
These are the notes that I used when I first setup my system:-1)
Download tv_grab_nz-py from http://nice.net.nz/tv_grab_nz-py/

2) Copy tv_grab_nz-py to /usr/local/bin. Make sure that it is executable.
(sudo chmod +x tv_grab_nz-py)

3) Configure it. Note that the configuration file name must match that
name of the video source configured in mythtv-setup for the
mythbackend/mythfilldatabase to use this grabber.
tv_grab_nz-py --configure --config-file ~/.mythtv/<video sources
Step 3 had some problems for me but it was overcome by copying and editing
another <video sources name>.xmltv

You also need to symlink otherwise mythfilldatabase will not work
automatically (it uses the user mythtv)
sudo ln -s */home/yourusername/*.mythtv/Freeview.xmltv */home/mythtv/*
.mythtv/Freeview.xmltv

4) To see if the xmltv side of things works run
tv_find_grabbers

This should return a list of all the installed grabbers, which should
include tv_grab_nz-py.

5) To see if the myth side of things works run
mythfilldatabase
Pay close attention to the output of this. If it looks like it worked,
the MythWeb status page should also show a successful run.

6) On the master backend run mythsetup and
a) In Video Sources set "New Zealand (py)" as the grabber for your
Video Source.
b) In General, on the Mythfilldatabase page (its the last page) enable
"Automatically run mythfilldatabase". Configure time, frequency, etc
to suite. Now Myth should use tv_grab_nz-py to update EPG
periodically. The MythWeb status page shows when it was last run and
what the results were.

Robert Fisher

On 1/11/2017 11:54 AM, "me" <08004us@gmail.com> wrote:

> Hi all
>
> Could someone contact me off-list wrt activating the EPG grabber py.
>
> I'm Linux literate, and have re-vamped most of the menus for our own
> needs, but...
>
> I need a shove in the right direction to implement the automated script to
> harvest the fruits of the EPG fairy!
>
> After many years of MythTV being in our home, we're getting a bit over
> missing programs because they are "all new" etc.
>
> Many thanks
>
> Noel.
>
> _______________________________________________
> mythtvnz mailing list
> mythtvnz@lists.ourshack.com
> https://lists.ourshack.com/mailman/listinfo/mythtvnz
> Archives http://www.gossamer-threads.com/lists/mythtv/mythtvnz/
>
Re: EPG stops on Friday [ In reply to ]
On 3 Nov 2017 7:31 pm, "Robert Fisher" <robert@fisher.net.nz> wrote:

These are the notes that I used when I first setup my system:-1)
Download tv_grab_nz-py from http://nice.net.nz/tv_grab_nz-py/

2) Copy tv_grab_nz-py to /usr/local/bin. Make sure that it is executable.
(sudo chmod +x tv_grab_nz-py)

3) Configure it. Note that the configuration file name must match that
name of the video source configured in mythtv-setup for the
mythbackend/mythfilldatabase to use this grabber.
tv_grab_nz-py --configure --config-file ~/.mythtv/<video sources
Step 3 had some problems for me but it was overcome by copying and editing
another <video sources name>.xmltv

You also need to symlink otherwise mythfilldatabase will not work
automatically (it uses the user mythtv)
sudo ln -s */home/yourusername/*.mythtv/Freeview.xmltv */home/mythtv/*.
mythtv/Freeview.xmltv

4) To see if the xmltv side of things works run
tv_find_grabbers

This should return a list of all the installed grabbers, which should
include tv_grab_nz-py.

5) To see if the myth side of things works run
mythfilldatabase
Pay close attention to the output of this. If it looks like it worked,
the MythWeb status page should also show a successful run.

6) On the master backend run mythsetup and
a) In Video Sources set "New Zealand (py)" as the grabber for your
Video Source.
b) In General, on the Mythfilldatabase page (its the last page) enable
"Automatically run mythfilldatabase". Configure time, frequency, etc
to suite. Now Myth should use tv_grab_nz-py to update EPG
periodically. The MythWeb status page shows when it was last run and
what the results were.

Robert Fisher

On 1/11/2017 11:54 AM, "me" <08004us@gmail.com> wrote:

> Hi all
>
> Could someone contact me off-list wrt activating the EPG grabber py.
>
> I'm Linux literate, and have re-vamped most of the menus for our own
> needs, but...
>
> I need a shove in the right direction to implement the automated script to
> harvest the fruits of the EPG fairy!
>
> After many years of MythTV being in our home, we're getting a bit over
> missing programs because they are "all new" etc.
>
> Many thanks
>
> Noel.
>
> _______________________________________________
> mythtvnz mailing list
> mythtvnz@lists.ourshack.com
> https://lists.ourshack.com/mailman/listinfo/mythtvnz
> Archives http://www.gossamer-threads.com/lists/mythtv/mythtvnz/
>

_______________________________________________
mythtvnz mailing list
mythtvnz@lists.ourshack.com
https://lists.ourshack.com/mailman/listinfo/mythtvnz
Archives http://www.gossamer-threads.com/lists/mythtv/mythtvnz/


Great guide, thanks Robert.

Quick question (since I can't remember from when I did use this grabber and
source), does this pull in EPG data for Al Jazeera? For some reason that's
the only channel that isn't getting over the air EIT for me, and I may use
tv_grab_nz-py for this channel alone.
Re: EPG stops on Friday [ In reply to ]
Yes it does.

Robert Fisher

On 3/11/2017 7:37 PM, "Curtis Walker" <sultanoswing@gmail.com> wrote:

> On 3 Nov 2017 7:31 pm, "Robert Fisher" <robert@fisher.net.nz> wrote:
>
> These are the notes that I used when I first setup my system:-1)
> Download tv_grab_nz-py from http://nice.net.nz/tv_grab_nz-py/
>
> 2) Copy tv_grab_nz-py to /usr/local/bin. Make sure that it is executable.
> (sudo chmod +x tv_grab_nz-py)
>
> 3) Configure it. Note that the configuration file name must match that
> name of the video source configured in mythtv-setup for the
> mythbackend/mythfilldatabase to use this grabber.
> tv_grab_nz-py --configure --config-file ~/.mythtv/<video sources
> name>.xmltv
> Step 3 had some problems for me but it was overcome by copying and editing
> another <video sources name>.xmltv
>
> You also need to symlink otherwise mythfilldatabase will not work
> automatically (it uses the user mythtv)
> sudo ln -s */home/yourusername/*.mythtv/Freeview.xmltv */home/mythtv/*.m
> ythtv/Freeview.xmltv
>
> 4) To see if the xmltv side of things works run
> tv_find_grabbers
>
> This should return a list of all the installed grabbers, which should
> include tv_grab_nz-py.
>
> 5) To see if the myth side of things works run
> mythfilldatabase
> Pay close attention to the output of this. If it looks like it worked,
> the MythWeb status page should also show a successful run.
>
> 6) On the master backend run mythsetup and
> a) In Video Sources set "New Zealand (py)" as the grabber for your
> Video Source.
> b) In General, on the Mythfilldatabase page (its the last page) enable
> "Automatically run mythfilldatabase". Configure time, frequency, etc
> to suite. Now Myth should use tv_grab_nz-py to update EPG
> periodically. The MythWeb status page shows when it was last run and
> what the results were.
>
> Robert Fisher
>
> On 1/11/2017 11:54 AM, "me" <08004us@gmail.com> wrote:
>
>> Hi all
>>
>> Could someone contact me off-list wrt activating the EPG grabber py.
>>
>> I'm Linux literate, and have re-vamped most of the menus for our own
>> needs, but...
>>
>> I need a shove in the right direction to implement the automated script
>> to harvest the fruits of the EPG fairy!
>>
>> After many years of MythTV being in our home, we're getting a bit over
>> missing programs because they are "all new" etc.
>>
>> Many thanks
>>
>> Noel.
>>
>> _______________________________________________
>> mythtvnz mailing list
>> mythtvnz@lists.ourshack.com
>> https://lists.ourshack.com/mailman/listinfo/mythtvnz
>> Archives http://www.gossamer-threads.com/lists/mythtv/mythtvnz/
>>
>
> _______________________________________________
> mythtvnz mailing list
> mythtvnz@lists.ourshack.com
> https://lists.ourshack.com/mailman/listinfo/mythtvnz
> Archives http://www.gossamer-threads.com/lists/mythtv/mythtvnz/
>
>
> Great guide, thanks Robert.
>
> Quick question (since I can't remember from when I did use this grabber
> and source), does this pull in EPG data for Al Jazeera? For some reason
> that's the only channel that isn't getting over the air EIT for me, and I
> may use tv_grab_nz-py for this channel alone.
>
>
>
> _______________________________________________
> mythtvnz mailing list
> mythtvnz@lists.ourshack.com
> https://lists.ourshack.com/mailman/listinfo/mythtvnz
> Archives http://www.gossamer-threads.com/lists/mythtv/mythtvnz/
>
>
Re: EPG stops on Friday [ In reply to ]
On 3 November 2017 at 20:08, Robert Fisher <robert@fisher.net.nz> wrote:
>
> Yes it does.
>
> Robert Fisher
>
> On 3/11/2017 7:37 PM, "Curtis Walker" <sultanoswing@gmail.com> wrote:
>>
>> On 3 Nov 2017 7:31 pm, "Robert Fisher" <robert@fisher.net.nz> wrote:
>>
>> These are the notes that I used when I first setup my system:-
>>
>> 1) Download tv_grab_nz-py from http://nice.net.nz/tv_grab_nz-py/
>>
>> 2) Copy tv_grab_nz-py to /usr/local/bin. Make sure that it is executable. (sudo chmod +x tv_grab_nz-py)
>>
>> 3) Configure it. Note that the configuration file name must match that
>> name of the video source configured in mythtv-setup for the
>> mythbackend/mythfilldatabase to use this grabber.
>> tv_grab_nz-py --configure --config-file ~/.mythtv/<video sources name>.xmltv
>> Step 3 had some problems for me but it was overcome by copying and editing another <video sources name>.xmltv
>>
>> You also need to symlink otherwise mythfilldatabase will not work automatically (it uses the user mythtv)
>> sudo ln -s /home/yourusername/.mythtv/Freeview.xmltv /home/mythtv/.mythtv/Freeview.xmltv
>>
>> 4) To see if the xmltv side of things works run
>> tv_find_grabbers
>>
>> This should return a list of all the installed grabbers, which should
>> include tv_grab_nz-py.
>>
>> 5) To see if the myth side of things works run
>> mythfilldatabase
>> Pay close attention to the output of this. If it looks like it worked,
>> the MythWeb status page should also show a successful run.
>>
>> 6) On the master backend run mythsetup and
>> a) In Video Sources set "New Zealand (py)" as the grabber for your
>> Video Source.
>> b) In General, on the Mythfilldatabase page (its the last page) enable
>> "Automatically run mythfilldatabase". Configure time, frequency, etc
>> to suite. Now Myth should use tv_grab_nz-py to update EPG
>> periodically. The MythWeb status page shows when it was last run and
>> what the results were.
>>
>> Robert Fisher
>>
>> On 1/11/2017 11:54 AM, "me" <08004us@gmail.com> wrote:
>>>
>>> Hi all
>>>
>>> Could someone contact me off-list wrt activating the EPG grabber py.
>>>
>>> I'm Linux literate, and have re-vamped most of the menus for our own needs, but...
>>>
>>> I need a shove in the right direction to implement the automated script to harvest the fruits of the EPG fairy!
>>>
>>> After many years of MythTV being in our home, we're getting a bit over missing programs because they are "all new" etc.
>>>
>>> Many thanks
>>>
>>> Noel.
>>>
>>> _______________________________________________
>>> mythtvnz mailing list
>>> mythtvnz@lists.ourshack.com
>>> https://lists.ourshack.com/mailman/listinfo/mythtvnz
>>> Archives http://www.gossamer-threads.com/lists/mythtv/mythtvnz/
>>
>>
>> _______________________________________________
>> mythtvnz mailing list
>> mythtvnz@lists.ourshack.com
>> https://lists.ourshack.com/mailman/listinfo/mythtvnz
>> Archives http://www.gossamer-threads.com/lists/mythtv/mythtvnz/
>>
>>
>> Great guide, thanks Robert.
>>
>> Quick question (since I can't remember from when I did use this grabber and source), does this pull in EPG data for Al Jazeera? For some reason that's the only channel that isn't getting over the air EIT for me, and I may use tv_grab_nz-py for this channel alone.
>>
>>
>>
>> _______________________________________________
>> mythtvnz mailing list
>> mythtvnz@lists.ourshack.com
>> https://lists.ourshack.com/mailman/listinfo/mythtvnz
>> Archives http://www.gossamer-threads.com/lists/mythtv/mythtvnz/
>>
>
> _______________________________________________
> mythtvnz mailing list
> mythtvnz@lists.ourshack.com
> https://lists.ourshack.com/mailman/listinfo/mythtvnz
> Archives http://www.gossamer-threads.com/lists/mythtv/mythtvnz/
>

Thanks again...on review it turns out I hadn't checked the
EIT-over-air box for Al Jazeera in the channel editor.

_______________________________________________
mythtvnz mailing list
mythtvnz@lists.ourshack.com
https://lists.ourshack.com/mailman/listinfo/mythtvnz
Archives http://www.gossamer-threads.com/lists/mythtv/mythtvnz/
Re: EPG stops on Friday [ In reply to ]
Thank you Robert, Just what was needed!

Noel


On 3/11/2017 7:30 PM, Robert Fisher wrote:
>
>
> These are the notes that I used when I first setup my system:-
>
> 1) Download tv_grab_nz-py from http://nice.net.nz/tv_grab_nz-py/
>
> 2) Copy tv_grab_nz-py to /usr/local/bin.  Make sure that it is
> executable. (sudo chmod +x tv_grab_nz-py)
>
> 3) Configure it. Note that the configuration file name must match that
> name of the video source configured in mythtv-setup for the
> mythbackend/mythfilldatabase to use this grabber.
> tv_grab_nz-py --configure --config-file ~/.mythtv/<video sources
> name>.xmltv
> Step 3 had some problems for me but it was overcome by copying and
> editing another <video sources name>.xmltv
>
> You also need to symlink otherwise mythfilldatabase will not work
> automatically (it uses the user mythtv)
> sudo ln -s //home/yourusername//.mythtv/Freeview.xmltv
> //home/mythtv//.mythtv/Freeview.xmltv
>
> 4) To see if the xmltv side of things works run
> tv_find_grabbers
>
> This should return a list of all the installed grabbers, which should
> include tv_grab_nz-py.
>
> 5) To see if the myth side of things works run
> mythfilldatabase
> Pay close attention to the output of this. If it looks like it worked,
> the MythWeb status page should also show a successful run.
>
> 6) On the master backend run mythsetup and
> a) In Video Sources set "New Zealand (py)" as the grabber for your
> Video Source.
> b) In General, on the Mythfilldatabase page (its the last page) enable
> "Automatically run mythfilldatabase". Configure time, frequency, etc
> to suite. Now Myth should use tv_grab_nz-py to update EPG
> periodically. The MythWeb status page shows when it was last run and
> what the results were.
>
> Robert Fisher
>
> On 1/11/2017 11:54 AM, "me" <08004us@gmail.com
> <mailto:08004us@gmail.com>> wrote:
>
> Hi all
>
> Could someone contact me off-list wrt activating the EPG grabber py.
>
> I'm Linux literate, and have re-vamped most of the menus for our
> own needs, but...
>
> I need a shove in the right direction to implement the automated
> script to harvest the fruits of the EPG fairy!
>
> After many years of MythTV being in our home, we're getting a bit
> over missing programs because they are "all new" etc.
>
> Many thanks
>
> Noel.
>
> _______________________________________________
> mythtvnz mailing list
> mythtvnz@lists.ourshack.com <mailto:mythtvnz@lists.ourshack.com>
> https://lists.ourshack.com/mailman/listinfo/mythtvnz
> <https://lists.ourshack.com/mailman/listinfo/mythtvnz>
> Archives http://www.gossamer-threads.com/lists/mythtv/mythtvnz/
> <http://www.gossamer-threads.com/lists/mythtv/mythtvnz/>
>
>
>
> _______________________________________________
> mythtvnz mailing list
> mythtvnz@lists.ourshack.com
> https://lists.ourshack.com/mailman/listinfo/mythtvnz
> Archives http://www.gossamer-threads.com/lists/mythtv/mythtvnz/