Minor AirPlay tweaks (#2646)
authorOzGav <gavnosp@hotmail.com>
Mon, 17 Nov 2025 14:05:38 +0000 (00:05 +1000)
committerGitHub <noreply@github.com>
Mon, 17 Nov 2025 14:05:38 +0000 (15:05 +0100)
music_assistant/providers/airplay/player.py
pyproject.toml

index 5d59e75e1ce4027031cbb5aaef550ab4df589eb4..a4a5feed78085731f50ec8508d6907405a407247 100644 (file)
@@ -186,7 +186,7 @@ class AirPlayPlayer(Player):
                 default_value=True,
                 label="Enable encryption",
                 description="Enable encrypted communication with the player, "
-                "some (3rd party) players require to disable this.",
+                "some (3rd party) players require this to be disabled.",
                 category="airplay",
                 depends_on=CONF_AIRPLAY_PROTOCOL,
                 depends_on_value=StreamingProtocol.RAOP.value,
@@ -197,7 +197,7 @@ class AirPlayPlayer(Player):
                 default_value=True,
                 label="Enable compression",
                 description="Save some network bandwidth by sending the audio as "
-                "(lossless) ALAC at the cost of a bit CPU.",
+                "(lossless) ALAC at the cost of a bit of CPU.",
                 category="airplay",
                 depends_on=CONF_AIRPLAY_PROTOCOL,
                 depends_on_value=StreamingProtocol.RAOP.value,
index 5aeefab162f46f4192e48cc232e9b114c89998bb..1e6ac17208aaef63395a39cb4bdbd0e05b8ef264 100644 (file)
@@ -148,7 +148,6 @@ exclude = [
   '^music_assistant/providers/sonos/.*$',
   '^music_assistant/providers/snapcast/.*$',
   '^music_assistant/providers/ytmusic/.*$',
-  '^music_assistant/providers/airplay/protocols/airplay2.py',
 ]
 extra_checks = false
 local_partial_types = true