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 (full) screenshot of Configuration -> Base mdhelp: remove…
… additional title from imagecache mdhelp: add help docs to some config properties
- Loading branch information
Showing
8 changed files
with
88 additions
and
14 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,4 @@ | ||
| ##Configuration - General | ||
|
|
||
| This tabs allow configuration of several general parameters that affect | ||
| the core Tvheadend functionality. | ||
|
|
||
|  | ||
|  |
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
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| : The following placeholders are available: | ||
|
|
||
| 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 channel name (URL encoded ASCII) | ||
|
|
||
| Example: `file:///tmp/icons/%C.png` or `http://example.com/%c.png` |
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 |
|---|---|---|
| @@ -0,0 +1,26 @@ | ||
| : | ||
|
|
||
| Note that you must correctly set the *channel icon path* (above) for | ||
| this option to take effect/generate icon filenames. You may need to use | ||
| the *[Reset Icon]* button in | ||
| *Configuration -> Channel / EPG -> Channels* to trigger filename | ||
| (re-)generation. | ||
|
|
||
| Scheme | Description | ||
| -----------------------|------------------- | ||
| No Scheme | Use service name "as is" to generate the filename. | ||
| All lower-case | Generate lower-case filenames. | ||
| 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* - some characters will be | ||
| replaced: | ||
|
|
||
| Char | Replacement | ||
| -----------------------|---------------------- | ||
| `*` | star | ||
| `+` | plus | ||
| ` ` (space) | None (it's removed). | ||
|
|
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 |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| This can be named however you wish, as either a local (file://) or | ||
| remote (http://) location - however, remember that it’s pointing to a | ||
| directory as the picon names are automatically generated from the | ||
| service parameters frequency, orbital position, etc.). | ||
|
|
||
| Example: `file:///home/hts/picons` |
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 |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| : | ||
| If your picon pack uses filenames that start with "1_0_1_xxxx" you'll want to | ||
| use the *force service type to 1* setting. If your filenames use the | ||
| standard naming scheme e.g "1_0_19_xxxx" leave it as standard. |
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