Files
Resonant/THIRD_PARTY_NOTICES.md
cyph3rasi f34266b704 Remove the ffmpeg-static npm runtime dependency and download checksum-verified pinned FFmpeg release assets directly
Hop-State: A_06FNNTFDVDZGB2NFDAARAT0
Hop-Proposal: R_06FNNTEE6NDAD98WA9S7VA0
Hop-Task: T_06FNNS0FK2T1TH9QVHG8MSR
Hop-Attempt: AT_06FNNS0FK2MH777VNTJ1530
2026-07-13 02:58:28 -07:00

24 lines
1.3 KiB
Markdown

# Third-party notices
## Navidrome
Resonant desktop builds bundle an unmodified Navidrome 0.61.2 executable as the local music server.
- Project: https://github.com/navidrome/navidrome
- Release source: https://github.com/navidrome/navidrome/tree/v0.61.2
- License: GNU General Public License v3.0
- 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 and its matching build notices come from the pinned `ffmpeg-static` `b6.1.1` release. The exact FFmpeg build varies by platform and is recorded in the notice bundled with the app (the Apple Silicon binary reports FFmpeg 6.0).
- Project: https://ffmpeg.org/
- Source project: https://github.com/FFmpeg/FFmpeg
- Binary release: https://github.com/eugeneware/ffmpeg-static/releases/tag/b6.1.1
- License: GNU General Public License v3.0 or later
The preparation script downloads and SHA-256 verifies the binary, license, and build information published with that release. The matching notices are included in every packaged Resonant app.