This is a "plugin" for the Video Disk Recorder (VDR).

Written by:                  Pekka Virtanen <vdr@virtanen.org>

Project's homepage:          http://virtanen.org/vdr/subtitles

Latest version available at: -""-

See the file COPYING for license information.

Contributors:
Ragnar Sundblad
 - The "old" SI scanner
 - Idea and partial implementation for OSD and recording patches

Rolf Ahrenberg
 - Fix for the "gray osd" bug.
 - I18n
 - Fix for recording patch memory leak

Teemu Rantanen
 - Support for multiple DVB cards
 - Bug fixes

Description:
DVB subtitles decoder. Records and displays DVB subtitles. Requires the
included patch to be applied to VDR.

Installation:
Note: Works only with VDR versions >=1.3.7

cd /path/to/vdr/PLUGINS/src
tar xvfmz /path/to/vdr-subtitles-x.y.z.tgz
ln -s subtitles-x.y.z subtitles
cd subtitles
cp DVBsubs.patch /path/to/vdr
cd /path/to/vdr
patch -p0 < DVBsubs.patch
make <YOUR VDR BUILD OPTIONS>
make plugins
./vdr -Psubtitles
