chg: docs: add setting to the envfile

This commit is contained in:
Felipe Marinho 2024-11-13 21:20:46 -03:00 committed by Zoe Roux
parent e73aa83c83
commit b96ce5d46f
No known key found for this signature in database

View File

@ -10,6 +10,8 @@ LIBRARY_ROOT=./video
# It will automatically be cleaned up on kyoo's startup/shutdown/runtime.
CACHE_ROOT=/tmp/kyoo_cache
LIBRARY_LANGUAGES=en
# If this is true, kyoo will prefer to download the media in the original language of the item.
MEDIA_PREFER_ORIGINAL_LANGUAGE=false
# A pattern (regex) to ignore video files.
LIBRARY_IGNORE_PATTERN=".*/[dD]ownloads?/.*"