26 lines
961 B
INI
26 lines
961 B
INI
[DEFAULT]
|
|
self_name = mvw-dl
|
|
tmp_base_dir = /tmp/%(self_name)s
|
|
state_base_dir = /var/lib/%(self_name)s
|
|
state_files_dir = %(state_base_dir)s/state
|
|
state_file_retention = 50
|
|
state_file_name_prefix = state-
|
|
state_file_name_suffix = .log
|
|
mvw_endpoint = http://localhost:8000/api/query
|
|
title_dedup_winner = first
|
|
|
|
[maus]
|
|
min_duration = 1200
|
|
max_duration = 2700
|
|
query = @maus-query.json
|
|
title_not_regex = audiodeskription|gebärdensprache
|
|
# query = {"queries":[{"fields":["topic"],"query":"die sendung mit der maus"},{"fields":["channel"],"query":"ARD"}],"sortBy":"timestamp","sortOrder":"desc","future":false,"offset":0,"size":50}
|
|
# state_file_name = maus
|
|
# tmp_base_dir = %(tmp_base_dir)s/maus
|
|
dl_dir = ~/maus
|
|
|
|
#[test]
|
|
#min_duration = 100
|
|
#max_duration = 200
|
|
#query = {"queries":[{"fields":["topic"],"query":"die sendung mit der maus"},{"fields":["channel"],"query":"ARD"}],"sortBy":"timestamp","sortOrder":"desc","future":false,"offset":0,"size":50}
|
|
#dl_dir = test |