Changes between Version 4 and Version 5 of shepherd_logic
- Timestamp:
- 08/10/08 06:27:14 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
shepherd_logic
v4 v5 25 25 * Analysis and processing of data in the grabbing and reconciling stages can be tuned via various [wiki:Policies policy] directives. 26 26 27 * multiple '''''grabber''''' scripts ''(source: grabbers/)'' implement the fetching of data from multiple sources (typically one source per grabber script). Grabbers themselves are standalone compliant to the [http://xmltv.org/ tv_grab] [http://xmltv.cvs.sourceforge.net/xmltv/xmltv/xmltv.dtd?view=markup XMLTV specification].27 * multiple '''''grabber''''' scripts ''(source:trunk/grabbers/)'' implement the fetching of data from multiple sources (typically one source per grabber script). Grabbers themselves are standalone compliant to the [http://xmltv.org/ tv_grab] [http://xmltv.cvs.sourceforge.net/xmltv/xmltv/xmltv.dtd?view=markup XMLTV specification]. 28 28 29 * multiple '''''reconciler''''' scripts ''(source: reconcilers/)'' are used to reconciler overlapping data. Typically only one reconciler is used at a time, although multiple reconcilers are supported for handling an individual reconciler failure. If no reconcilers seem to work, shepherd falls back to [http://xmltv.cvs.sourceforge.net/xmltv/xmltv/filter/tv_cat?view=markup basic concatenation] of grabber data.29 * multiple '''''reconciler''''' scripts ''(source:trunk/reconcilers/)'' are used to reconciler overlapping data. Typically only one reconciler is used at a time, although multiple reconcilers are supported for handling an individual reconciler failure. If no reconcilers seem to work, shepherd falls back to [http://xmltv.cvs.sourceforge.net/xmltv/xmltv/filter/tv_cat?view=markup basic concatenation] of grabber data. 30 30 31 * multiple '''''postprocessor''''' scripts ''(source: postprocessors/)'' are used to postprocess the output data. Postprocessors typically augment data in some way - e.g. an [http://www.imdb.com/ Internet Movie Database] postprocessor may augment movie data by adding plot / cast / credits / ratings / trivia data.31 * multiple '''''postprocessor''''' scripts ''(source:trunk/postprocessors/)'' are used to postprocess the output data. Postprocessors typically augment data in some way - e.g. an [http://www.imdb.com/ Internet Movie Database] postprocessor may augment movie data by adding plot / cast / credits / ratings / trivia data. 32 32 33 33 While shepherd and its associated scripts and script interactions may be somewhat complex, running shepherd should not be that difficult. [wiki:Installation Initial installation] requires little more than downloading one script, installing a handful of dependencies and running the script. All scripts are then installed in one common tree which Shepherd will then maintain automatically.
