1
0
Fork 0
mirror of https://github.com/Yetangitu/ampache synced 2025-10-03 09:49:30 +02:00

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 :)
This commit is contained in:
Axel Simon 2016-10-06 12:03:29 +02:00 committed by GitHub
parent 98094ad2bd
commit c223e23c5f

View file

@ -176,17 +176,16 @@ require_localnet_session = "true"
; DEFAULT: id3v2 id3v1 vorbiscomment quicktime matroska ape asf avi mpeg riff ; DEFAULT: id3v2 id3v1 vorbiscomment quicktime matroska ape asf avi mpeg riff
getid3_tag_order = "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. ; May break valid tags.
; DEFAULT: false ; DEFAULT: false
;getid3_detect_id3v2_encoding = "false" ;getid3_detect_id3v2_encoding = "false"
; This determines if file metadata should be write back to files ; This determines if we write the changes to files (as id3 tags) when modifying metadata, or only keep them in Ampache (the default).
; as id3 metadata when updated.
; DEFAULT: false ; DEFAULT: false
;write_id3 = "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. ; as id3 metadata when updated.
; DEFAULT: false ; DEFAULT: false
;write_id3_art = "false" ;write_id3_art = "false"