mirror of
https://github.com/yattee/yattee.git
synced 2025-11-22 06:31:26 +00:00
cea296c4b72b7c66cb14a8f395e0a5d7b75f257e
Previously, the audio session was initialized immediately when the app launched, causing audio from other apps (like Music) to stop even when no video was playing in Yattee. Changes: - Remove audio session initialization from AppDelegate launch - Remove audio session setup from MPVClient initialization - Update setAudioSessionActive() to configure audio session category before activation The audio session is now lazily initialized only when playback actually starts: - For MPV backend: triggered by FILE_LOADED, PLAYBACK_RESTART, AUDIO_RECONFIG events - For AVPlayer backend: triggered when play() is called This allows music from other apps to continue playing until a video is actually played in Yattee.
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%
