dma
Member
Hi,
Apologies if this has been reported before, but I noticed a number of images are broken. I'm in the Northern Ireland region and (with the exception of one channel) all are specific to this region. Here's a list:
Channel Number: 85
Channel Name: RT
URL Image Link: http://humax/img/channels/RT.png
Filesystem Image: <doesn't exist>
Problem: New image needs to be created
Channel Number: 101
Channel Name: BBC One NI HD
URL Image Link: http://humax/img/channels/BBC One NI HD.png
Filesystem Image: <doesn't exist>
Problem: New image needs to be created
Channel Number: 103
Channel Name: UTV HD
URL Image Link: http://humax/img/channels/UTV HD.png
Filesystem Image: <doesn't exist>
Problem: New image needs to be created
Channel Number: 719
Channel Name: BBC Radio Ulster
URL Image Link: http://humax/img/channels/BBC Radio Ulster.png
Filesystem Image: /mnt/hd2/mod/var/mongoose/html/img/channels/BBC R Ulster.png
Problem: png is not a real file, just ASCII test
Also, the RTE channels (Soarview rather than Freeview) icons are also broken. However, if you look on the filesystem there are a number of png files for RTE channels:
The reason why they don't work is probably due to the Irish language character set used in the name of the channel. For example, RTE Two has the following image URL in the web interface:
http://humax/img/channels/RTÉ Two.png
If this was as follows, then the image would link correctly:
http://humax/img/channels/RTE TWO.png
Not sure if this can be done simply with a symbolic link. Perhaps a manual hard-coding in the HTML source for non-UK English characters is required. This problem might also happen for Scottish and Welsh language channels but I don't have access to them.
It's not a big deal, just cosmetic - it doesn't cause any lack of functionality. Just thought I'd mention it in case no one else had reported.
Apologies if this has been reported before, but I noticed a number of images are broken. I'm in the Northern Ireland region and (with the exception of one channel) all are specific to this region. Here's a list:
Channel Number: 85
Channel Name: RT
URL Image Link: http://humax/img/channels/RT.png
Filesystem Image: <doesn't exist>
Problem: New image needs to be created
Channel Number: 101
Channel Name: BBC One NI HD
URL Image Link: http://humax/img/channels/BBC One NI HD.png
Filesystem Image: <doesn't exist>
Problem: New image needs to be created
Channel Number: 103
Channel Name: UTV HD
URL Image Link: http://humax/img/channels/UTV HD.png
Filesystem Image: <doesn't exist>
Problem: New image needs to be created
Channel Number: 719
Channel Name: BBC Radio Ulster
URL Image Link: http://humax/img/channels/BBC Radio Ulster.png
Filesystem Image: /mnt/hd2/mod/var/mongoose/html/img/channels/BBC R Ulster.png
Problem: png is not a real file, just ASCII test
Also, the RTE channels (Soarview rather than Freeview) icons are also broken. However, if you look on the filesystem there are a number of png files for RTE channels:
Code:
humax# pwd
/mnt/hd2/mod/var/mongoose/html/img/channels
humax# ls -l RTE*
-rw-r--r-- 1 root root 4549 Jun 13 2011 RTE 2FM.png
-rw-r--r-- 1 root root 4955 Jun 13 2011 RTE Europe.png
-rw-r--r-- 1 root root 5917 Jun 13 2011 RTE Lyric fm.png
-rw-r--r-- 1 root root 5306 Jun 13 2011 RTE ONE.png
-rw-r--r-- 1 root root 6252 Jun 13 2011 RTE R na G.png
-rw-r--r-- 1 root root 6132 Jun 13 2011 RTE Radio 1.png
-rw-r--r-- 1 root root 5407 Jun 13 2011 RTE TWO.png
humax#
The reason why they don't work is probably due to the Irish language character set used in the name of the channel. For example, RTE Two has the following image URL in the web interface:
http://humax/img/channels/RTÉ Two.png
If this was as follows, then the image would link correctly:
http://humax/img/channels/RTE TWO.png
Not sure if this can be done simply with a symbolic link. Perhaps a manual hard-coding in the HTML source for non-UK English characters is required. This problem might also happen for Scottish and Welsh language channels but I don't have access to them.
It's not a big deal, just cosmetic - it doesn't cause any lack of functionality. Just thought I'd mention it in case no one else had reported.