-
Notifications
You must be signed in to change notification settings - Fork 33
/
PlexComskip.conf.example
38 lines (25 loc) · 1.31 KB
/
PlexComskip.conf.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
[Helper Apps]
# Path to the comskip binary.
comskip-path: /usr/local/bin/comskip
# Path to the comskip INI file. Defaults to the same directory as the PlexComskip script.
# comskip-ini-path: ~/comskip.ini
# Path to the ffmpeg binary.
ffmpeg-path: /usr/local/bin/ffmpeg
# Nice level. Used for file copies, comskip analysis, and ffmpeg processing. 0 (default, full priority) to 19 (linux) or 20 (macOS) (most nice).
nice-level: 0
[Logging]
# Log file location.
logfile-path: ~/Library/Logs/PlexComskip.log
# Split the log output to the console? Useful for debugging.
console-logging: True
[File Manipulation]
# Specify a temp directory for interstitial files. This should be local, fast, and have enough free space for ~2x your largest video. Defaults to system temp location.
# temp-root: /mnt/fastdisk/tmp
# Specify a temp directory for comskip files. Defaults to system temp location.
# comskip-root: /mnt/fastdisk/tmp
# Should we copy the original file to the temp directory? Useful if disk access to the original is slower than your temp location. Defaults to False.
copy-original: False
# Always save the intermediate files? Useful for debugging. Defaults to False.
save-always: False
# Save intermediate files when something goes wrong? Also useful for debugging and less space intensive. Defaults to True.
save-forensics: True