Load newest albums and complete song pages, add a Songs view, bundle FFmpeg, persist credentials securely, and serve the managed library on the LAN

Hop-State: A_06FNEJ4B52YWW6V4DQKVHXR
Hop-Proposal: R_06FNEJ37KHGP1VCKVNTV95R
Hop-Task: T_06FNEEBRXR47KT7H71N5H68
Hop-Attempt: AT_06FNEEBRXS5YEZ0KZ4MTDZG
This commit is contained in:
2026-07-12 10:03:19 -07:00
committed by Hop
parent 0168767819
commit 73c4eb1857
17 changed files with 1191 additions and 58 deletions
+11
View File
@@ -10,3 +10,14 @@ Resonant desktop builds bundle an unmodified Navidrome 0.61.2 executable as the
- License text: https://github.com/navidrome/navidrome/blob/v0.61.2/LICENSE
Navidrome is downloaded from its official GitHub release during the desktop build and verified against the SHA-256 digest published with that release. Navidrome is a separate process and is not modified by Resonant.
## FFmpeg
Resonant desktop builds bundle a platform-specific FFmpeg executable for media transcoding. The binary is supplied by `ffmpeg-static` 5.3.0 and reports FFmpeg 6.0 on Apple Silicon.
- Project: https://ffmpeg.org/
- Source: https://github.com/FFmpeg/FFmpeg/tree/n6.0
- Binary packaging: https://github.com/eugeneware/ffmpeg-static/tree/5.3.0
- License: GNU General Public License v3.0 or later
The exact upstream binary build information and license copied by `ffmpeg-static` are included in every packaged Resonant app.