summaryrefslogtreecommitdiff
path: root/doc-src
diff options
context:
space:
mode:
authorChristian Wieninger <cwieninger (at) gmx (dot) de>2009-10-29 20:03:01 +0100
committerChristian Wieninger <cwieninger (at) gmx (dot) de>2009-10-29 20:03:01 +0100
commitac4560560513d838450e86c25611d950cefc44ee (patch)
tree647eb69cf384142a7313e8b957ec90708226a0a5 /doc-src
parent06ca46d943e3d7bbf315fcfb8c4653523fae66de (diff)
downloadvdr-plugin-epgsearch-ac4560560513d838450e86c25611d950cefc44ee.tar.gz
vdr-plugin-epgsearch-ac4560560513d838450e86c25611d950cefc44ee.tar.bz2
extended internal variable syntax with 'connect'
Diffstat (limited to 'doc-src')
-rw-r--r--doc-src/en/epgsearch.4.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc-src/en/epgsearch.4.txt b/doc-src/en/epgsearch.4.txt
index 0d2588a..5938cc0 100644
--- a/doc-src/en/epgsearch.4.txt
+++ b/doc-src/en/epgsearch.4.txt
@@ -728,6 +728,16 @@ The script must return a string B<without> line break!
If the script returns nothing, an empty string will be assigned to the
Variable %Result%.
+=head2 Calling a TCP service
+
+You can call a TCP service with the following syntax:
+
+ %uservar%=connect(<addr>, <port>, [<data>])
+
+This will connect to <addr> through the given port and pass the optional given
+data. <addr> can be an IP address or the domain name of the TCP service. The result
+returned by the service must be terminated with a line feed.
+
=head2 Possible variables
for a list of already builtin variables refer to the section "Customizing the EPG menus"