Thanks, that's a region I hadn't tested with I'm afraid, what would you call that? Currently, we have the following mappings:~ $ sqlite3 /opt/epg/channels.db "select szsvcname from tbl_svc_default where uslcn = 101;"
BBC One Yk&Li
Code:
when 'BBC One CI' then 'Channel Islands/501'
when 'BBC One East E' then 'East (East)/502'
when 'BBC One East W' then 'East (West)/503'
when 'BBC One E Mid' then 'East Midlands/504'
when 'BBC One Lon' then 'London/505'
when 'BBC One NE&C' then 'North East & Cumbria/506'
when 'BBC One N West' then 'North West/507'
when 'BBC One NI HD' then 'Northern Ireland/508'
when 'BBC One ScotHD' then 'Scotland/509'
when 'BBC One South' then 'South/510'
when 'BBC One S East' then 'South (East)/511'
when 'BBC One Oxford' then 'South (Oxford)/512'
when 'BBC One S West' then 'South West/513'
when 'BBC One Wal HD' then 'Wales/514'
when 'BBC One West' then 'West/515'
when 'BBC One W Mid' then 'West Midlands/516'
when 'BBC One Yorks' then 'Yorkshire/517'
else 'Unknown/518'