From 571d2b132591d0a71aca090052a3f1526ff170b6 Mon Sep 17 00:00:00 2001 From: Pecusx Date: Tue, 15 Nov 2016 22:23:47 +0100 Subject: [PATCH] Prepare to audio output config. --- html/hconfig.php | 62 +++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 53 insertions(+), 9 deletions(-) diff --git a/html/hconfig.php b/html/hconfig.php index 485fb14..99eb88a 100644 --- a/html/hconfig.php +++ b/html/hconfig.php @@ -11,16 +11,54 @@
Audio device config
-
-   internal audio
-   USB audio card
- -
+
+ internal audio  (';
+  } else {
+  echo '>';
+  }
+echo ' - high quality output)'."\n";
+echo '   USB audio card
'."\n"; +echo ''; +echo ''; +?> + +

Remote config
-
+
  ".$remotename."\n";
+		echo "> ".$remotename;
+		if ($i < count($remoteconfigs)-1) {
+			echo "\n";
+		} else {
+			echo "
\n"; + } } } ?> -
-
+ +

Update to last build from github @@ -51,3 +94,4 @@ Update to last build from github +