Add example config file
This commit is contained in:
parent
ab7cc7bab1
commit
7b3df48945
17
examples/config.ini.example
Normal file
17
examples/config.ini.example
Normal 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
|
Loading…
x
Reference in New Issue
Block a user