From d823258ee7d78db85ae2125467f2112c24430319 Mon Sep 17 00:00:00 2001 From: frenck Date: Thu, 21 Jan 2021 21:23:50 +0000 Subject: [PATCH] Prettified Code! --- airsonos/DOCS.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/airsonos/DOCS.md b/airsonos/DOCS.md index 60219de..ccbbb34 100644 --- a/airsonos/DOCS.md +++ b/airsonos/DOCS.md @@ -52,7 +52,7 @@ dealing with an unknown issue. Possible values are: - `debug`: Shows detailed debug information. - `info`: Normal (usually) interesting events. - `warning`: Exceptional occurrences that are not errors. -- `error`: Runtime errors that do not require immediate action. +- `error`: Runtime errors that do not require immediate action. - `fatal`: Something went terribly wrong. Add-on becomes unusable. Please note that each level automatically includes log messages from a @@ -153,12 +153,12 @@ is larger than the buffer in the Sonos player, playback will stop by lack of audio. Note that `latency_rtp` does not delay playback start. > **Note**: `latency_rtp` and `latency_http` could have been merged into a -single `latency` parameter which would have set the max RTP frames holding time -as well as the duration of the initial additional silence (delay), -however, all Sonos devices do properly their own buffering of HTTP audio -(i.e., they wait until they have received a certain amount of audio before -starting to play), then adding silence would have introduced an extra -unnecessary delay in playback. +> single `latency` parameter which would have set the max RTP frames holding time +> as well as the duration of the initial additional silence (delay), +> however, all Sonos devices do properly their own buffering of HTTP audio +> (i.e., they wait until they have received a certain amount of audio before +> starting to play), then adding silence would have introduced an extra +> unnecessary delay in playback. ## Tweaking AirSonos @@ -167,7 +167,7 @@ Assistant configuration directory. This file allows you to tweak each device separately. Every time it finds a new device, it will be added to that file. > **NOTE**: It is HIGHLY recommended to stop the addon before making changes -to the configuration file manually. +> to the configuration file manually. ## Known issues and limitations @@ -181,12 +181,12 @@ functionality. The format of the log is based on [Keep a Changelog][keepchangelog]. Releases are based on [Semantic Versioning][semver], and use the format -of ``MAJOR.MINOR.PATCH``. In a nutshell, the version will be incremented +of `MAJOR.MINOR.PATCH`. In a nutshell, the version will be incremented based on the following: -- ``MAJOR``: Incompatible or major changes. -- ``MINOR``: Backwards-compatible new features and enhancements. -- ``PATCH``: Backwards-compatible bugfixes and package updates. +- `MAJOR`: Incompatible or major changes. +- `MINOR`: Backwards-compatible new features and enhancements. +- `PATCH`: Backwards-compatible bugfixes and package updates. ## Support