mirror of
https://github.com/spotiflacapp/SpotiFLAC-Mobile.git
synced 2026-06-01 03:15:17 +07:00
The HIGH-quality lossy format picker can now produce an AAC/M4A 320 kbps output alongside MP3 and Opus. FFmpegService.convertM4aToLossy/convertAudioFormat, the Dart queue pipeline, the Kotlin finalizer, and the library database format helper all route .m4a through a unified aac codec path and tag the resulting file with the M4A metadata writer. The Lossy Format setting gains a new option, and the track metadata convert dialog lists AAC next to the other targets. Apple Music lyrics gain a 'eLRC word sync' switch (default off). When disabled the pax-to-LRC formatter strips inline word timestamps, producing line-synced LRC that is safer for players that choke on eLRC; enabling it restores the previous word-by-word behaviour. The change propagates through SetLyricsFetchOptions and invalidates the global lyrics cache on toggle. Broad l10n migration: roughly 400 previously hardcoded English strings across queue, settings, track metadata, repo, audio analysis, setup and extension screens now live in the ARB catalog, with matching plural/placeholder forms. No behaviour change beyond localisation. Existing and new unit tests (lyrics eLRC toggle and Dart settings round-trip) pass. |
||
|---|---|---|
| .. | ||
| arb | ||
| app_localizations.dart | ||
| app_localizations_de.dart | ||
| app_localizations_en.dart | ||
| app_localizations_es.dart | ||
| app_localizations_fr.dart | ||
| app_localizations_hi.dart | ||
| app_localizations_id.dart | ||
| app_localizations_ja.dart | ||
| app_localizations_ko.dart | ||
| app_localizations_nl.dart | ||
| app_localizations_pt.dart | ||
| app_localizations_ru.dart | ||
| app_localizations_tr.dart | ||
| app_localizations_uk.dart | ||
| app_localizations_zh.dart | ||
| l10n.dart | ||
| supported_locales.dart | ||