dblume / overcast-podcast-activity-feed

Create a podcast activity feed for the episodes you've listened to.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Enforce unique items in feed

dblume opened this issue · comments

It might be possible for the same episode to appear multiple times in the OPML feed. Perhaps first with a "progress" attribute and a number of seconds and then again later with a "played" attribute.

Defensive code would be to just keep the most recent item in the RSS feed (preferred). (Or to keep them all, but distinguish them somehow from each other, like appending the time played so far.)