Add example config file

This commit is contained in:
hygienic-books 2022-03-23 13:55:38 +01:00
parent ab7cc7bab1
commit 7b3df48945

View File

@ -0,0 +1,17 @@
[DEFAULT]
self_name = kodi-nfo-feeder
ignored_target_file_exts = .jpg, .jpeg, .png, .nfo
title_regex_search =
title_regex_replace =
do_seasons = yes
[maus]
watch_dir = /tmp/kodi-nfo-feeder/maus
output_dir = /srv/kodi/tv-shows/scraper-local/Die Sendung mit der Maus (1971)
title_regex_search = (\w)-(\s)
title_regex_replace = \1 -\2
do_seasons = yes
run_cmd = touch /srv/kodi/latest-state-change
kodi_jsonrpc_address = http://localhost:8080/jsonrpc
kodi_jsonrpc_username = username
kodi_jsonrpc_password = password