diff --git a/.env.example b/.env.example index e6c9b772..57267d11 100644 --- a/.env.example +++ b/.env.example @@ -12,8 +12,8 @@ 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?/.*" +# A pattern (regex) to ignore files. +LIBRARY_IGNORE_PATTERN=".*/[dD]ownloads?/.*|.*\.(mp3|srt|jpg|jpeg|png|gif|bmp|tiff|svg)$|.*[Tt][Rr][Aa][Ii][Ll][Ee][Rr].*" # If this is true, new accounts wont have any permissions before you approve them in your admin dashboard. REQUIRE_ACCOUNT_VERIFICATION=true