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.
This commit is contained in:
parent
4178c1eb56
commit
1e69d813e6
2 changed files with 5 additions and 1 deletions
|
|
@ -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"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
|||
|
|
@ -1463,6 +1463,7 @@ const DOCS_SECTIONS = [
|
|||
<li><strong>Music Library Paths</strong> — 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.</li>
|
||||
<li><strong>Replace Lower Quality on Import</strong> — 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.</li>
|
||||
<li><strong>HiFi Instance Health</strong> — In Settings > Downloads > HiFi, click "Check All Instances" to see which community API instances are online, searchable, or able to download.</li>
|
||||
<li><strong>Dead File Fix Options</strong> — 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.</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="docs-subsection" id="set-db-maintenance">
|
||||
|
|
|
|||
Loading…
Reference in a new issue