Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
mdhelp: add button info tables to the various dvr docs and some gener…
…al clean-up. mdhelp: add channelname_scheme property doc
- Loading branch information
Showing
4 changed files
with
76 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,26 +1,13 @@ | ||
| : | ||
|
|
||
| Note that you must correctly set the *channel icon path* (above) for | ||
| this option to take effect/be able to generate icon filenames. You may | ||
| need to use the *[Reset Icon]* button in | ||
| *Configuration -> Channel / EPG -> Channels* to trigger filename | ||
| (re-)generation. | ||
| You must correctly set the *Channel icon path* (above) to be able to generate icon | ||
| filenames. Note that changing this option **won't** automatically (re-)generate | ||
| icon filenames. You must manually (re-)generate them using the | ||
| *[Reset Icons]* button in the *Configuration -> Channel / EPG -> Channels* | ||
| tab. | ||
|
|
||
| Scheme | Description | ||
| -----------------------|------------------- | ||
| No Scheme | Use service name "as is" to generate the filename. | ||
| All lower-case | Generate lower-case filenames. | ||
| No scheme | Use service name "as is" to generate the filename - spaces are replaced with underscores `_` and non-alphanumeric characters are URL encoded. | ||
| All lower-case | Generate lower-case filenames - spaces are replaced with underscores `_` and non-alphanumeric characters are URL encoded. | ||
| Service name picons | Generate lower-case filenames using picon formatting. | ||
|
|
||
| When using *No Scheme* or *All lower-case* spaces are replaced with | ||
| underscores `_` and non-alphanumeric characters are URL encoded. | ||
|
|
||
| When using the *service name picon scheme* certain characters will be | ||
| replaced and non-alphanumeric characters removed. | ||
|
|
||
| Character | Replacement String | ||
| -----------------------|---------------------- | ||
| `*` | star | ||
| `+` | plus | ||
| ` ` (space) | None (it's removed.) | ||
|
|