File: INSTALL

package info (click to toggle)
vdr-plugin-markad 4.2.15-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,084 kB
  • sloc: cpp: 22,441; python: 613; makefile: 270; sh: 95
file content (23 lines) | stat: -rw-r--r-- 838 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
markad_videos

This program let markad run on a video directory to build all missing markad files.
See markad_video -h and markad_video.conf for more information.

Install instruction to execute markad_video each hour:
Requirements:
- anacron runs on your system
- you have a user vdr with write access to the video directory
- execute the commands as root or with sudo ...

cd <path to the contrib directory of the source code of markad>
cp markad_videos /usr/local/bin/
chmod a+x /usr/local/bin/markad_videos
cp markad_videos.conf /etc
chmod a+r /etc/markad_videos.conf
cp start_markad_videos /etc/cron.hourly
chown root:root /etc/cron.hourly/start_markad_videos
chmod a+rx /etc/cron.hourly/start_markad_videos
chmod o-w /etc/cron.hourly/start_markad_videos

Edit /etc/markad_videos.conf to fit your requirements (especially path=...)