A Squeezebox player for iOS devices that transforms your iPhone or iPad into a high-quality network audio player for Lyrion Media Server (LMS).
- Native FLAC / Opus Support - High-quality lossless or efficiently compressed audio streaming with native decoding
- Material Web Interface - Embedded Material skin for full LMS control
- Background Audio - Continuous playback with lock screen integration
- Server Discovery - Automatic LMS server detection with failover support
- iOS Optimized - Native SwiftUI app with proper iOS integration
- FLAC, AAC, M4A, Opus, OGG Vorbis
- Note: Gapless playback not currently supported
- iOS 15.4 or later
- Lyrion Media Server (LMS/Lyrion Music Server)
- Material Skin plugin (install from LMS Settings → Plugins)
- Network connection to your LMS server
For remote access outside your home network, you'll need a secure VPN solution: Wireguard, Tailscale Etc.
Important: Direct internet exposure of LMS servers is not recommended due to security risks.
LyrPlay can play MP3/AAC and FLAC without additional plugins, but for an improved experience a transcoding rules plugin has been developed Mobile Transcode for ease of setup.
To install it go to Server Settings -> Manage Plugins -> 3rd Party -> Mobile Transcode
Mobile Transcode Plugin URL: https://raw.githubusercontent.com/mtxmiller/MobileTranscode/main/repo.xml
If you want to manually configure your custom-convert.conf please see reference here: https://github.com/mtxmiller/LyrPlay/blob/main/custom-convert.conf
Benefits:
- Opus 256kbps - Bandwidth efficient modern codec for mobile devices.
- Scrub / seek for FLAC files improves recovery / state transitions with app
NOTE — Install Opus Tools (required for Opus transcoding):
# Install opus-tools in your LMS container
docker exec -it lms bash -c "apt-get update && apt-get install -y opus-tools"LyrPlay is designed specifically for the Material Skin by CDrummond. Make sure you have installed the Material Skin plugin in LMS:
- Install Material Skin: LMS Settings → Plugins → Material Skin → Install
- Access App Settings: In Material web interface, go to Settings → Application
- LyrPlay Configuration: App-specific settings appear in the Material settings menu under ‘Application’
Built with:
- SwiftUI for iOS interface
- Bass for streaming playback - Un4Seen
- CocoaAsyncSocket for SlimProto communication
- WebKit for Material web interface integration
# Install dependencies
pod install
# Build from command line
xcodebuild -workspace LMS_StreamTest.xcworkspace -scheme LMS_StreamTest -configuration Debug buildReport issues or request features through GitHub Issues.
App Store Support URL: https://github.com/mtxmiller/LyrPlay/issues
LyrPlay is free and open source. If it's been useful to you, consider supporting continued development:
- ⭐ Star this repository (helps with visibility)
- ☕ Buy me a coffee (one-time support)
- 🐛 Report issues and suggest features
- 🤝 Contribute code if you're a developer
Your support helps maintain LyrPlay and add community-requested features!
See MIT License.
Copyright 2025 Eric Miller. All rights reserved.