From f5149dfaba64c62f0a9ea6deab600b3d4d9b0f39 Mon Sep 17 00:00:00 2001 From: Max Isom Date: Fri, 19 Nov 2021 12:13:45 -0500 Subject: Move file caching logic to new FileCache service Also: removes the -re ffmpeg option. If this option is passed, ffmpeg won't write to fs-capacitor (and the cache file) as fast as possible. In other words, the cache file won't finish writing until the entire stream has been played. --- .env.example | 3 +++ 1 file changed, 3 insertions(+) (limited to '.env.example') diff --git a/.env.example b/.env.example index 9d757da..db26bda 100644 --- a/.env.example +++ b/.env.example @@ -3,3 +3,6 @@ DATA_DIR= YOUTUBE_API_KEY= SPOTIFY_CLIENT_ID= SPOTIFY_CLIENT_SECRET= + +# Optional +# CACHE_LIMIT=2GB -- cgit v1.2.3