SpotiFLAC-Mobile/ios
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
..
Flutter fix: add Gobackend framework search paths for iOS build 2026-01-01 19:50:54 +07:00
Runner feat: add local library scanning with duplicate detection 2026-02-03 19:24:28 +07:00
Runner.xcodeproj chore: update to v2.1.7 with new icons 2026-01-09 17:54:50 +07:00
Runner.xcworkspace Initial commit: SpotiFLAC Android/iOS app 2026-01-01 19:28:15 +07:00
RunnerTests Initial commit: SpotiFLAC Android/iOS app 2026-01-01 19:28:15 +07:00
.gitignore Initial commit: SpotiFLAC Android/iOS app 2026-01-01 19:28:15 +07:00
Podfile Initial commit: SpotiFLAC Android/iOS app 2026-01-01 19:28:15 +07:00