Opened 20 years ago
Closed 20 years ago
#673 closed patch (fixed)
Allow >2 channels to use the same xmltvid
Reported by: | Owned by: | Isaac Richards | |
---|---|---|---|
Priority: | minor | Milestone: | unknown |
Component: | mythtv | Version: | head |
Severity: | high | Keywords: | |
Cc: | Ticket locked: | no |
Description
allows multiple stations to share the same xmltvid. Basically duplicates the guidedata for all channels with the same xmltvid.
Probably only useful in Australia (e.g. 9HD and 9SD).
Attachments (2)
Change History (7)
by , 20 years ago
Attachment: | xmltv_aus.diff added |
---|
comment:1 by , 20 years ago
comment:2 by , 20 years ago
This patch should work if your using xmltv (i.e. the tv_gab_xx scripts)...
It's not the best solution though as data is duplicated for all the stations. But it's the easiet as it only changes filldata.cpp and leave everything else intact.
comment:3 by , 20 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
by , 20 years ago
Attachment: | xmltv_aus.2.diff added |
---|
comment:4 by , 20 years ago
Resolution: | fixed |
---|---|
Severity: | medium → high |
Status: | closed → reopened |
[8561] is broken as the query object is reused again later on in the loop (somewhere in line 2317), thus breaking the earlier "while(query.next())" statement.
Attached is a quick patch that creates another MSqlQuery object called chanQuery, but this requires 2 connections.
I don't thing only aussies need this patch, as for example here in europe, where I have an analoge cable (PVR-xxx) and a sat (DVB-S) plus a d-cable (DVB-C) in the same machine it's a real nag to get these stuff working when 50 percent of the channels are overlapping. Could we expand the code here?