#!/bin/bash

FULLSCREEN=""
if [ "$1" = "-f" -o "$2" = "-f"  ]; then
  FULLSCREEN="--fullscreen"
fi
vdr-sxfe $FULLSCREEN --silent \
--post tvtime:method=Linear,cheap_mode=1,pulldown=0,use_progressive_frame_flag=1 \
--audio=alsa \
--tcp xvdr+tcp://127.0.0.1:37890


