diff options
author | video src <videosrc@vdr.muc.bieringer.de> | 2008-12-20 08:50:04 +0100 |
---|---|---|
committer | video src <videosrc@vdr.muc.bieringer.de> | 2008-12-20 08:50:04 +0100 |
commit | 21fd75ff07fe1f3655a758603571b03f18737157 (patch) | |
tree | feda8b931a103cde74f86694fe14f744a5bd9375 /README | |
parent | 8850eea8baddb579346d6977a2980f8f587687e4 (diff) | |
download | vdr-plugin-tvtv-21fd75ff07fe1f3655a758603571b03f18737157.tar.gz vdr-plugin-tvtv-21fd75ff07fe1f3655a758603571b03f18737157.tar.bz2 |
Import of last official release 0.3.3
Diffstat (limited to 'README')
-rw-r--r-- | README | 88 |
1 files changed, 88 insertions, 0 deletions
@@ -0,0 +1,88 @@ +This is a "plugin" for the Video Disk Recorder (VDR). + +Written by: Mario Gross <vdr-tvtv-plugin@arcor.de> + (based on Version 0.1.6 created by Gerald Berwolf <genka@vdrportal.de>) + +Project's homepage: http://home.arcor.de/grossmar + + +See the file COPYING for license information. + + +Requirements: + + - VDR 1.2.0+ (VPS requires VDR 1.3.5+) + - libcurl 7.10+ + - a valid tvtv subscription with "Linux PVR" as registered product + + +Description: + +This plugin can be used to create timers from the job list of TVTVs website. +Unlike the job list on the website, only the most recent 32 timer jobs within +the upcoming 2 weeks are transfered by TVTV. Programs already on air cannot +be added to the timer list since they are not sent by TVTV. + + +Setup Menu: + + TVTV Server + TVTV Server to download the data from + + TVTV User Name + TVTV Password + Username and Password as used on the website + + Use HTTP Proxy + HTTP Proxy + Use HTTP Proxy to connect to TVTV + + Auto Update + Updatetime (min) + Perform automatic update (default: 30 minutes) + + Show In Main Menu + Shows entry in main menu to perform update manually + + Use VPS + Add timers using VPS if available (only VDR 1.3.5+) + + Use Nature within File Name + Use Station Name within File Name + Nature and/or Station Name are added to the filename as separate + directory. + + Use TVTV description in info.vdr + Starting with VDR 1.3.44, the description of a recording is + taken from EPG. This switch decides whether or not the description + coming from TVTV will be added as a comment to info.vdr. + + Time shift bugfix + Time shift (hrs) + Sometimes a timer is wrongly updated due to a bug in the TVTV database. + It is shifted 1 hour (2 hours during daylight saving time) ealier. This can + be avoided by enabling this fix. + + Reload ChannelMap + If channel map is changed it can be reloaded with this command + + +SVDRP Commands: + + The plugin provides SVDRP commands to control the plugin via command line or + shell scripts. + + RELOAD - Reloads the channel map config file + UPDATE - update timer list from TVTV + + +Installation: + +cd /put/your/path/here/VDR/PLUGINS/src +tar -xzf /put/your/path/here/vdr-tvtv-X.Y.Z.tgz +ln -s tvtv-X.Y.Z tvtv +cp tvtv/examples/tvtv_channelmap.conf VDR_Config_Dir/plugins +cd /put/your/path/here/VDR +make +make plugins +./vdr -P tvtv |