mirror of
https://github.com/Yetangitu/ampache
synced 2025-10-03 09:49:30 +02:00
Merge pull request #1442 from axelsimon/patch-3
Change default flac transcode target to opus
This commit is contained in:
commit
809f5eea23
1 changed files with 1 additions and 1 deletions
|
@ -911,7 +911,7 @@ registration_mandatory_fields = "fullname"
|
||||||
; Override the default output format on a per-type basis
|
; Override the default output format on a per-type basis
|
||||||
; encode_target_TYPE = TYPE
|
; encode_target_TYPE = TYPE
|
||||||
; DEFAULT: none
|
; DEFAULT: none
|
||||||
;encode_target_flac = ogg
|
;encode_target_flac = opus
|
||||||
|
|
||||||
; Override the default TYPE transcoding behavior on a per-player basis
|
; Override the default TYPE transcoding behavior on a per-player basis
|
||||||
; transcode_player_PLAYER_TYPE = TYPE
|
; transcode_player_PLAYER_TYPE = TYPE
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue