]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
mdhelp: add more details to the caclient, add screenshot
authorMark Clarkstone <hello@markclarkstone.co.uk>
Wed, 27 Apr 2016 19:53:00 +0000 (20:53 +0100)
committerJaroslav Kysela <perex@perex.cz>
Wed, 4 May 2016 11:11:14 +0000 (13:11 +0200)
docs/class/caclient.md
docs/docresources/caclientconfig.png [new file with mode: 0644]

index 11b5c8744c012e6d5fec5945fbcc7a717c606507..b3e78a98e3122502df7cb2c999abf9114d7c2bde 100644 (file)
@@ -1,9 +1,11 @@
 Tvheadend supports connecting to card clients via the cwc (newcamd) and
 capmt (linux network dvbapi) protocols for so-called 'softcam' descrambling.
 
+!['CA Client Configuration Example'](docresources/caclientconfig.png)
+
 ---
 
-####Menu Bar/Buttons
+###Menu Bar/Buttons
 
 The following functions are available:
 
@@ -13,19 +15,18 @@ Button              | Function
 **Undo**            | Undo any changes made to the CA client configuration since the last save.
 **Add**             | Add a new CA client configuration.
 **Delete**          | Delete an existing CA client configuration.
+**Clone**           | Clone the currently selected configuration.
 **Move Up**         | Move the selected CA client configuration up in the list.
 **Move Down**       | Move the selected CA client configuration down in the list.
-**Show Passwords**  | Reveals any stored CA client passwords.
-**View Level**| Change the interface view level to show/hide more advanced options.
+**Show/Hide Passwords**  | Reveal/Hide any stored CA client passwords.
 **Help**            | Display this help page.
 
 ---
 
-####Available CA types
+###Available CA types
 
-New CA configurations are created with the _Add_ button, with subsequent 
-editing done within the grid. The following configuration parameters are 
-used, depending on the type of CA access:
+The following configuration parameters are used, depending on the type 
+of CA access:
 
 * List of types
 
@@ -35,3 +36,37 @@ used, depending on the type of CA access:
   - [AES constant code word client](class/caclient_ccw_aes)
 
 ---
+
+###Connection Status
+
+The icon next to each entry within the grid indicates the client's 
+connection status.
+
+Icon                                         | Description
+---------------------------------------------|------------
+!['Accept/OK Icon'](icons/accept.png)        | The client is connected.
+!['Error Icon'](icons/exclamation.png)       | There was an error connecting to the client.
+!['Stop/Disabled Icon'](icons/stop.png)      | The client is disabled.
+
+---
+
+###Adding/Editing a CA Configuration
+
+New CA configurations are created with the *[Add]* button. 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 config 
+from within the grid.
+* You can clone an existing config by clicking the *[Clone]* 
+button.
+
+---
+
+###Deleting a CA Configuration
+
+Highlight (select) the desired entry from the grid, then press the 
+*[Delete]* button from the menu bar. 
+
+---
diff --git a/docs/docresources/caclientconfig.png b/docs/docresources/caclientconfig.png
new file mode 100644 (file)
index 0000000..bdf4e58
Binary files /dev/null and b/docs/docresources/caclientconfig.png differ