Replace our config.ini with a sane example
This commit is contained in:
25
examples/config.ini.example
Normal file
25
examples/config.ini.example
Normal file
@@ -0,0 +1,25 @@
|
||||
[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_with =
|
||||
dl_filename_all_lowercase = no
|
||||
|
||||
[maus]
|
||||
min_duration = 1200
|
||||
max_duration = 3000
|
||||
query = @maus-query.json
|
||||
title_not_regex = audiodeskription|gebärdensprache|hörfassung
|
||||
dl_filename_pattern = &(publish_date)s.&(ext)s
|
||||
publish_date_srtftime_pattern = S%%YE%%Y%%m%%d01
|
||||
dl_dir = /tmp/kodi-nfo-feeder/maus
|
Reference in New Issue
Block a user