Milen Pivchev

Results 93 comments of Milen Pivchev

I'm using Budgie so I would love for this to be added

Is there any update on when this will be added?

So will this project be abandoned?

We try to extract the title from the file metadata: ```kotlin override fun getCurrentContentTitle(player: Player): CharSequence { return metadataProvider.getTitle() ?: player.mediaMetadata.displayTitle ?: "" } ``` If nothing is found, the...

Ah I see. We currently don't handle ambient display at all, so this would have to be implemented.

@jspizziri yeah, if anyone is willing to contribute that would be great :)

This does not look like a bug, but a missing feature, so changed accordingly.

We are using KotlinAudio and ExoPlayer as our audio player libraries. The file that is responsible for the notification content is [this one](https://github.com/doublesymmetry/KotlinAudio/blob/main/kotlin-audio/src/main/java/com/doublesymmetry/kotlinaudio/notification/DescriptionAdapter.kt). From the post you sent it looks...

Did you receive the `Buffering` state in `rc1` and `rc2`?