garybuhrmaster / tv_grab_zz_sdjson_sqlite

XMLTV grabber for Schedules Direct JSON service
GNU General Public License v2.0
6 stars 8 forks source link

SD DVB-C should map to XMLTV DTV #1

Closed garybuhrmaster closed 8 years ago

garybuhrmaster commented 8 years ago

It has been reported (by dekarl) that (at least) EU based providers would usually have the mapping of DVB-C (and -S and -T) to be to XMLTV DTV. Mapping for DVB-C is performed in the function mapTransport, line 4323.

Related is that that means that DVB-C, DVB-T, and DVB-S processing for --get-lineup likely should all parse/output the network/transport/serviceid fields. This is in the getLineup function, various lines for DVB- processing.

garybuhrmaster commented 8 years ago

Addressed by commits 4e08d95 and 96d746b