Basic Installation
==================

Prerequisite:
- build-essential (gcc >= 4.8.4)
- git
- pkg-config
- vdr-dev         (>= version 2.2)
- libavcodec-dev  (>= 56.57.100 from FFmpeg 2.7.2)
- libavformat-dev
- libavfilter-dev
- libswresample-dev
e.g. for Ubuntu: sudo apt-get install build-essential git vdr-dev libavcodec-dev libavformat-dev libavfilter-dev libswresample-dev


The simplest way to compile this package is:

  1. Type `make' to compile the package.

  2. Type `make install' to install the programs and any data files and
     documentation.

  3. You can remove the program binaries and object files from the
     source code directory by typing `make clean'.

  4. If you're running VDR >= 1.7.15, please check if you have an
     entry in /etc/services:
     svdrp	6419/tcp	# svdrp (vdr)



---------------------------------------------------------------------------------------------------
complete build commands for yavdr distribution:

sudo bash
apt-get install vdr-dev
apt-get build-dep vdr-plugin-markad-ng
cd /usr/src
git clone https://github.com/kfb77/vdr-plugin-markad
cd vdr-plugin-markad
make all
service vdr stop
make install
service vdr start
---------------------------------------------------------------------------------------------------


See README for recommended plugin default settings.
If you have any problems post here: https://www.vdr-portal.de

To report bugs please execute markad with the following command line parameters:
markad --loglevel=3 --log2rec nice <path to recording>
Post the files markad.log, marks and info from the recording directory at https://www.vdr-portal.de.
