SpotiFLAC-Mobile/android/app
zarzet 26d464d3c7 feat: add local library scanning with duplicate detection
- Add Go backend library scanner for FLAC, M4A, MP3, Opus, OGG files
- Read metadata from file tags (ISRC, track name, artist, album, bit depth, sample rate)
- Fallback to filename parsing when tags unavailable
- Add SQLite database for O(1) duplicate lookups
- Show 'In Library' badge on search results for existing tracks
- Match by ISRC (exact) or track name + artist (fuzzy)
- Add Library Settings page with scan, cleanup, and clear actions
- Add 30+ localization strings for library feature
2026-02-03 19:24:28 +07:00
..
src feat: add local library scanning with duplicate detection 2026-02-03 19:24:28 +07:00
build.gradle.bak Fix metadata consistency (Go->Flutter) and build optimization 2026-01-09 02:12:24 +07:00
build.gradle.kts chore: update targetSdk to 36 (Android 16) with timeout handler 2026-01-10 04:51:15 +07:00
proguard-rules.pro feat(tidal): convert M4A to MP3/Opus for HIGH quality, remove LOSSY option 2026-02-01 19:07:02 +07:00