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
A bucket of changes!
mdhelp: add dvr_failed and dvr_finished mdhelp: add dvr tab image mdhelp: move "details" column info to dvrentry (as it applies to the other tabs too) mdhelp: update dvrentry mdhelp: update toc mdhelp: add extended info for the status property (added dvr_status.md) dvr_db: update various property descriptions dvb_db: add PO_DOC_NLIST opt to some properties Plus some other little bits here and there..
- Loading branch information
Showing
8 changed files
with
154 additions
and
44 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,12 +1,24 @@ | ||
| The DVR entry is used by Tvheadend to keep track of the upcoming, | ||
| finished and failed recordings. | ||
| DVR entries are used by Tvheadend to keep track of upcoming, finished and failed recordings. | ||
|
|
||
| * Upcoming and currently recording entries remain in the 'Upcoming/ | ||
| Current Recordings' tab. | ||
| * When a recording completes successfully the entry gets moved to the | ||
| 'Finished recordings' tab. | ||
| * When a recording fails or is aborted it gets moved to the 'Failed | ||
| recordings' tab. | ||
|  | ||
|
|
||
| Some entry details are not available/incomplete until the recording | ||
| --- | ||
|
|
||
| * Upcoming and currently recording entries remain in the [Upcoming/Current Recordings](dvr_upcoming) tab. | ||
|
|
||
| * When a recording completes successfully the entry is moved to the [Finished Recordings](dvr_finished) tab. | ||
|
|
||
| * When a recording fails or gets aborted the entry is moved to the [Failed Recordings](dvr_failed) tab. | ||
|
|
||
| The *Details* column gives a quick overview as to the status of each | ||
| entry: | ||
|
|
||
| Icon | Description | ||
| -------------------------------------------|------------- | ||
|  | the program is scheduled (upcoming) | ||
|  | the program is active and underway (current) | ||
|  | click to display detailed information about the selected recording (upcoming or current) | ||
|
|
||
| **Note**: Some entry details are not available/incomplete until the recording | ||
| completes or fails, e.g. filesize, total data errors, etc. | ||
|
|
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,48 @@ | ||
| ##Digital Video Recorder - Failed Recordings | ||
|
|
||
| This tab shows all failed recordings. | ||
|
|
||
|  | ||
|
|
||
| The *Status* column indicates why a recording failed. | ||
| See the status item on the [DVR Entries](class/dvrentry) page for more | ||
| information. | ||
|
|
||
| --- | ||
|
|
||
| ###1. Playing a Failed Recording | ||
|
|
||
| You can play a partial recording by clicking the *Play* link. | ||
|
|
||
| If your browser supports video playback it should automatically start | ||
| playing. Note, the *Play* links do not link to an actual file but to a m3u playlist. | ||
|
|
||
| ###2. Downloading a Recording | ||
|
|
||
| Highlight the desired entry then press the *[Download]* button from the | ||
| menu bar. | ||
|
|
||
| ###3. Re-recording an Entry/Re-schedule a Failed Recording. | ||
|
|
||
| You can re-schedule an entry by pressing the *[Re-record]* button from | ||
| the menu bar. | ||
|
|
||
| **Note**: Your EPG data must have another matching event to be able to re-schedule | ||
| the entry. | ||
|
|
||
| ###4. Moving an Entry | ||
|
|
||
| Failed recording can be moved to the [Finished Recordings](dvr_finished) | ||
| tab by highlighting the desired entry and then pressing the *[Move to finished]* | ||
| button from the menu bar. | ||
|
|
||
| ###5. Deleting an Entry | ||
|
|
||
| Highlight the desired entry(s) then press the *[Delete]* button. | ||
|
|
||
| **Deleting an entry cannot be undone. You | ||
| will be prompted to confirm deletion.** | ||
|
|
||
| **Tip**: You can highlight multiple entries by holding ctrl or shift | ||
| (to select a range). | ||
|
|
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,36 @@ | ||
| ##Digital Video Recorder - Finished Recordings | ||
|
|
||
| This tab shows all your finished recordings. | ||
|
|
||
|  | ||
|
|
||
| --- | ||
|
|
||
| ###1. Playing a Recording | ||
|
|
||
| You can play a recording by clicking the *Play* link. | ||
|
|
||
| If your browser supports video playback it should automatically start | ||
| playing. Note, the *Play* links do not link to an actual file but to a m3u playlist. | ||
|
|
||
| ###2. Downloading a Recording | ||
|
|
||
| Highlight the desired entry then press the *[Download]* button from the | ||
| menu bar. | ||
|
|
||
| ###3. Editing an Entry | ||
|
|
||
| You can edit an entry by clicking the *[Edit]* button from the menu bar, | ||
| note that not all [DVR Entry](class/dvrentry) fields can be edited. | ||
|
|
||
| ###4. Deleting an Entry. | ||
|
|
||
| Highlight the desired entry(s) then press the *[Delete]* button. | ||
|
|
||
| **Deleting an entry cannot be undone. You | ||
| will be prompted to confirm deletion.** | ||
|
|
||
| **Tip**: You can highlight multiple entries by holding ctrl or shift | ||
| (to select a range). | ||
|
|
||
|
|
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,7 @@ | ||
| 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; |
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