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=...)
|