mirror of
https://github.com/yattee/yattee.git
synced 2025-11-15 22:48:43 +00:00
98bdd5d6a5c1d46f7e765488092ccfc3aad9296f
This commit enables proper Now Playing Info Center integration on iOS, allowing video playback information to appear in Control Center and Lock Screen with working remote controls. Key changes: - Activate audio session on app launch with setCategory(.playback, mode: .moviePlayback) and setActive(true) - Set up remote commands on first play() call instead of during app initialization to avoid claiming Now Playing slot prematurely - Remove removeTarget(nil) calls that were claiming Now Playing without content - Enable remote commands (play, pause, toggle, seek) explicitly and add proper target handlers - Use backend.isPlaying instead of PlayerModel.isPlaying to avoid race conditions - Include playback rate (1.0 for playing, 0.0 for paused) in Now Playing info - Update Now Playing info on main queue for thread safety - Update Now Playing when switching between backends - Remove audio session deactivation from pause() and stop() methods Note: This fix works for AVPlayer backend. MPV backend has fundamental incompatibility with iOS Now Playing system.
Features
- Native user interface built with SwiftUI with customization settings
- Player queue and history
- Player component with custom controls, gestures and support for 4K playback
- Fullscreen, Picture in Picture and background audio playback
- SponsorBlock, configurable categories to skip
Documentation
Contributing
If you're interestred in contributing, you can browse the issues list or create a new one to discuss your feature idea. Every contribution is very welcome.
Use building instructions or join Discord or Matrix Channel for a chat if you need an advice or want to discuss the project.
Translations
You can help to make this project accessible to everyone by contributing to its localizations.
Localization service and hosting is provided by Weblate.
License
Yattee and its components is shared on AGPL v3 license.
Languages
Swift
99.4%
Ruby
0.6%
