mirror of
https://github.com/Yetangitu/ampache
synced 2025-10-03 17:59:21 +02:00
Merge pull request #1397 from axelsimon/patch-1
Small update to ampache.cfg.php.dist wording
This commit is contained in:
commit
8baf741705
1 changed files with 3 additions and 4 deletions
|
@ -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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue