From bd4cc20980accc4909db6dedbe717255ad56b6cb Mon Sep 17 00:00:00 2001 From: VC Date: Tue, 9 Sep 2025 12:10:41 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8:=20add=20metadata=20separation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- roles/ampache/templates/ampache.cfg.php.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/ampache/templates/ampache.cfg.php.j2 b/roles/ampache/templates/ampache.cfg.php.j2 index f2438e0..cdeb32a 100644 --- a/roles/ampache/templates/ampache.cfg.php.j2 +++ b/roles/ampache/templates/ampache.cfg.php.j2 @@ -633,13 +633,13 @@ licensing = "false" ; You must also set a local_metadata_dir below. This folder should be ; a local folder that is not accessible from a browser. ; DEFAULT: "false" -;album_art_store_disk = "true" +album_art_store_disk = "true" ; Local Metadata Directory ; This define a local metadata directory OUTSIDE the web path with write access. ; This is used to store heavy data if enabled (album art, waveforms, etc) ; DEFAULT: none -;local_metadata_dir = "/var/www/metadata" +local_metadata_dir = "{{ ampache_data_home }}/metadata" ; Maximal upload size ; Specify the maximal allowed upload size for images, in bytes.