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: update/add various help docs + screenies mdhelp: update captions
- Loading branch information
Showing
24 changed files
with
245 additions
and
68 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,8 +1,49 @@ | ||
| ##Configuration - Recording - Digital Video Recorder Profiles | ||
|
|
||
| This tab is used to configure operation of the Digital Video Recorder. | ||
| It is not used for scheduling or administration of individual | ||
| recordings. | ||
|
|
||
|  | ||
|  | ||
|
|
||
| --- | ||
|
|
||
| ###Menu Bar/Buttons | ||
|
|
||
| The following functions are available: | ||
|
|
||
| Button | Function | ||
| --------------------|--------- | ||
| **Save** | Save any changes made to the selected profile | ||
| **Undo** | Undo any changes made to the selected profile since the last save. | ||
| **Add** | Add a new profile. | ||
| **Delete** | Delete an existing profile. | ||
| **Clone** | Clone the currently selected profile. | ||
|
|
||
| <tvh_include>inc/common_button_table_end</tvh_include> | ||
|
|
||
| --- | ||
|
|
||
| ###Adding/Editing a Profile | ||
|
|
||
| To create a new profile press the *[Add]* button from the | ||
| menu bar, a new entry "! New config" will be added to the grid, click | ||
| on that entry to configure it - don't forget to save! | ||
|
|
||
|  | ||
|
|
||
| To edit an existing configuration, click on it from within the grid, the | ||
| *Parameters* panel should then appear on the right hand side. | ||
|
|
||
| **Tips**: | ||
| * Remember to *[Save]* your changes before selecting another profile | ||
| from within the grid. | ||
| * You can clone an existing profile by clicking the *[Clone]* | ||
| button. | ||
|
|
||
| --- | ||
|
|
||
| ###Deleting a Profile | ||
|
|
||
| Highlight (select) the desired entry from the grid, then press the | ||
| *[Delete]* button from the menu bar. | ||
|
|
||
| --- |
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,46 @@ | ||
| This tab defines rules to filter and order the elementary streams | ||
| (PIDs) like video or audio from the input feed. The execution order of | ||
| commands is granted. It means that first rule is executed for all | ||
| available streams then second and so on. | ||
|
|
||
|  | ||
|
|
||
| If any elementary stream is not marked as ignored or exclusive, it is | ||
| used. If you like to ignore unknown elementary streams, add a rule to | ||
| the end of grid with the any (not defined) comparisons and with the | ||
| action ignore. | ||
|
|
||
| The rules for different elementary stream groups (video, audio, | ||
| teletext, subtitle, CA, other) are executed separately (as visually edited). | ||
|
|
||
| For the visual verification of the filtering, there is a service | ||
| info dialog in the [Services](class/mpegts_service) tab. | ||
| This dialog shows the received PIDs and filtered PIDs in one window. | ||
|
|
||
| --- | ||
| <tvh_include>inc/common_button_table_start</tvh_include> | ||
|
|
||
| <tvh_include>inc/common_button_table_end</tvh_include> | ||
|
|
||
| Tab specific functions: | ||
|
|
||
| Button | Function | ||
| -----------------------|--------- | ||
| **Move Up** | Move the selected entry up the grid. | ||
| **Move Down** | Move the selected entry down the grid. | ||
|
|
||
| --- | ||
|
|
||
| <tvh_include>inc/add_grid_entry</tvh_include> | ||
|
|
||
|  | ||
|
|
||
| --- | ||
|
|
||
| <tvh_include>inc/edit_grid_entries</tvh_include> | ||
|
|
||
| --- | ||
|
|
||
| <tvh_include>inc/del_grid_entries</tvh_include> | ||
|
|
||
| --- |
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 @@ | ||
| The map services to channels dialog allows you to control how | ||
| services are mapped. The options selected here get passed to the | ||
| [Service Mapper](status_service_mapper) tab when you press | ||
| the *[Map services]* button. | ||
|
|
||
|  | ||
|
|
||
| See [Services](class/mpegts_service) for more details on service mapping. | ||
|
|
||
| --- |
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,11 @@ | ||
| ###Playing a Stream/File | ||
|
|
||
| You can play a stream/file by copying/pasting the Play icon link from | ||
| the grid into the desired player/software. | ||
|
|
||
| **Notes**: | ||
| * The links don't link to the actual stream but to a playlist for | ||
| use with media players such as VLC, If you'd prefer to receive the raw | ||
| stream instead, you can do so by removing the `/play/` path from | ||
| the URL - see [URL Syntax](url) for more. | ||
|
|
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,16 @@ | ||
| : | ||
|
|
||
| Whenever you read or write data to the filesystems, the information is | ||
| kept (cached) in memory for a while. This means that regularly-access | ||
| files are available quickly without going back to the disc; it also | ||
| means that there’s a disconnect when writing between the write request | ||
| (from the application) and the actual write itself (to the disc/storage) | ||
| as changes are buffered to be written in one go. | ||
|
|
||
| Scheme | Description | ||
| -----------------------|------------ | ||
| **Unknown** | A placeholder status, meaning that the configuration isn’t properly set. | ||
| **System** | Change nothing and rely on standard (default) system caching to behave as it normally would. | ||
| **Don't keep** | Tell the system that you’re not expecting to re-use the data soon, so don’t keep it in cache. The data will still be buffered for writing. Useful e.g. in a RAM-limited system like a Pi (given that you’re unlikely to be watching while recording, so data can be discarded now and read back from disc later). | ||
| **Sync** | Tell the system to write the data immediately. This doesn’t affect whether or not it’s cached. Useful e.g. if you’ve a particular problem with data loss due to delayed write (such as if you get frequent transient power problems). | ||
| **Sync + Don't keep** | A combination of last two variants above - data is written immediately and then discarded from cache. |
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
Oops, something went wrong.