mirror of
https://github.com/sakaljurgis/kodi-api-server.git
synced 2026-07-08 20:37:41 +00:00
start local fs video files scanner service
This commit is contained in:
+4
-3
@@ -3,7 +3,8 @@ STATIC_SERVE_FOLDER="data/static"
|
||||
LOG_FILE_REQUESTS="data/static/static_log.txt"
|
||||
DB_PATH="./data/db/db.db"
|
||||
RECENT_SEARCHES_FOLDER="./data/recent_searches"
|
||||
TEST_ARRAY='[
|
||||
"one",
|
||||
"two"
|
||||
VIDEO_FILES_FOLDERS='[
|
||||
"/home/user/videos",
|
||||
"/mnt/hdd/videos"
|
||||
]'
|
||||
VIDEO_FILES_EXT='["*.mkv", "*.mp4", "*.avi"]'
|
||||
|
||||
Reference in New Issue
Block a user