As people are aware, keeping up with service refernce changes and renaming picons has been a long standing menial issue.
From next image after Apollo 73, the picon code has been adapted to do away with the dependence on service reference. Picons will now be displayed based on the channel name subject to the naming parameters listed further down. This will mean the picon makers can now concentrate on making picons and not bother about keeping up with service reference changes.
The Service Named Picons (SNPs) are lower in the selection list than the conventional Service Reference Picons (SRPs). This is useful were a channel has the same name on different satellites and you wish to use a different picon for some of them. Nothing has changed with regards to picon locations.
The commit is below. It is opensource and other image makers are free to adopt this.
https://github.com/OpenViX/enigma2/b...derer/Picon.py
Hypothetical channel "DDC One London +1" will require a picon called "ddconelondonplus1.png"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])
We will endeavour to have the SNPs on the feeds, but as they are lower in the selection list, it is not important.
Lraizer's plugin users
For users of Lraizer's plugin, the LCN is attached to the service name. Versions newer than 13/11/2014 allows you to select in teh autpopicon section if you decide to use the "Print channel number" feature.
EDIT 08 NOV 2014:
The service named Picons have been placed in the Picon folder on the openvix download site
http://www.world-of-satellite.com/sh...-to-SNP-format"Plugins" to rename/list picons can be downloaded from links below.
http://www.world-of-satellite.com/sh...missing-picons