Skip to content

yavdr/vdr-plugin-restfulapi

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

df68162 · Apr 10, 2014
Apr 7, 2012
Apr 10, 2014
Jul 19, 2011
Aug 3, 2011
Feb 27, 2013
Feb 9, 2013
Jul 10, 2011
Mar 1, 2013
Jul 3, 2013
May 16, 2011
Jul 3, 2013
Apr 7, 2012
Jul 1, 2013
Jul 1, 2013
Jul 3, 2013
Jul 1, 2013
Jul 1, 2013
Mar 5, 2012
Apr 7, 2012
Jan 23, 2014
Jul 24, 2011
Mar 3, 2014
Mar 1, 2013
Jul 6, 2013
Mar 19, 2013
Mar 5, 2012
Aug 28, 2011
Mar 1, 2013
Aug 1, 2011
Jul 28, 2011
Jul 2, 2013
Mar 1, 2013
Aug 30, 2013
Jun 23, 2011
Jul 3, 2013
Mar 1, 2013
Jul 24, 2011
Jul 4, 2013
Jul 1, 2013
Jul 6, 2013
Jul 1, 2013
Aug 30, 2013
Apr 7, 2012
Mar 19, 2013
Jul 2, 2013
Apr 7, 2012
May 29, 2011

Repository files navigation

vdr-plugin-restfulapi
---------------------------------------

A plugin for Klaus Schmidingers Video Disk Recorder.


Preface:
---------
This plugin has been developed to offer a modern API for other developers to communicate with the VDR.
The plugin supports the following outputs formats: xml, json and html.
It also supports the folloing input formats: json and html.

For a detailed API description, see API.html

Someone who wants to install the plugin on his/her VDR needs following applications and libraries:

    VDR >= 1.7.18
    libcxxtools Rev. >= 1231, which is available as package for Ubuntu in the yavdr-PPA's 

    The plugin can be installed like any other standard plugin (unpack, soft link, make plugins).
    For Ubuntu it is available as package in the yavdr-PPA's

Someone who wants to develop an application which uses this API:

    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!)
    URL Decoder or JSON Serializer (to send data to the webservice, required f.e. to create timers, searchtimers usw...) 

Configuration:
---------------
With yaVDR create a new file called plugin.restfulapi.conf in /etc/vdr/plugins/ .

### Command line parameters for vdr-plugin-restfulapi 
--port=8002 --ip=0.0.0.0 --epgimages=/var/cache/vdr/epgimages --channellogos=/usr/share/vdr/channel-logos


Links:
-------
Issue tracker: https://bugs.yavdr.com/projects/vdr-restfulapi/
Package source: https://github.com/yavdr/vdr-plugin-restfulapi