Initial release of flaccy — a FLAC music player for iOS with AI-powered library management.
Highlights
- Gapless FLAC playback with AVQueuePlayer
- AI-powered music identification and metadata cleanup via Groq LLM
- Last.fm scrobbling with in-app OAuth
- Album art fetching from Last.fm and iTunes
- Album grid, artist browsing, songs list, playlists
- Queue management with drag-to-reorder
- Shuffle, repeat, sleep timer
- Floating mini player with album-tinted progress
- Live Activity with Dynamic Island support
- Search across albums, artists, and tracks
- AirPlay support
- GRDB-backed SQLite database
Setup
Copy flaccy/Secrets.swift.example to flaccy/Secrets.swift and add your Last.fm and Groq API keys. See README for details.