Epgsearch-plugin: Difference between revisions

From VDR Wiki
Jump to navigation Jump to search
(5 intermediate revisions by 2 users not shown)
Line 8: Line 8:


A timer-conflict-check checks in the background for overlapping timers and if one cannot be record it informs the user via OSD. The conflict can then be resolved with an easy to handle OSD menu.
A timer-conflict-check checks in the background for overlapping timers and if one cannot be record it informs the user via OSD. The conflict can then be resolved with an easy to handle OSD menu.

Epgsearch can inform you with an email at timer-updates and/or at timer-conflicts and you can use user defined variables for use in searchtimers and for calling external scripts to influence timer creation.


==Hardware requirements==
==Hardware requirements==
Line 16: Line 18:


==Installation==
==Installation==
See [[plugin installation]]
See [[plugin installation]].

{{Box Info|
With version 0.9.18 the default place for the configuration files has changed. Please read the HISTORY.
}}

There are too much features to describe them all here. But you can read the great documentation online:
# [http://winni.vdr-developer.org/epgsearch/en/epgsearch.1.html README]
# [http://winni.vdr-developer.org/epgsearch/en/epgsearch.4.html MANUAL]


==Configuration==
==Configuration==
Line 35: Line 45:
Yellow @prefermenu
Yellow @prefermenu


==Problems==
==Problems and wish list==
* [http://www.vdr-developer.org/mantisbt/ Bug tracker]
* [http://www.vdr-developer.org/mailman/listinfo/epgsearch Mailingliste]


==Links==
==Links==

{|
# [http://winni.vdr-developer.org/epgsearch/index_eng.html Plugin homepage]
| [1]
| http://people.freenet.de/cwieninger/html/vdr-epg-search.html
| Plugin homepage
|}


[[Category:Plugins]]
[[Category:Plugins]]

Revision as of 11:44, 23 June 2007

Description

The EPGSearch plugin shows reruns of television shows and allows searching the EPG data. The search settings are stored for later reuse, and can be used as 'search timers'.

The 'search timers', search for broadcasts in the background and add a timer if one matches (similar to VDRAdmin's auto-timers) or simply announce it via OSD.

Once you have created your searches, any programme(s) matching your criteria (Programme title/description; start/end time; channel etc.), it will be recorded. So you can record every episode of a series automatically.

A timer-conflict-check checks in the background for overlapping timers and if one cannot be record it informs the user via OSD. The conflict can then be resolved with an easy to handle OSD menu.

Epgsearch can inform you with an email at timer-updates and/or at timer-conflicts and you can use user defined variables for use in searchtimers and for calling external scripts to influence timer creation.

Hardware requirements

Software requirements

  1. epgsearch >= Version 0.9.17: only vdr >= 1.3.46
  2. epgsearch < Version 0.9.16: vdr >= 1.3.7

Installation

See plugin installation.

Info
Info

With version 0.9.18 the default place for the configuration files has changed. Please read the HISTORY.


There are too much features to describe them all here. But you can read the great documentation online:

  1. README
  2. MANUAL

Configuration

This plugin can be used as standard schedule viewer. therefor the /etc/vdr/keymacros.conf file has to altered

# Remote control key macros for VDR
#
# Format:
#
# macrokey  key1 key2 key3...
# macrokey  @plugin key1 key2 key3...
#
# See man vdr(5)

Red       @pilot
Green     @epgsearch
^^^^^^^^^^^^^^^^^^^^^
Blue      Timers
Yellow    @prefermenu

Problems and wish list

Links

  1. Plugin homepage