You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README
+13-13
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,8 @@ vdr-plugin-restfulapi
4
4
A plugin for Klaus Schmidingers Video Disk Recorder.
5
5
6
6
7
-
Preface
8
-
7
+
Preface:
8
+
---------
9
9
This plugin has been developed to offer a modern API for other developers to communicate with the VDR.
10
10
The plugin supports the following outputs formats: xml, json and html.
11
11
It also supports the folloing input formats: json and html.
@@ -14,26 +14,26 @@ For a detailed API description, see API.html
14
14
15
15
Someone who wants to install the plugin on his/her VDR needs following applications and libraries:
16
16
17
-
VDR 1.7.18
17
+
VDR >= 1.7.18
18
18
libcxxtools Rev. >= 1231, which is available as package for Ubuntu in the yavdr-PPA's
19
19
20
+
The plugin can be installed like any other standard plugin (unpack, soft link, make plugins).
21
+
For Ubuntu it is available as package in the yavdr-PPA's
22
+
20
23
Someone who wants to develop an application which uses this API:
21
24
22
25
XML or JSON Parser (Depends on which format you want to use! - You can also use the html-format, but that one is more a proof for the restful concept and does not show all information!)
23
26
URL Decoder or JSON Serializer (to send data to the webservice, required f.e. to create timers, searchtimers usw...)
24
27
25
-
Configuration
28
+
Configuration:
29
+
---------------
30
+
With yaVDR create a new file called plugin.restfulapi.conf in /etc/vdr/plugins/ .
26
31
27
-
Create a new file called plugin.restfulapi.conf in /etc/vdr/plugins/ .
32
+
### Command line parameters for vdr-plugin-restfulapi
0 commit comments