From 70ec1f782317cec0cb909771ccc8638752098ae3 Mon Sep 17 00:00:00 2001 From: Antti Ajanki Date: Thu, 18 Nov 2010 20:33:49 +0200 Subject: documentation --- README.vdrplugin | 15 --------------- doc/developers.txt | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 15 deletions(-) diff --git a/README.vdrplugin b/README.vdrplugin index dc317f9..6e0d62a 100644 --- a/README.vdrplugin +++ b/README.vdrplugin @@ -195,21 +195,6 @@ the path) of the downloaded file. An example script for transcoding the downloaded files to Ogg format is included in the source distribution in examples/transcode2ogg.sh. -SVDRP interface ---------------- - -The plugin provides the following SVDRP commands: - -PLAY - Stream a media file embedded on web page at . -DWLD - Download a media file embedded on web page at . - -Note: should be the the address of the web page that contains -the video, not the address of the video file itself. If you know the -direct address to the video file, use xineliboutput SVDRP commands -instead. See README for the list of supported sites. - "Watch on VDR" bookmarklet -------------------------- diff --git a/doc/developers.txt b/doc/developers.txt index 8259e9c..8bd2418 100644 --- a/doc/developers.txt +++ b/doc/developers.txt @@ -150,3 +150,19 @@ Append a HTTP header to the request. Ignored on transfers that use some other protocol besides HTTP. The reference to the main menu is wvt:///?srcurl=mainmenu . + + +SVDRP interface +=============== + +The plugin provides the following SVDRP commands: + +PLAY + Stream a media file embedded on web page at . +DWLD + Download a media file embedded on web page at . + +Note: should be the the address of the web page that contains +the video, not the address of the video file itself. If you know the +direct address to the video file, use xineliboutput SVDRP commands +instead. See README for the list of supported sites. -- cgit v1.2.3