Picons for Slyk Skin

Status
Not open for further replies.
At least they would be there. then and it wouldn't take up, may not work for ever, il, keep at it.
thanks again
 
yeah seen that somewhere before.
the pictures are 2 different versions of abe2 that name al jazerra hd and al jazerra eng hd
 
Right I was looking and having a wee look in GitHub at the py files and came across thiss

if not pngname: # picon by channel name
name = ServiceReference(serviceName).getServiceName()
name = unicodedata.normalize('NFKD', unicode(name, 'utf_8', errors='ignore')).encode('ASCII', 'ignore')
name = re.sub('[^a-z0-9]', '', name.replace('&', 'and').replace('+', 'plus').replace('*', 'star').lower())
if len(name) > 0:
pngname = findPicon(name)
if not pngname and len(name) > 2 and name.endswith('hd'):
pngname = findPicon(name[:-2])

most importantly this bit

name = re.sub('[^a-z0-9]', '', name.replace('&', 'and').replace('+', 'plus').replace('*', 'star').lower())

could I add in this

.replace('é', 'e')
 
see do you get any difference from this
101,1251,0x1,0xaf1,0x7ed,"NDS","RTÉ One",1:0:1:af1:7ed:2:11a0000:0:0:0:
102,1252,0x1,0xaf2,0x7ed,"NDS","RTÉ2",1:0:1:af2:7ed:2:11a0000:0:0:0:
115,2808,0x1,0xaf8,0x7ed,"NDS","RTÉ One +1",1:0:1:af8:7ed:2:11a0000:0:0:0
578,2804,0x1,0xaf4,0x7ed,"NDS","RTÉ News Now",1:0:1:af4:7ed:2:11a0000:0:0:0:

103,1255,0x1,0x1298,0x7e5,"NDS","TV3",1:0:1:1298:7e5:2:11a0000:0:0:0:
 
So in ABM it looks like this

<configuration lcn="1167" channelnumber="1167" description="RT One +1"></configuration>
 
I remember the old abe2 was like that and the snp worked fine.

---------- Post Merged at 09:06 PM ----------

if you take out the rte srp from picon and leave in the snp ones they work in all services its a funny one lol
 
Right I was looking and having a wee look in GitHub at the py files and came across thiss



most importantly this bit

name = re.sub('[^a-z0-9]', '', name.replace('&', 'and').replace('+', 'plus').replace('*', 'star').lower())

could I add in this

.replace('é', 'e')

this just seems to break it
unless im putting the py file back in wrong

dont know mate ive tried this one in the autopicon_convert.sh I added é É but didn't work.
SERVICE=$(echo $SERVICE|sed 'y/abcdeéfghijklmnopqrstuvwxyz/ABCDEÉFGHIJKLMNOPQRSTUVWXYZ/')
 
just not meant to be
i read that if you remove the e and all still doesnt work

hmm its just a bug, unless abe2 just change the name to rte instead of rté
 
just not meant to be
i read that if you remove the e and all still doesnt work

hmm its just a bug, unless abe2 just change the name to rte instead of rté

Its a funny one alright but y does the rte picons work on all services list that what's getting me the last abe2 to work is 27/11/16 one but that puts the rte,s as rtone,rt, and if you rename the picons to that it works lol
 
do the itvs have the name of the area under the itv logo?

i have utv, so im not sure
or is it just a itv logo??
 
Status
Not open for further replies.
Back
Top