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