1
0
Fork 0
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:
Afterster 2016-12-27 08:26:05 +01:00 committed by GitHub
commit 809f5eea23

View file

@ -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