Master-timer

Aus VDR Wiki
(Unterschied zwischen Versionen)
Wechseln zu: Navigation, Suche
(view private myspace.com profiles http://cpeqaim.200u.com/rreessppeecctt-bbs-board9.cgiworld.html rreessppeecctt bbs board9.cgiworldlolitas inurl cgiworld http://cpeqaim.200u.com/contactmark.phtml-res)
K (Änderungen von 202.131.98.165 (Diskussion) rückgängig gemacht und letzte Version von Wirbel wiederhergestellt)
Zeile 1: Zeile 1:
view private myspace.com profiles http://cpeqaim.200u.com/rreessppeecctt-bbs-board9.cgiworld.html rreessppeecctt bbs board9.cgiworldlolitas inurl cgiworld http://cpeqaim.200u.com/contactmark.phtml-response-site-web.html contactmark.phtml response site weblis list listserv.buffalo.edu http://cpeqaim.200u.com/board3.cgiworld.dreamwiz.com.html board3.cgiworld.dreamwiz.comnasa world wind1.3.5 http://cpeqaim.200u.com/sandra-board3-cgi.html sandra board3 cgimap http://cpeqaim.200u.com/buffalo-members-g.a.r.html buffalo members g.a.rcgiworld.dreamwiz lolis http://cpeqaim.200u.com/www.listlolitas.com-index.html www.listlolitas.com indexcgiworld http://cpeqaim.200u.com/www.dreamwiz.com.html www.dreamwiz.combig spring school district.com http://cpeqaim.200u.com/board-5-cgi.html board 5 cgiwww.board3.cgiworld com http://cpeqaim.200u.com/jbbs.livedoor-max-adult.html jbbs.livedoor max adultuser data 67.184.254.156 http://cpeqaim.200u.com/board3-cgiworld.html board3 cgiworld
+
==Beschreibung==
 +
Master-Timer is a system for automatic recording of series and movies.
 +
Upon start the configuration files are read. Then, depending on configuration
 +
the "epg.data" in the current directory is used or the EPG-data is requested
 +
with the "LSTE"-command directly from VDR. After that matching entries are
 +
looked for and then programmed via SVDR into VDR. That's about it.
 +
 
 +
It is advisable to create a Cronjob for periodic execution of "run-mt.pl"
  
 
==Softwareanforderungen==
 
==Softwareanforderungen==

Version vom 8. Oktober 2009, 04:47 Uhr

Inhaltsverzeichnis

Beschreibung

Master-Timer is a system for automatic recording of series and movies. Upon start the configuration files are read. Then, depending on configuration the "epg.data" in the current directory is used or the EPG-data is requested with the "LSTE"-command directly from VDR. After that matching entries are looked for and then programmed via SVDR into VDR. That's about it.

It is advisable to create a Cronjob for periodic execution of "run-mt.pl"

Softwareanforderungen

VDR

Installation

If you have a version of Master-Timer before 0.7.0 installed you should remove the old files before copying the new. Otherwise the procedure will be most likely none-working.

For the examples you have to in the path of the extracted archive

> cd <path to extracted archive>

Master-Timer uses the directory "$HOME/.master-timer" or "/etc/master-timer" to there it's configuration-files and to store some additional data-files. A sample configuration is included in the sample-directory inside the distribution-archive.

> mkdir /etc/master-timer > cp sample/* /etc/master-timer or. > mkdir ~/.master-timer > cp sample/* ~/.master-timer

After that you have to place the program-files ("*.pl") somewhere in you path. e.g. /usr/local/bin From the path where you extracted the archive: > cp -d /*.pl lib parts /usr/local/bin The parameter "-a" is important to preserve the symlinks

Now it's the time to make yourself comfortable with the configuration files. Especially "config" and "torecord". All (sample/)configuration files include comments for understanding you can and have to do.


Starten von Master-Timer

Just run "run-mt.pl"

For cyclic starting you can create a Cronjob. Here is an example for the /etc/crontab Instead of "root" you may have to specify the user under which the script shall be started. - snip - 0 6 * * * root /usr/local/bin/run-mt.pl - snip - This entry would start run-mt.pl every day at 6 o'clock.



Konfiguration

Links

  1. Homepage
  2. Beschreibung