From c223e23c5fe8377c05227c6100cfa0a0b5576111 Mon Sep 17 00:00:00 2001 From: Axel Simon Date: Thu, 6 Oct 2016 12:03:29 +0200 Subject: [PATCH] Small update to ampache.cfg.php.dist wording Modified the wording for the metadata config switches comment, to correct a long-standing tiny spelling mistake that had always bugged me :) --- config/ampache.cfg.php.dist | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/config/ampache.cfg.php.dist b/config/ampache.cfg.php.dist index 7428790f..d80e244f 100644 --- a/config/ampache.cfg.php.dist +++ b/config/ampache.cfg.php.dist @@ -176,17 +176,16 @@ require_localnet_session = "true" ; DEFAULT: id3v2 id3v1 vorbiscomment quicktime matroska ape asf avi mpeg riff getid3_tag_order = "id3v2,id3v1,vorbiscomment,quicktime,matroska,ape,asf,avi,mpeg,riff" -; Determines whether we try to autodetect the encoding for id3v2 tags. +; This determines whether we try to autodetect the encoding for id3v2 tags. ; May break valid tags. ; DEFAULT: false ;getid3_detect_id3v2_encoding = "false" -; This determines if file metadata should be write back to files -; as id3 metadata when updated. +; This determines if we write the changes to files (as id3 tags) when modifying metadata, or only keep them in Ampache (the default). ; DEFAULT: false ;write_id3 = "false" -; This determines if album art should be write back to files +; This determines if we write the changes to files (as id3 tags) when modifying album art, or only keep them in Ampache (the default) ; as id3 metadata when updated. ; DEFAULT: false ;write_id3_art = "false"