<p dir="ltr"><br>
On 30 Sep 2014 11:45, "Paul Gardiner" <<a href="mailto:lists@glidos.net">lists@glidos.net</a>> wrote:<br>
><br>
> I thought it was time I got around to swapping over from tv_grab_uk_rt<br>
> to tv_grab_uk_atlas. All seemed to go well, nice easy set up, except<br>
> it doesn't work :-( and I cannot figure what I've done wrong.<br>
><br>
> I registered and obtained an API key, and ran<br>
><br>
> tv_grab_uk_atlas --configure<br>
><br>
> That produced $HOME/.xmltv/tv_grab_uk_atlas.conf with the new<br>
> mysterious four letter channel ids.<br>
><br>
> After that, running<br>
><br>
> tv_grab_uk_atlas --quiet<br>
><br>
> seems to download the channel info. It also seems to pull down<br>
> the file .xmltv/supplement/tv_grab_uk_atlas/tv_grab_uk_atlas.map.channel.conf<br>
> so that it can translate the four letter ids to something like<br>
> the old ones, and the downloaded channel data does seem to mention<br>
> old style ids. I noticed that some of these were slightly different:<br>
> e.g., <a href="http://channel4.co.uk">channel4.co.uk</a> is now <a href="http://channel4.com">channel4.com</a>, so I updated my mythconverg<br>
> channels table with the new values.<br>
><br>
> I then use the script below to fetch:<br>
><br>
> #!/bin/bash<br>
><br>
> TEMPFILE=/tmp/mythfill$$<br>
> tv_grab_uk_atlas --quiet > $TEMPFILE<br>
> mythfilldatabase --update --file --sourceid 1 --xmlfile $TEMPFILE<br>
> mythfilldatabase --update --file --sourceid 2 --xmlfile $TEMPFILE<br>
> mythfilldatabase --update --file --sourceid 3 --xmlfile $TEMPFILE<br>
> rm $TEMPFILE<br>
><br>
> but I get no new data and I have only 11 days worth, which I assume<br>
> is from the last successful tv_grab_uk_rt fetch.<br>
><br>
> I see in the output loads of<br>
><br>
> "Unknown xmltv channel identifier:" even from ones that are clearly<br>
> in myth's channel table. What am I doing wrong? Is there somewhere<br>
> else myth keeps a list of these channels and checks against them?<br>
> I no longer have a Freeview.xmltv file, but I assume that file's<br>
> job is taken over by tv_grab_uk_atlas.conf.<br>
><br>
> Very confused.<br>
><br>
> Cheers,<br>
> Paul.</p>
<p dir="ltr">I think you will have to rename tv_grab_uk_atlas.conf to Freeview.xmltv for Myth to find it. I assume Freeview is the name you gave to the source in Myth.</p>
<p dir="ltr">Paul H.<br>
</p>