Skip to content
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

Duplicated episodes #237

Merged
merged 14 commits into from
Jan 16, 2022

Conversation

leighsmith
Copy link
Contributor

@leighsmith leighsmith commented Sep 22, 2021

  • Fixed duplicated episodes on sites such as Patreon which emit changing URLs. Now uses the <guid> element as an id if it's present in the feed in preference to the URL.
  • Correctly retrieve episode descriptions where an empty <itunes:description/> element and a <description> element may both exist in the feed.
  • Fixed queue errors reported (Queue function not working #234)
  • Fixed bug where the filtered episode lists would end prematurely, and hence unscrollable, if there were less displayable episodes and date separators than the length of the episode list.
  • Update version number to v1.28.1.

leighsmith and others added 14 commits September 16, 2021 12:36
…omparing that for duplicated episodes, falling back to comparing the URLs, which proved to be problematic for some podcast providers who change their URLs, such as Patreon.com
…is less than the list length, another set of episodes is displayed
… episode elements to 1000 as displaying a started filter without date separators, with very few episodes actually started, will cause a long loop through the feeds which can take a long time, without visual feedback
@z------------- z------------- merged commit 0f6c847 into z-------------:master Jan 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants