Bug #4435
channel name with space does not automatically load user icon
0%
Description
When a channel has a space in the name, the user icon will not automatically be found. You can manually edit the user icon source and it will work. But if you reset icons - it will not be found again. This is using the no scheme setting.
Channels without a space in the name or channels with a hyphen in the name have no issue with this and will automatically load the user icon based on the name of the channel.
I'm working to create a list of channels icons for the USA OTA channels using the name that the channel is transmitting in the OTA guide data. Thanks for checking on this!
History
Updated by Jaroslav Kysela over 7 years ago
If you use '%C' in the path - space and special characters are replaced by the underscore (_).
Updated by edit4ever ! over 7 years ago
damn - I hate it when I miss something in the help section!
So for spaces - the file name will have to be ascii url (use %20 for space) id using %c otherwise rename files with the underscore.
Thanks!
Updated by Jaroslav Kysela over 7 years ago
I just found that for file:// access the URL should be deescaped back to a standard filename. Fix is in v4.3-240-gd7a848c. So space is space not %20.