[mythtv-users] metadatalookup -- not searching tvdb after post processing RECORDED

Karl Dietz dekarl at spaetfruehstuecken.org
Wed Oct 31 19:54:27 UTC 2012


On 31.10.2012 18:51, John wrote:
> This looks like the relevant bit of eitfixup, which is already doing its
> best with dutch TV :-)

the important part is in eithelper.cpp
     // Netherlands
     fix[ 1000U << 16] = EITFixUp::kFixNL;

which translates to "apply this fixup for all events that relate to
original_network_id 1000" which should be "@Home DVB-C guide in the
Netherlands" according to the comment in eitfixup.cpp which got merged 
into  Ziggo according to wikipedia but is actually allocated to "Telia,
Sweden" according to
http://www.dvbservices.com/identifiers/original_network_id

Looks like you might not see the fixups applied because the ids don't
line up...

One of your use cases should already work according to that regexp
     m_nlSub("\\sAfl\\.:\\s([^\\.]+)\\."),

The relevant values for your channels can be dumped from your mythtv
database with a simple perl script, see http://paste.ubuntu.com/1320805/

The raw EIT data (to base fixups on) can be seen with dvbsnoop, see
http://dvbsnoop.sourceforge.net/examples/example-eit.html
(you need to stop the backend, manually tune and then run dvbsnoop, so
that might be something for a rainy day ;)

Regards,
Karl


More information about the mythtv-users mailing list