mirror of
https://github.com/JustinZeus/Wholphin.git
synced 2026-07-08 15:50:16 +02:00
Create media session during playback allowing for external control (#640)
## Description Creates a `MediaSession` during playback which allows for external control such as via smart speakers, Google Home app, etc Note: one limitation is that seeking previous/next items in the playlist isn't supported. This is because Wholphin manages that independent of the `Player`, so additional dev work is needed for this. ### Related issues Closes #622 Might help with #415
This commit is contained in:
parent
79c614218d
commit
49740c47cf
3 changed files with 10 additions and 0 deletions
|
|
@ -196,6 +196,7 @@ dependencies {
|
|||
implementation(libs.androidx.hilt.work)
|
||||
|
||||
implementation(libs.androidx.media3.exoplayer)
|
||||
implementation(libs.androidx.media3.session)
|
||||
implementation(libs.androidx.media3.datasource.okhttp)
|
||||
implementation(libs.androidx.media3.exoplayer.hls)
|
||||
implementation(libs.androidx.media3.ui)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue