Bug #4755
Picons with german special chars not found, but exists on disk
100%
Description
There is a bug in HTS Tvheadend 4.2.3-20 ~ LibreELEC Tvh-addon v8.2.112 webinterface.
The picon files with german special chars are not found. All others are found.
Settings:- Channel icon path: file:///storage/picons/tvh/%c.png
- Channel icon name scheme: Service name picons
- Example channel name: "WDR HD Köln"
- Existing filename: "/storage/picons/tvh/wdr hd köln.png"
Repro:
1. Reset icon for "WDR HD Köln"
2. Save
3. Reverted to "picon://1_0_1_6EA5_4B1_1_C00000_0_0_0.png"
Files
History
Updated by Marc Bauer almost 7 years ago
The correct URL is "file:///storage/picons/tvh/wdr+hd+k%C3%B6ln.png"
Updated by C vH almost 7 years ago
https://tvheadend.org/issues/3555
Service name picons looking for wdrhdkoln.png for WDR HD Köln
Updated by Marc Bauer almost 7 years ago
C vH wrote:
https://tvheadend.org/issues/3555
Service name picons looking for wdrhdkoln.png for WDR HD Köln
Thanks for the link. This should only happen on %C, but not %c what I configured.
Your 2 years old bug report is marked as fixed, but it is not... :-(
Updated by Marc Bauer almost 7 years ago
I documented one detail wrong. This is the correct setting:
- Channel icon name scheme: all lowercase
Updated by Jaroslav Kysela almost 7 years ago
- Status changed from New to Fixed
- % Done changed from 0 to 100
Applied in changeset commit:tvheadend|6927b21a568a2434704ba2b8c04f52a01a4f8929.
Updated by Jaroslav Kysela almost 7 years ago
The documentation is wrong both %C and %c are translited to ASCII. I added %U to use non-translited channel names.