XilinJia / Podcini

Open source podcast player for Android in Kotlin with androidx.media3
GNU General Public License v3.0
111 stars 5 forks source link

当有播客正在播放时,关闭软件。再重新打开软件,就不显示正在播放的播客了。 #32

Closed kimijoan closed 2 months ago

kimijoan commented 2 months ago

Checklist

App version

4.6.2

Where did you get the app from

F-Droid

Problem you may be having, or feature you want

不知是这样设计还是怎样? 当有播客正在播放时,关闭软件。再重新打开软件,就不显示正在播放的播客了。 Antennapad 重新打开播客后是可以显示正在播放的播客的。。

https://github.com/XilinJia/Podcini/assets/166479799/c3ec6aab-034d-42de-a154-8fc97db159be

Suggested solution

希望像Antennapad 一样显示。 当有播客正在播放时,关闭软件。再重新打开软件,还可以显示正在播放的播客。

Screenshots / Drawings / Technical details

No response

XilinJia commented 2 months ago

I see.

On my Android 14 device, when throwing out Podicini during streaming, it keeps playing, and when restarting Podcini, it comes to subscription page with the audio control still playing the current audio.

On my Android 9 device, when throwing out Podicini during streaming, audio stops, and when restarting Podcini, it comes to subscription page without audio control.

If it's local audio (downloaded), Android 9 comes back in the same way with the audio control on current audio.

Will check about streaming and default page.

XilinJia commented 2 months ago

The player is only restored if the previous audio was downloaded. For streaming audio it's not supported, perhaps this will be implemented in the future.

This is fixed in the coming release.