-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Statistics: keep deleted feeds #1960
Comments
A feed has items and items have media. Currently, we calculate the played duration from these media. To keep statistics about deleted feeds, we would have to keep all of this data in the database with the current model (and mark the feed as deleted). The first argument could be resolved if people could choose to not only include actually played duration, but also the complete duration (which maybe has been played only partially) once the episode has been marked as played (changed in #1841) |
Can imagine we don't want to keep database items of deleted feeds. I thought that upon deletion an entry in a separate table or sth could be created that stores the total played time + name of deleted feeds. This data can then be merged into the total statistics table. (don't laugh at me now for being noob) |
Reading #2489, I was thinking that instead of 'deletion' we could add a feed's settings 'hide from menu' in addition to the 'keep updated' setting, to sort of achieve the goal of this issue. Except that such approach would mean this feed takes up (unnecessary) data. |
Hmm instead of doing this, I would rather vote for the ability to add folders (#1711). Then users can put all those podcasts into a single folder. Hiding from menu then requires an additional screen that allows to bring them back. |
We already have that screen: 'Subscriptions' But yeah, the folder option could also be a work-around for delete-except-stats. |
Hi, I understand this is not a trivial feature to have, but I would really appreciate if this is taken into consideration since I use it regularly. How I see this as a bug:
How I use stats page:
Hope this helps in some way to understand it better. cc:// @ByteHamster |
This issue has been mentioned on AntennaPod Forum. There might be relevant details there: https://forum.antennapod.org/t/statistics-inconsistency-after-podcast-deletion/460/2 |
+1 for this feature. @ByteHamster , please consider an option to keep statistics of removed feeds/episodes , especially the local ones. |
Locking to avoid further "+1" comments. Needs and interest are clear. Unfortunately this also means upvoting is no longer possible (request to GitHub to correct this). |
We discussed again when reviewing our list of open issues, and concluded that (because of the statistics) it doesn't make sense to implement this. Instead, archiving is the way to go (#6672). |
Currently, when feeds get deleted they also get removed from the statistics section. There may be several reasons to still keep that statistic:
So imho it would be nice if the statistics for deleted feeds would be maintained, or at least removal of statistics is decoupled from removal of the feed (until statistics get reset (#1869)).
The text was updated successfully, but these errors were encountered: