forked from stabbedbybrick/freevine
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.yaml
62 lines (49 loc) · 2.14 KB
/
config.yaml
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
## Copy this config file to a service folder to set service-specific settings
# Provide download paths. Default is /downloads
save_dir:
series: "downloads"
movies: "downloads"
# Temp folder. This is where downloading files are temporarly
# stored while being processed. It might be a good idea to have this
# on the same hdd as your download folder. Default is /temp
temp_dir: "temp"
# Specify file format. Default: mkv
format: mkv
# Specify muxer (ffmpeg or mkvmerge) Default: mkvmerge
muxer: mkvmerge
# Use shaka-packager instead of mp4decrypt to decrypt (true or false)
shakaPackager: "false"
# Customize filename output for series and movies
# Default file names follow the current P2P standard: Title.S01E01.EpisodeName.1080p.SERVICE.WEB-DL.AUDIO.CODEC
# NOTE: {year} is dependent on if the service API has it configured, which is hit or miss
# Manually adding the year for each series is recommended if you need it included
filename:
series: "{title}.S{season}E{episode}.{name}.{resolution}.{service}.WEB-DL.{audio}.H.264"
movies: "{title}.{year}.{resolution}.{service}.WEB-DL.{audio}.H.264"
# Thread-count. Set how many concurrent fragments N_m3u8DL-RE should download
# More threads can speed up slow downloads, but too many could potentially
# leave a bigger footprint? Experiment with it.
threads: "16"
# Set TV series to be sorted into respective season folders (true or false)
seasons: "true"
# Set video options. See "N_m3u8DL-RE --morehelp select-video" for guidance. Default: best
video:
select: "for=best"
drop:
# Set audio options. See "N_m3u8DL-RE --morehelp select-audio" for guidance. Default: best
audio:
select: "for=best"
drop:
# Set subtitle options. See "N_m3u8DL-RE --morehelp select-subtitle" for guidance. Default: all
subtitles:
select: "all"
drop:
no_mux: "false" # If "true", subtitles will be stored separately
fix: "true" # Clean and convert subtitles. If "false", subtitles remain untouched
# Set proxy to be used when invoking --proxy
# See README and help documentation on how to set up proxies
proxy: # basic, hola or windscribe
# If using windscribe, credentials must be provided
windscribe:
username:
password: