<div dir="ltr">Hi Everyone,<div><br></div><div>The channel lineup has changed for my provider. I get the correct schedules (which is good) but the channel names are incorrect.</div><div><br></div><div>For example, CBS was on Channel 10, and it's moved to channel 12 (where NBC was).</div><div><br></div><div>The guide data is correct, as in it's showing CBS shows on channel 12.</div><div><br></div><div>However the channel name remains NBC.The database entry looks like this:</div><div><br></div><div><div>mysql> select * from channel where channum = 12 limit 1 \G</div><div>*************************** 1. row ***************************</div><div>           chanid: 1012</div><div>          channum: 12</div><div>           freqid: NULL</div><div>         sourceid: 1</div><div>         callsign: NBC</div><div>             name: NBC</div></div><div><snip></div><div><br></div><div>Which doesn't match what my grabber outputs (since the change).</div><div><div>  <channel id="12"></div><div>    <display-name lang="en">CBS</display-name></div><div>    <display-name lang="en">12</display-name></div><div>    <display-name lang="en">12</display-name></div><div>  </channel></div></div><div><br></div><div>I am not using "Schedules Direct" / Data Direct. This is a plain old XMLTV grabber.</div><div><br></div><div>I tried running:</div><div>mythfilldatabase --do-channel-updates (i think this only works for DD data)</div><div>mythfilldatabase --only-update-channels<br></div><div><br></div><div>And it won't update the entries in the DB. What's the command I need to run to update the channels with their new metadata?</div><div><br></div><div>Thanks!</div><div>Marc</div></div>