32 lines
1.2 KiB
INI
32 lines
1.2 KiB
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
|
|
dl_progress_update_interval = 10
|
|
dl_threads = 2
|
|
dl_filename_pattern = &(channel)s - &(publish_date)s - &(topic)s - &(title)s.&(ext)s
|
|
publish_date_srtftime_pattern = %%Y%%m%%d
|
|
dl_filename_replace_spaces =
|
|
dl_filename_all_lowercase = no
|
|
|
|
[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 |