[mythtvnz] Bravo

Stephen Worthington stephen_agent at jsw.gen.nz
Tue Oct 4 06:59:32 BST 2016


On Mon, 3 Oct 2016 11:46:09 +1300, you wrote:

>After changing back to use Hadley's nz.py grabber yesterday I noticed that
>there was no data for Bravo Plus 1
>
>I was going to ask this list about it until I realised that I never watch
>Bravo let alone Bravo Plus 1.
>
>Does anyone?

There are some other channels missing too, that I also never watch,
such as some religious ones.  But what I did was to add some code to
my EPG collection so it runs mhepgsnoop after it has the download
data, and then compares the xmltvids.  If it finds any channel in my
MythTV database that is not in the downloaded data, it merges the
mheg5 data to replace it.  This has been running for a couple of
months now and seems to work well.  If any new channel comes along, it
will automatically provide data for it once I have it set up in
MythTV, before the downloaded data catches up with the change.

I have also added a section to the end of my EPG collection code after
it runs mythfilldatabase, where it runs some SQL on the database, then
runs mythutil --resched.  That allows me to add in SQL to change
things that need fixing, like a problem with the title for Cleverman
where they had extra things on the end of it so it did not match a
standard recording rule set up on the first episode:

update program set title='Cleverman' where title like 'Cleverman %';



More information about the mythtvnz mailing list