Make client audio type support configurable
[noxon-gateway.git] / data / config.php.dist
index 67288599d1df8f95a057b8bf2ba78f8717f07d3f..92b3db6d4dfac33f759c33d1bd7a30809b4eeea3 100644 (file)
@@ -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,
+    ],
+];
 ?>