mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-01-07 12:40:28 -05:00
11 lines
289 B
Plaintext
11 lines
289 B
Plaintext
# vi: ft=sh
|
|
# shellcheck disable=SC2034
|
|
|
|
KYOO_URL="http://api:3567/api"
|
|
KYOO_APIKEY=""
|
|
|
|
# Root directory that will be traversed to find video files (inside the container)
|
|
SCANNER_LIBRARY_ROOT="/video"
|
|
# A pattern (regex) to ignore video files.
|
|
LIBRARY_IGNORE_PATTERN=".*/[dD]ownloads?/.*"
|