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

Issue#133 Fixed episodes out-of-order in XML; #151

Merged
merged 2 commits into from
Jun 8, 2020
Merged

Conversation

qiuhanty
Copy link
Contributor

Certain podcast clients (e.g. Pocket Casts) have issues correctly parsing podcast entries when the provided XML feed does not sort items in descending order based on the entry pubDate.

Podsync's constructed XML feeds do not appear to sort based on pubDate, resulting in unpredictable feed parsing.

The ability to determine the order of the feed's entries based on a user-defined parameter (in this case, pubDate) should help maximize compatibility with podcast clients.

@mxpv mxpv merged commit f8f8bd9 into mxpv:master Jun 8, 2020
@mxpv
Copy link
Owner

mxpv commented Jun 8, 2020

Thanks!

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.

3 participants