Skip to content
This repository has been archived by the owner on Mar 24, 2024. It is now read-only.

Update icon path placeholder documentation so it reflects actual behaviour #10

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/webui/config_general.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down