<div dir="ltr"><div>As others have indicated, lyngsat blocks requests for images that do not have a referrer set. I wanted to share a work-around that I was able to successfully use in order to manually download the missing images:</div><div><br></div><div>cd /var/lib/mythtv/channels</div><div><br></div><div>mkdir update; cd update; egrep -o 'access.*' ../*.png | egrep -o ' /.*' | xargs -I{} wget --referer <a href="https://www.lyngsat.com">https://www.lyngsat.com</a> <a href="https://www.lyngsat-logo.com">https://www.lyngsat-logo.com</a>{}; mv *.png ..; cd ..; rmdir update</div><div><br></div><div>After doing this, I had to manually use the channel editor in mythtv-setup to associate each image with its corresponding channel.</div></div>