From ca567de094c1572f0741622161e50df70ad63efc Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Mon, 21 Dec 2020 14:30:55 +0100 Subject: [PATCH] Set transcode_ogg to allowed cf. issue #68 --- conf/ampache.cfg.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/ampache.cfg.php b/conf/ampache.cfg.php index c8a1ebd..646ef82 100644 --- a/conf/ampache.cfg.php +++ b/conf/ampache.cfg.php @@ -955,14 +955,14 @@ registration_mandatory_fields = "fullname" transcode_m4a = allowed transcode_flac = required transcode_mpc = required -transcode_ogg = required +transcode_ogg = allowed transcode_oga = required transcode_wav = required transcode_wma = required transcode_aif = required transcode_aiff = required -transcode_ape = required -transcode_shn = required +transcode_ape = required +transcode_shn = required transcode_mp3 = allowed ;;; Video transcode_avi = allowed