From webif/lib/epg.class
, the EPG icon image is <img src="/img/channels/out/$channel_name.png"
.
Each icon in the out/
directory is a symbolic link to an actual image in ../x/
webif-channelicons has some other directories as well as out/
and x/
, but I guess what is needed initially is just to make links for all the regional channels, and also to catch up with the renaming of other channels by adding new icon for each channel to 'x/' and linking it into out/
.
Thus:
out/BBC ONE Lon HD.png
: link ../x/BBC One HD.png
And the same for whatever the other regionalised channels in West Midlands, East Midlands, Yorkshire, South Yorkshire, East Yorks & Lincs and the Channel Islands are called, eg
out/BBC ONE Yks HD.png
: link ../x/BBC One HD.png
For missing icons, there's usually a relevant image on the channel's website that can be cropped and shrunk to a 100x100 PNG.
Looking just at London TV channels, omitting shopping, pseudo-porn and placeholder +1s:
out/ITV1+1.png
: link ../x/ITV1 +1.png
out/ITV2+1.png
: link ../x/ITV2 +1.png
out/E4 Extra.png
: acquire from C4
out/5USA.png
: link ../x/5 USA.png
out/5ACTION.png
: acquire from C5
out/5SELECT.png
: acquire from C5
out/DMAX.png
: acquire from Warner Discovery
out/EarthxTV.png
: acquire from EarthxTV
out/PBS America.png
: acquire from PBS
out/Sky Arts.png
: acquire from Sky
out/GREAT! movies.png
: acquire from GREAT!
out/GREAT! movies +1.png
: acquire from GREAT!
out/GREAT! action.png
: acquire from GREAT!
out/GREAT! romance.png
: acquire from GREAT!
out/Legend.png
: acquire from Legend
out/GREAT! tv.png
: acquire from GREAT!
out/W.png
: acquire from W
out/RealityXtra.png
: acquire from RealityExtra (CBS)
out/TCC.png
: acquire from That's TV
out/That's TV (UK).png
: acquire from That's TV
out/That's 60s.png
: acquire from That's TV
out/That's 80s.png
: acquire from That's TV
out/TalkTV.png
: acquire from TalkTV
out/GB News.png
: acquire from GB News
[Updated list for omitted items, previously updated on my system.]
Anyone who has installed webif-channelicons could perform these changes in /mod/webif/html/img/channels/
, check the result, archive the directory as a .tar.gz and offer it for repackaging.