Opened 14 years ago
Closed 12 years ago
#9417 closed Patch - Feature (fixed)
Mythfilldatabase doesn't populate the xmltvid field for non us countries,
Reported by: | Owned by: | stuartm | |
---|---|---|---|
Priority: | minor | Milestone: | 0.27 |
Component: | MythTV - Mythfilldatabase | Version: | Master Head |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
Hello,
Setup of mythtv channel table for non us countries is difficult because there is no default way to populate the xmltvid field on the channel table. User may have two options:
1/ They do a channel scan from the tuner. After this, they have to manuel fill the xmltvid field in the database before they call mythfilldatabase to update the program table. They are script to automtically fill the xmltvid field in the database like this one :http://mythtv-fr.tuxfamily.org/wiki/telechargement_icone_tv.
2/ They begin by using the grabber to fill the channel table. In this case, xmltvid are correctly set, but the frequency of each channel have to be fill manually.
My proposal is a patch on mythfilldatabase. If mythfilldatabase don't find the xmltvid in channeldata::handleChannels, it will try to match the callsign already in the channel table (coming from the channel scan), and the one coming from the xmltv file. Most of the time, this match is sufficient to update the xmltvid field.
With this patch, people will be able: 1/ First step: do the channel scan. 2/ Second step: update xmltvid field and program with a mythfilldatabase --update --source n file.xmltv
Attachments (1)
Change History (6)
Changed 14 years ago by
Attachment: | automate-xmltvid-filldefaultvalue.diff added |
---|
comment:2 Changed 13 years ago by
Milestone: | unknown → 0.25 |
---|---|
Status: | new → accepted |
comment:4 Changed 12 years ago by
Milestone: | 0.26 → 0.27 |
---|
comment:5 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
Automate xmltvid filldefaultvalue.diff