From 6790bdc3600f835cb7fa0a83407e4c5a1eab91d8 Mon Sep 17 00:00:00 2001 From: ChuckBuilds <33324927+ChuckBuilds@users.noreply.github.com> Date: Mon, 26 May 2025 10:16:30 -0500 Subject: [PATCH] update RGB RPI matrix Package reference to version with out vulnerability --- README.md | 2 +- .../bindings/c#/examples/PlayGIF/PlayGIF.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ee722ed1..f4b880f7 100644 --- a/README.md +++ b/README.md @@ -370,6 +370,7 @@ The Music Display module shows information about the currently playing track fro 2. **YouTube Music (YTM):** * Requires the [YouTube Music Desktop App](https://ytmdesktop.app/) (YTMD) to be installed and running on a computer on the *same network* as the Raspberry Pi. * In YTMD settings, enable the "Companion Server" under Integration options. Note the URL it provides (usually `http://localhost:9863` if running on the same machine, or `http://:9863` if running on a different computer). + * Note, The YTM Display seems to most reliably update on the display switch INTO the MusicManager Display. Song changes after this are less reliable in updating on time. I am trying to figure this quirk out but shouldn't be too disruptive. Spotify doesn't have this issue. **Configuration:** @@ -413,7 +414,6 @@ The Music Display module shows information about the currently playing track fro **`preferred_source` Options:** -* `"auto"`: (Default) Checks Spotify first. If Spotify is playing, shows its track. If not, checks YTM. * `"spotify"`: Only uses Spotify. Ignores YTM. * `"ytm"`: Only uses the YTM Companion Server. Ignores Spotify. diff --git a/rpi-rgb-led-matrix-master/bindings/c#/examples/PlayGIF/PlayGIF.csproj b/rpi-rgb-led-matrix-master/bindings/c#/examples/PlayGIF/PlayGIF.csproj index 62649405..0f6490a0 100644 --- a/rpi-rgb-led-matrix-master/bindings/c#/examples/PlayGIF/PlayGIF.csproj +++ b/rpi-rgb-led-matrix-master/bindings/c#/examples/PlayGIF/PlayGIF.csproj @@ -7,6 +7,6 @@ - +