Update screenshots (#1431)

This commit is contained in:
Zoe Roux
2026-04-06 20:01:18 +02:00
committed by GitHub
parent 52dfacf8db
commit b422d31b7b
2 changed files with 6 additions and 10 deletions
+1 -3
View File
@@ -1,8 +1,6 @@
# vi: ft=sh
# shellcheck disable=SC2034
# THIS IS V5 .ENV ; IF YOU ARE ON V4 PLEASE LOOK AT THE .ENV HERE: https://github.com/zoriya/Kyoo/blob/v4.7.1/.env.example
# Useful config options
# Library root can either be an absolute path or a relative path to your docker-compose.yml file.
@@ -11,7 +9,7 @@ LIBRARY_ROOT=./video
# It will automatically be cleaned up on kyoo's startup/shutdown/runtime.
CACHE_ROOT=/tmp/kyoo_cache
# Where to store downloaded images of the shows
IMAGES_PATH="./images";
IMAGES_PATH="./images"
# A pattern (regex) to ignore files.
LIBRARY_IGNORE_PATTERN=".*/[dD]ownloads?/.*"