SpotiFLAC-Mobile/lib
zarzet 8f5c59683a fix: force native FLAC muxer when decrypting to .flac output
Downloads from providers that stream FLAC inside an fMP4 container (e.g. Amazon Music) were being written to disk with a .flac extension while the payload still carried ISO-BMFF atoms. The container-conversion guard then saw codec=flac and skipped the remux, leaving native FLAC tag writers to fail with 'fLaC head incorrect'.

Force '-f flac' on the decryption command whenever the target extension is .flac so FFmpeg emits a real FLAC stream, and add an 'fLaC' magic-byte probe on both the Dart and Kotlin container-conversion guards so a FLAC-in-MP4 source is remuxed rather than silently passed through as a tag-writer hazard.
2026-05-10 18:50:49 +07:00
..
constants fix: stabilize library search and bump version 2026-05-08 00:40:25 +07:00
l10n chore: remove redundant comments and boilerplate across codebase 2026-05-05 21:35:18 +07:00
models chore: housekeeping cleanup and code deduplication 2026-05-08 21:37:56 +07:00
providers fix: force native FLAC muxer when decrypting to .flac output 2026-05-10 18:50:49 +07:00
screens chore: housekeeping cleanup and code deduplication 2026-05-08 21:37:56 +07:00
services fix: force native FLAC muxer when decrypting to .flac output 2026-05-10 18:50:49 +07:00
theme feat: retire built-in download providers, add isolated extension runtimes, Google Sans Flex font, and monochrome icon support 2026-05-01 02:44:32 +07:00
utils chore: housekeeping cleanup and code deduplication 2026-05-08 21:37:56 +07:00
widgets chore: remove redundant comments and boilerplate across codebase 2026-05-05 21:35:18 +07:00
app.dart fix provider fallbacks and public branding 2026-05-04 00:51:52 +07:00
main.dart feat: add resolve API with SongLink fallback, fix multi-artist tags (#288), and cleanup 2026-04-13 23:32:14 +07:00