From d1078a130152c7fa9a8dcf6c19e7e7172ae69a59 Mon Sep 17 00:00:00 2001 From: Jesus Jimenez Date: Wed, 2 Aug 2017 09:22:48 +0200 Subject: [PATCH] Update channel icon path placeholder documentation so it reflects actual behaviour --- docs/webui/config_general.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/webui/config_general.md b/docs/webui/config_general.md index f9f5b15..8ea7637 100644 --- a/docs/webui/config_general.md +++ b/docs/webui/config_general.md @@ -100,7 +100,7 @@ highlight/reflection effect). Placeholder | Function :----------:| -------- -**%C** | The transliterated channel name in ASCII (safe characters, no spaces, etc. - so `Das Erste HD` will be `Das_Erste_HD`, but `WDR Köln` will be `WDR_Koln`) +**%C** | The transliterated channel name in ASCII (safe characters, so `WDR Köln` will be `WDR Koln`). Spaces will be transliterated as is, so check that your filesystem can manage spaces in filenames. **%c** | The channel name (URL encoded ASCII) Example: `file:///tmp/icons/%C.png` or `http://example.com/%c.png`