2022-03-10 07:31:14 +01:00
|
|
|
[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
|
2022-03-13 17:28:19 +01:00
|
|
|
mvw_endpoint = http://localhost:8000/api/query
|
2022-03-14 06:58:45 +01:00
|
|
|
title_dedup_winner = first
|
2022-03-17 17:23:41 +01:00
|
|
|
dl_progress_update_interval = 10
|
2022-03-17 17:37:57 +01:00
|
|
|
dl_threads = 2
|
2022-03-19 01:50:05 +01:00
|
|
|
dl_filename_pattern = &(channel)s - &(publish_date)s - &(topic)s - &(title)s.&(ext)s
|
2022-03-19 03:52:26 +01:00
|
|
|
publish_date_srtftime_pattern = %%Y%%m%%d
|
2022-03-19 08:50:51 +01:00
|
|
|
dl_filename_replace_spaces_with =
|
2022-03-19 03:52:26 +01:00
|
|
|
dl_filename_all_lowercase = no
|
2022-03-10 07:31:14 +01:00
|
|
|
|
|
|
|
[maus]
|
2022-03-16 15:49:29 +01:00
|
|
|
min_duration = 1200
|
2022-03-23 15:47:33 +01:00
|
|
|
max_duration = 3000
|
2022-03-23 15:49:54 +01:00
|
|
|
query = @maus-query.json.example
|
2022-03-20 02:16:52 +01:00
|
|
|
title_not_regex = audiodeskription|gebärdensprache|hörfassung
|
2022-03-23 15:47:33 +01:00
|
|
|
dl_filename_pattern = &(publish_date)s.&(ext)s
|
|
|
|
publish_date_srtftime_pattern = S%%YE%%Y%%m%%d01
|
|
|
|
dl_dir = /tmp/kodi-nfo-feeder/maus
|