Pinepods doesn't include stats of previously added podcasts in Gpodder Sync device
Hi,
I think this follows #513 - but the issue is that if I add a podcast on AntennaPod, it is added to Pinepods and included in the stats and API as well. But, podcasts added prior to first sync are not included in the stats and API. They show as subscribed and progress sync works but they're not included in stats such as number of podcasts subscribed, episodes played and time played.
I have a feeling much of this will be fixed in 0.8.0. A lot of stat adjustments will be in fact. As prior to 0.8.0 stats were tracked in the db. Like an episode is played, and as part of that a tally is marked in the db to keep track, but as part of the api re-write to rust that stat number is instead calculated on an as needed basis because rust is fast enough to do it. So we no longer keep track of a lot of this stuff, as it'll just get a count as the api for stats is called. So yeah, let's wait for 0.8.0, then revisit stat numbers to see if there's any remaining bugs to square away.