XilinJia / Podcini

Open source podcast instrument for Android in Kotlin with media3, supporting channels, playlists, podcasts and single media from YouTube and YT Music as well as normal podcasts.
GNU General Public License v3.0
158 stars 7 forks source link

Playback notification issues #37

Open Matextent opened 5 months ago

Matextent commented 5 months ago

Checklist

App version

4.9.0

Where did you get the app from

F-Droid

Android version

14

Device model

Pixel 6

First occurred

Since last update

Steps to reproduce

  1. Open podcini
  2. Play any podcast
  3. Check playback notification

Expected behaviour

Be able to control the podcast from the playback notification

Current behaviour

Every button except the "play from the start" one has just disappeared. Wont let me manage the playback notification options either, besides "skip episode", "playback speed" & "next episode" Screenshot_20240423-132925 Screenshot_20240423-133007

Logs

No response

XilinJia commented 5 months ago

Thanks for reporting. I noticed it. For notification with the new media3 session, old code needs to be changed. Will update soon.

Matextent commented 5 months ago

Thank you for the quick response, I really enjoy your application. And sorry if I make spelling mistakes, I don't usually write in English Have a good day 🫂

El mar, 23 de abr de 2024, 14:00, Xilin Jia @.***> escribió:

Thanks for reporting. I noticed it. For notification with the new media3 session, old code needs to be changed. Will update soon.

— Reply to this email directly, view it on GitHub https://github.com/XilinJia/Podcini/issues/37#issuecomment-2073340777, or unsubscribe https://github.com/notifications/unsubscribe-auth/BIBC4ARZNFMDO3NNUKDBMU3Y624UPAVCNFSM6AAAAABGVRPAR6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANZTGM2DANZXG4 . You are receiving this because you authored the thread.Message ID: @.***>

XilinJia commented 5 months ago

I'm glad the app is useful to you.

the new 4.9.1 has not fixed this bug. Hopefully the next release.

XilinJia commented 5 months ago

fixed, though not the same as before. try it.

Matextent commented 5 months ago

Alright, not the same but better than nothing

metronidazole commented 5 months ago

fixed, though not the same as before. try it.

As in the notification now says "Podcini is running" without any podcast title or graphics?

XilinJia commented 5 months ago

media info is now added to the notification widget, will be on the next release.

Another issue is the ordering of the buttons is a bit out of control. Issue reported https://github.com/androidx/media/issues/1317

Currently, the ordering is not the same on Android 9 and on Android 14.