diff --git a/.env.example b/.env.example index 889216c1..e6c9b772 100644 --- a/.env.example +++ b/.env.example @@ -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?/.*"