File: markad.conf

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-- 756 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]
# example configuration file for VDR
# usually place it in /etc/vdr/conf.avail/markad.conf
# and soft link it to /etc/vdr/conf.avail/50-markad.conf


#--bindir=DIR
#    use DIR as location for markad executable (default: /usr/bin)

#--logocachedir=DIR
#    use DIR as location for markad logos (default: /var/lib/markad)

#--cut
#    cut video based on marks and write it in the recording directory
#    there are no splits of the target file, make sure your filesystem can
#    handle big files

#--autologo=<option>
#    0 = disable, only use logos from logo cache directory
# 
#    2 = enable, if there is no suitable logo in the logo cache directory
#        find logo from recording and store it in the recording directory
#        (default)