X-Git-Url: https://git.cweiske.de/noxon-gateway.git/blobdiff_plain/f1203665a1846bb50b0e6ee9e75537895eab5b74..fa31828a09690f4e6310d23e2a61a639cf699b70:/data/config.php.dist diff --git a/data/config.php.dist b/data/config.php.dist index 6728859..92b3db6 100644 --- a/data/config.php.dist +++ b/data/config.php.dist @@ -10,4 +10,12 @@ $mediatomb = array( 'internetradio/Kindergeschichten/' ), ); + +//MIME types in addition to MP3 files that the clients +//support (and do not need transcoding for) +$clientSupport = [ + '127.0.0.1' => [ + 'audio/ogg' => true, + ], +]; ?>