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: move a few long description values to markdown (added dvr_sto…
…p_extra and dvr_start_extra properties). mdhelp: cleaned up a few docs
- Loading branch information
Showing
8 changed files
with
69 additions
and
38 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
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,10 @@ | ||
| : | ||
|
|
||
| For example, if a program is to start at 13:00 and you set a padding of | ||
| 5 minutes, it will start recording at 12:54:30 (including a warm-up | ||
| time of 30 seconds (user configurable)). If this isn't | ||
| specified, any pre-recording padding as set in the channel or DVR | ||
| profile will be used. | ||
|
|
||
| Be sure to check you have enough free tuners available | ||
| to record all scheduled recordings if they overlap. |
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,7 +1,15 @@ | ||
| The *status* column indicates why an entry failed: | ||
| : | ||
|
|
||
| Status | Description | ||
| -----------------|---------------------------------------------------------- | ||
| Aborted by user | The recording was interrupted by the user. | ||
| File missing | The associated file(s) cannot be found on disk. | ||
| Time missed | Indicates a recording failed due to one (or more) of the following: Tvheadend wasn't running when the entry/recording was scheduled to start; Tvheadend couldn't create the necessary file(s)/folder(s) to begin recording due to file system issues; The tuner returned no data indicating a signal/external problem; No free tuner was available for use; | ||
| Time missed | See below. | ||
|
|
||
| Time missed can be caused by one (or more) of the following: | ||
| * No free tuners - usually in-use by other subscription(s). | ||
| * No tuners are enabled and/or have no network assigned. | ||
| * All available tuners failed to tune (this can indicate a signal, driver or hardware problem). | ||
| * The underlying service for the channel is no longer available. | ||
| * Tvheadend wasn't running or crashed when a scheduled event/entry was to start. | ||
|
|
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 is extremely useful for those programs you think/know will overrun. | ||
| Any value selected here will keep a tuner busy for longer, so be sure | ||
| to check you have enough free tuners to record all scheduled recordings | ||
| if they overlap. |
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