amugofjava / anytime_podcast_player

Simple, easy to use Podcast player app written in Flutter and Dart.
BSD 3-Clause "New" or "Revised" License
376 stars 99 forks source link

Playback progress save. #107

Closed Chralu closed 4 months ago

Chralu commented 9 months ago

Is your feature request related to a problem? Please describe. When launching AnytimePodcast, I am frustrated to loose the playback progress of episodes I partially played.

It happens when the application is killed (either by system or by user). Then, current playback is not saved.

Describe the solution you'd like I would like to get the playback progress of each episode saved on the fly. So playback could be restored to the play progress I left it.

If episode persistance encounters performances issues, we could update playback time only every 5 seconds, for example.

Chralu commented 4 months ago

Hi,

I don't encounter that issue anymore (v1.3.7) 👍