Thought I’d get a notification by email for new messages, sorry for the apparent thread abandonment.
Thanks for the reply. I fetched the “FeedItems” table, but there doesn’t seem like there’s anything to do with duration. These are the column names I see:
> colnames(a)
[1] "id" "title"
[3] "content_encoded" "pubDate"
[5] "read" "link"
[7] "description" "payment_link"
[9] "media" "feed"
[11] "has_simple_chapters" "item_identifier"
[13] "flattr_status" "image_url"
[15] "auto_download"
Here are the available tables:
[1] "DownloadLog" "Favorites" "FeedItems"
[4] "FeedMedia" "Feeds" "Queue"
[7] "SimpleChapters" "android_metadata" "sqlite_sequence"
What am I missing? I am not very familiar with SQL so I might have a blind spot.