From 1e69d813e6a4cbcf96111a256f1eca326fee890b Mon Sep 17 00:00:00 2001 From: Broque Thomas <26755000+Nezreka@users.noreply.github.com> Date: Thu, 9 Apr 2026 09:44:15 -0700 Subject: [PATCH] Update What's New and Help docs with recent changes Added dead file fix options, Deezer ARL rehydration, and album data caching to the Fixes & Improvements section and Help docs. --- web_server.py | 5 ++++- webui/static/docs.js | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/web_server.py b/web_server.py index 4dfa8b01..163cc1ed 100644 --- a/web_server.py +++ b/web_server.py @@ -21040,7 +21040,10 @@ def get_version_info(): "• Replace lower quality files on import — opt-in toggle in Settings > Library", "• HiFi API instance health check in Settings > Downloads", "• Debug test activity feed message removed from startup", - "• Global search downloads now create bubble snapshots on Dashboard and Search page" + "• Global search downloads now create bubble snapshots on Dashboard and Search page", + "• Dead file findings now offer 'Remove from DB' option alongside 'Re-download' — works in bulk fix too", + "• Deezer ARL sync and download modals rehydrate after page refresh", + "• Deezer album data (release dates, cover art) cached in metadata cache — subsequent playlist loads are near-instant" ] }, { diff --git a/webui/static/docs.js b/webui/static/docs.js index 59c1ba58..a1ba1ded 100644 --- a/webui/static/docs.js +++ b/webui/static/docs.js @@ -1463,6 +1463,7 @@ const DOCS_SECTIONS = [
  • Music Library Paths — In Settings > Library, add folder paths where your music files live. Required for tag writing, streaming, and file detection when your media server stores files at a different path than SoulSync can see. Docker users: mount your music folder(s) with read-write access, then add the container-side path.
  • Replace Lower Quality on Import — Opt-in toggle in Settings > Library. When importing from Staging, if a track already exists at lower quality (e.g. MP3), it gets replaced with the higher quality version (e.g. FLAC). Disabled by default.
  • HiFi Instance Health — In Settings > Downloads > HiFi, click "Check All Instances" to see which community API instances are online, searchable, or able to download.
  • +
  • Dead File Fix Options — Dead file findings in Library Maintenance now prompt with two choices: "Re-download" (adds to wishlist) or "Remove from DB" (just deletes the stale record). Works for single and bulk fix.