App version: 3.6.1 (F-Droid)
Hello, thanks for the awesome app!!!
I’m trying to create a little display of AntennaPod stats in my laptop, so I exported the database and then converted FeedItems and FeedMedia tables to json because it’s easier for me to work with json.
I was trying to compile some stats about the total time a feed had been listened to, by getting the list of it’s played items from FeedItems table. But the durations are actually stored in FeedMedia table, and I didn’t manage to figure out how to get an element in FeedMedia table from one in FeedItems table.
Feed Items table elements have an id, but the same id in FeedMedia table corresponds to a different element.
Anyone has a tip on what I can use to connect elements in FeedItems and FeedMedia tables?
Thanks a lot