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 network help docs
- Loading branch information
Showing
3 changed files
with
51 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,51 @@ | ||
| A network is the type of carrier for your television signals. Tvheadend | ||
| supports several different types of network, notably: | ||
|
|
||
| * Cable TV, delivered via a cable to your house | ||
| - [DVB-C](class/dvb_network_dvbc) | ||
| - [ISDB-C](class/dvb_network_isdb_c) | ||
| - [ATSC-C](class/dvb_network_atsc_c) - common in north and central America and parts of south Asia | ||
|
|
||
| * Satellite, any signal coming in via a dish | ||
| - [DVB-S](class/dvb_network_dvbs) | ||
| - [ISDB-S](class/dvb_network_isdb_s) | ||
|
|
||
| * Terrestrial, over-the-air broadcasts received through a traditional television aerial | ||
| - [DVB-T](class/dvb_network_dvbt) - common in most of Europe | ||
| - [ISDB-T](class/dvb_network_isdb_t) - common in Brazil and various other countries throughout south America | ||
| - [ATSC-T](class/dvb_network_atsc_t) - common in north and central America | ||
|
|
||
| * IPTV - TV over the Internet via your broadband connection | ||
| - [IPTV](class/iptv_network) | ||
| - [IPTV Automatic Network](class/iptv_auto_network) - IPTV using a playlist as the source | ||
|
|
||
|  | ||
|
|
||
| --- | ||
|
|
||
| ###Add/Edit Dialog Example | ||
|
|
||
| A common set of fields is used for the _Add_ or _Edit_ functions, most | ||
| of which can also be seen in the grid view: | ||
|
|
||
|  | ||
|
|
||
|  | ||
|
|
||
| --- | ||
|
|
||
| ###Menu Bar/Buttons | ||
|
|
||
| The following functions are available: | ||
|
|
||
| Button | Function | ||
| ---------------|--------- | ||
| **Save** | Save any changes made to the network configuration. | ||
| **Undo** | Undo any changes made to the network configuration since the last save. | ||
| **Add** | Add a new network. You can choose from any of the types described above. | ||
| **Delete** | Delete an existing network. This will also remove any association with an adapter. | ||
| **Edit** | Edit an existing network. This allows you to change any of the parameters you’d otherwise set when adding a new network, e.g. network discovery, idle scan, etc. - similar to using the check boxes to enable/disable functions. | ||
| **Force Scan** | Force a new scan (i.e. scan all muxes for services) for the selected networks. | ||
| **Help** | Displays this help page. | ||
|
|
||
| --- |
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.