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

[Bug]: Download episodes from pagenized podcastfeed #3476

Open
Tulpenzwiebel opened this issue Oct 2, 2024 · 0 comments
Open

[Bug]: Download episodes from pagenized podcastfeed #3476

Tulpenzwiebel opened this issue Oct 2, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@Tulpenzwiebel
Copy link

What happened?

I want to download one of my podcasts and was surprised, that the first episode is episode 63.

What did you expect to happen?

I expected to see all episodes as I see it for example in AntennaPod.

Steps to reproduce the issue

  1. Add Podcast https://www.[comeflywithus.de/feed/mp3/](https://www.comeflywithus.de/feed/mp3/) to Audiobooksheld
  2. Go to episodes and let search for all episodes since 01/01/2019
  3. Will find only 99 Episodes, beginning with Episode 63 (may change with new releases of episodes) instead of 161

Audiobookshelf version

v2.13.4

How are you running audiobookshelf?

Docker

What OS is your Audiobookshelf server hosted from?

Linux

If the issue is being seen in the UI, what browsers are you seeing the problem on?

Chrome

Logs

No response

Additional Notes

I did some diging into it and I found that the RSS file contains only these 99 episodes, but it contains a reference (atom:link) to another RSS file with the remaining episodes:
<atom:link rel="self" type="application/rss+xml" title="Come Fly With Us (MP3 Feed)" href="https://www.comeflywithus.de/feed/mp3/" /> <atom:link rel="next" href="https://www.comeflywithus.de/feed/mp3/?paged=2" /> <atom:link rel="first" href="https://www.comeflywithus.de/feed/mp3/" /> <atom:link rel="last" href="https://www.comeflywithus.de/feed/mp3/?paged=2" />

Other podcast software like AntennaPod is able to deal with this and I would expect audiobooksheld to be also able to download the other episodes.

Same is true for other podcasts like https://omegataupodcast.net/feed/mp3/ - it seems that this is generated by Podlove.

@Tulpenzwiebel Tulpenzwiebel added the bug Something isn't working label Oct 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant