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
bouquets: add initial help file
- Loading branch information
Showing
1 changed file
with
34 additions
and
0 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 |
|---|---|---|
| @@ -0,0 +1,34 @@ | ||
| <div class="hts-doc-text"> | ||
|
|
||
| <p> | ||
| The bouquets are obtained automatically from the DVB source. | ||
| </p> | ||
|
|
||
| <p> | ||
| The fastscan bouquets are pre-defined in the configuration tree. These | ||
| bouquets must be manually enabled to let tvheadend to subscribe and listen | ||
| to the specific MPEG-TS PIDs. | ||
| </p> | ||
|
|
||
| <p> | ||
| The bouquets are listed / edited in a grid. | ||
|
|
||
| <ul> | ||
| <li>To edit a cell, double click on it. After a cell is changed it | ||
| will flags one of its corner to red to indicated that it has been | ||
| changed. To commit these changes back to Tvheadend press the | ||
| 'Save changes' button. In order to change a Checkbox cell you only | ||
| have to click once in it. | ||
|
|
||
| <li>To add a new entry, press the 'Add entry' button. The new (empty) entry | ||
| will be created on the server but will not be in its enabled state. | ||
| You can now change all the cells to the desired values, check the | ||
| 'enable' box and then press 'Save changes' to activate the new entry. | ||
|
|
||
| <li>To delete one or more entries, select the lines (by clicking once on | ||
| them), and press the 'Delete selected' button. A popup | ||
| will ask you to confirm your request. | ||
| </ul> | ||
| </p> | ||
|
|
||
| </div> |