From: Mark Clarkstone Date: Sat, 16 Apr 2016 02:11:55 +0000 (+0100) Subject: mdhelp: add missing Help button info to (some) doc button tables - oops! mdhelp:... X-Git-Tag: v4.2.1~633 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=15dcba69f3f8e06c9c1b54f82dc0b47d92da07a8;p=thirdparty%2Ftvheadend.git mdhelp: add missing Help button info to (some) doc button tables - oops! mdhelp: add some more screenshots mdhelp: add button table to passwd and satipserver docs --- diff --git a/docs/class/access_entry.md b/docs/class/access_entry.md index 44a79ab1c..fc1d43d3b 100644 --- a/docs/class/access_entry.md +++ b/docs/class/access_entry.md @@ -26,6 +26,7 @@ Button | Function **Move Up** | Move the selected entry up the grid. **Move Down** | Move the selected entry down the grid. **Edit** | Edit the selected entry. +**Help** | Display this help page. --- diff --git a/docs/class/config.md b/docs/class/config.md index a0f65a621..a290b9938 100644 --- a/docs/class/config.md +++ b/docs/class/config.md @@ -14,5 +14,6 @@ Button | Function **Save** | Save all changes (this will reload the web interface). **Undo** | Revert all changes since last save. **Start wizard** | Display the first-run set-up wizard. +**Help** | Display this help page. --- diff --git a/docs/class/dvrautorec.md b/docs/class/dvrautorec.md index 865af44de..c25d40204 100644 --- a/docs/class/dvrautorec.md +++ b/docs/class/dvrautorec.md @@ -15,6 +15,7 @@ Button | Function **Add** | Display the *Add Autorec* dialog. **Delete** | Delete the selected entry/entries. **Edit** | Edit the selected entry. +**Help** | Display this help page. --- diff --git a/docs/class/dvrtimerec.md b/docs/class/dvrtimerec.md index 68e94ee93..3a34a1c16 100644 --- a/docs/class/dvrtimerec.md +++ b/docs/class/dvrtimerec.md @@ -15,6 +15,7 @@ Button | Function **Add** | Display the *Add Timer* dialog. **Delete** | Delete the selected entry/entries. **Edit** | Edit the selected entry. +**Help** | Display this help page. --- diff --git a/docs/class/imagecache.md b/docs/class/imagecache.md index bcc6e7984..f40bf300b 100644 --- a/docs/class/imagecache.md +++ b/docs/class/imagecache.md @@ -17,5 +17,6 @@ Button | Function **Undo** | Revert any changes made since the last save. **Clean image (icon) cache**| Clean-up the stored image files (empty cache and re-fetch icons). **Re-fetch images** | Re-refresh image cache (reload images from upstream providers). +**Help** | Display this help page. --- diff --git a/docs/class/passwd.md b/docs/class/passwd.md index d3fb1ce4a..0d7858b77 100644 --- a/docs/class/passwd.md +++ b/docs/class/passwd.md @@ -1,6 +1,22 @@ -##Configuration - Passwords - This tab is the second part of Tvheadend's access control mechanism. It is where you set and maintain all user passwords (e.g. for streaming or DVR access). One user name might have multiple passwords. + +!['Configuration - Passwords tab'](docresources/configpasswordentries.png) + +--- +###Buttons + +The tab has the following buttons: + +Button | Function +----------------------------|------------------- +**Save** | Save all changes made to the grid/entries. +**Undo** | Revert all changes since last save. +**Add** | Display the *Add Password* dialog. +**Delete** | Delete the selected entry/entries. +**Edit** | Edit the selected entry. +**Help** | Display this help page. + +--- diff --git a/docs/class/satip_server.md b/docs/class/satip_server.md index e03023f31..3aa420143 100644 --- a/docs/class/satip_server.md +++ b/docs/class/satip_server.md @@ -1,15 +1,30 @@ -##Configuration - SAT>IP Server - SAT>IP Server is something like DVB network tuner. Tvheadend can forward mpegts input streams including on-the-fly descramling to SAT\>IP clients. Only networks with the “SAT>IP Source” field set are exported through the SAT>IP protocol. This field is matched through the “src” parameter -asked from the SAT>IP client. Usually (and by default) this value is 1. +requested by the SAT>IP client. Usually (and by default) this value is 1. For satellite tuners, this value determines the satellite source (dish). By specification position 1 = DiseqC AA, 2 = DiseqC AB, 3 = DiseqC BA, 4 = DiseqC BB, but any numbers may be used - depends on the SAT\>IP client. Note that if you use a similar number for multiple networks, the first matched network containing the mux with requested parameters will win (also for unknown mux). + +!['SAT\>IP Config tab'](docresources/satipconfig.png) + +--- + +###Buttons + +The tab has the following buttons: + +Button | Function +----------------------------|------------------- +**Save** | Save all changes. +**Undo** | Revert all changes since last save. +**Discover SAT\>IP servers**| Attempt to discover more SAT>IP servers on the network. +**Help** | Display this help page. + +--- diff --git a/docs/docresources/configpasswordentries.png b/docs/docresources/configpasswordentries.png new file mode 100644 index 000000000..675cf6660 Binary files /dev/null and b/docs/docresources/configpasswordentries.png differ diff --git a/docs/docresources/satipconfig.png b/docs/docresources/satipconfig.png new file mode 100644 index 000000000..03eddc8af Binary files /dev/null and b/docs/docresources/satipconfig.png differ