SpotiFLAC-Mobile/go_backend
zarzet 1546d7da22
feat: add external LRC lyrics file support and fix locale parsing
- Add lyrics mode setting (embed/external/both) for saving lyrics
- Implement SaveLRCFile() in Go backend for all providers (Tidal, Qobuz, Amazon)
- Fix locale parsing in app.dart to handle country codes (e.g., pt_PT -> Locale('pt', 'PT'))
- Change Portuguese label from Portugal to Brasil in language settings
2026-01-19 18:57:27 +07:00
..
amazon.go feat: add external LRC lyrics file support and fix locale parsing 2026-01-19 18:57:27 +07:00
cancel.go refactor: more code cleanup 2026-01-17 10:04:21 +07:00
cover.go v3.1.1: Lyrics caching, duration matching, Deezer cover upgrade, live extension search, Russian language, fix race conditions and scroll exceptions 2026-01-18 03:15:20 +07:00
deezer.go feat: add genre and label metadata to FLAC downloads 2026-01-19 02:14:50 +07:00
duplicate.go v3.1.1: Lyrics caching, duration matching, Deezer cover upgrade, live extension search, Russian language, fix race conditions and scroll exceptions 2026-01-18 03:15:20 +07:00
exports.go feat: add external LRC lyrics file support and fix locale parsing 2026-01-19 18:57:27 +07:00
extension_manager.go feat: add button setting type for extension actions 2026-01-19 02:14:52 +07:00
extension_manifest.go feat: add button setting type for extension actions 2026-01-19 02:14:52 +07:00
extension_providers.go feat: add quick search provider switcher and genre/label for extensions 2026-01-19 02:14:52 +07:00
extension_runtime.go refactor: more code cleanup 2026-01-17 10:04:21 +07:00
extension_runtime_auth.go refactor(extension): split extension_runtime.go into multiple files + add HMAC-SHA256 2026-01-13 04:17:00 +07:00
extension_runtime_ffmpeg.go refactor(extension): split extension_runtime.go into multiple files + add HMAC-SHA256 2026-01-13 04:17:00 +07:00
extension_runtime_file.go security: improve extension sandbox security 2026-01-13 17:41:24 +07:00
extension_runtime_http.go security: improve extension sandbox security 2026-01-13 17:41:24 +07:00
extension_runtime_matching.go refactor(extension): split extension_runtime.go into multiple files + add HMAC-SHA256 2026-01-13 04:17:00 +07:00
extension_runtime_polyfills.go refactor(extension): split extension_runtime.go into multiple files + add HMAC-SHA256 2026-01-13 04:17:00 +07:00
extension_runtime_storage.go security: use per-installation random salt for credential encryption 2026-01-13 17:44:14 +07:00
extension_runtime_utils.go feat(extension): add HMAC-SHA1 utility, artist URL handler, and store refresh fix 2026-01-13 05:53:30 +07:00
extension_settings.go feat: add extension system with skipBuiltInFallback support 2026-01-12 00:17:52 +07:00
extension_store.go feat: improve Extension Store with custom icons and various fixes 2026-01-13 01:01:43 +07:00
extension_test.go security: improve extension sandbox security 2026-01-13 17:41:24 +07:00
extension_timeout.go security: improve extension sandbox security 2026-01-13 17:41:24 +07:00
filename.go refactor: more code cleanup 2026-01-17 10:04:21 +07:00
go.mod feat: add extension system with skipBuiltInFallback support 2026-01-12 00:17:52 +07:00
go.sum feat: add extension system with skipBuiltInFallback support 2026-01-12 00:17:52 +07:00
httputil.go refactor: more code cleanup 2026-01-17 10:04:21 +07:00
logbuffer.go refactor: more code cleanup 2026-01-17 10:04:21 +07:00
lyrics.go feat: add external LRC lyrics file support and fix locale parsing 2026-01-19 18:57:27 +07:00
metadata.go feat: add quick search provider switcher and genre/label for extensions 2026-01-19 02:14:52 +07:00
parallel.go v3.1.1: Lyrics caching, duration matching, Deezer cover upgrade, live extension search, Russian language, fix race conditions and scroll exceptions 2026-01-18 03:15:20 +07:00
progress.go refactor: more code cleanup 2026-01-17 10:04:21 +07:00
qobuz.go feat: add external LRC lyrics file support and fix locale parsing 2026-01-19 18:57:27 +07:00
ratelimit.go refactor: more code cleanup 2026-01-17 10:04:21 +07:00
romaji.go Fix metadata consistency (Go->Flutter) and build optimization 2026-01-09 02:12:24 +07:00
songlink.go refactor: more code cleanup 2026-01-17 10:04:21 +07:00
spotify.go feat: add genre and label metadata to FLAC downloads 2026-01-19 02:14:50 +07:00
tidal.go feat: add external LRC lyrics file support and fix locale parsing 2026-01-19 18:57:27 +07:00