diff --git a/scripts/advanced.php b/scripts/advanced.php index 387098c..1c9a0bf 100644 --- a/scripts/advanced.php +++ b/scripts/advanced.php @@ -5,7 +5,7 @@ error_reporting(E_ERROR); if (file_exists('./scripts/thisrun.txt')) { $config = parse_ini_file('./scripts/thisrun.txt'); } elseif (file_exists('firstrun.ini')) { - $config = parse_ini_file('firstrun.ini'); + $config = parse_ini_file('firstrun.ini');r } $caddypwd = $config['CADDY_PWD']; @@ -251,7 +251,7 @@ if (file_exists('./scripts/thisrun.txt')) {
When the disk becomes full, you can choose to 'purge' old files to make room for new ones or 'keep' your data and stop all services instead.
Note: you can exclude specific files from 'purge' on the Recordings page.
Set Audio Card to 'default' to use PulseAudio (always recommended), or an ALSA recognized sound card device from the output of `aplay -L`. Choose the `dsnoop` device if it is available
+Set Audio Card to 'default' to use PulseAudio (always recommended), or an ALSA recognized sound card device from the output of `arecord -L`. Choose the `dsnoop` device if it is available
Set Channels to the number of channels supported by your sound card. 32 max.