This plugin allow you to integrate Vdr in Freevo through Tvtime.
| + Better Deinterlace / Render / Smooth | |
| + Less Ressources (Use DVB card hardware mpeg2 decoder) | |
| + Run faster | |
| + Don't need specific plugin for VDR nor tvtime specific compilation options | |
| - No AC3 support | |
| - Freevo and vdr must be on the same box | |
| - To modify keybinding, you need (for the moment) to edit this plugins. |
Add these lines to your local_conf.py :
plugin.remove('tv')
plugin.activate('vdr_tvtime', level=5)
TVTIME_CMD = '/usr/bin/tvtime' # Tvtime location
TVTIME_VIDEO_DEVICE = '/dev/video0' # Dvb Video device
TVTIME_AUDIO_DEVICE = '/dev/mixer:Spkr' # Audio device connected via AudioCable (Only necessary if you want to control Volume with Tvtime)
TVTIME_AUMIX_CMD = '/usr/bin/aumix' # Mixer location
TVTIME_AUMIX_MUTE = '-1 0' # Mixer parameters to mute volume
TVTIME_AUMIX_RESTORE = '-1 100' # Mixer parameters to restore volume
TVTIME_SENDSVDRP_CMD = '/usr/lib/vdr/svdrpsend.pl'# sendsvdrp location