amugofjava / anytime_podcast_player

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

Display the number of episodes available in comparison to the number of episodes seen! #116

Open ghost opened 9 months ago

ghost commented 9 months ago

It would be nice if it was able to display the number of episodes available and also the number that I have already been seen, for example (200/500).

srihariash999 commented 3 weeks ago

@amugofjava Is the solution for this simply to show the episode count and 'played' count in the podcast_detail page? Or do you have any other approach in mind?

For the simple solution, I'm attaching a screenshot that is working okay. If this is okay, let me know, happy to raise a PR.

Ofcourse if you have a better UI requirement or suggestion, will update the code to match that.

image
srihariash999 commented 3 weeks ago

@amugofjava Here's another idea on how the UI can look, displaying the information on episodes count and episodes played. Let me know if this is better.

Simulator Screenshot 1 Simulator Screenshot 2
srihariash999 commented 1 week ago

Hey @amugofjava, since the original requester's account is not available anymore, can you please go through my comments and let me know what you think. I'd like to know your thoughts on this feat.

amugofjava commented 1 week ago

Hi @srihariash999,

Sorry for the slow response, I have a bit of a backlog I'm getting through.

This sounds like a good solution. I prefer the second screenshot with the values below the row of icons - that row is quite tight now so there wouldn't be enough room to place it to the right. I also think it would be good to put the feature behind a setting such as 'Show episode counts' as not every use may wish to see the counts.