Replies: 1 comment 3 replies
Users do schedule it themself. ABS is a self-hosted media server. Probably one user if it's really just every 60 minutes and no outsiders. Some ABS users tend to feel to update very often.
Because of above. Idk (and I am not a maintainer) if that would be considered a bug. I do not think so, because at the time the user set, the podcast was unavailable. It tries again when the user scheduled it. But in general it's probably just easier to have the users host this. It seems very fresh and if you already have problems, it probably won't get better :). ARD is a shitty "company" for that matter and it does not make sense that they provide no rss feed. But I guess the "subscription" prices are not high enough haha for that. I had/have a bridge myself. Maybe check the |
Uh oh!
There was an error while loading. Please reload this page.
Hey all 👋
First, some context
I'm running a small proxy service which generates RSS podcast feeds from a GraphQL API provided by ARD Sounds1. The idea is that you give it a URL for a show from https://ardsounds.de and I'll give you a URL you can subscribe to with your podcast client, like audiobookshelf. You can find the service at https://ardsounds.tisba.de (German only, sorry 😅).
The API by ARD is public and not particularly fast. I try to play nice and do apply quite aggressive rate limiting, currently based on client IP.
I'm not a user of audiobookshelf myself, nor do I know how it works exactly. But a few of my users use audiobookshelf to subscribe to multiple shows using my proxy, which is great!
My Observations
A few seem to use audiobookshelf with this service and I noticed a few things:
ratelimit-*response headers (see below).Last-Modifiedheaders, but audiobookshelf does not seem to utilize them on subsequent requests asIf-Modified-Sincerequest headers.ratelimit-limit,ratelimit-remainingandratelimit-resetheaders. audiobookshelf does not seem to retry on 429 responses, or utilize theratelimit-*headers.Footnotes
For those unfamiliar with it, ARD is a joint organisation of Germany's regional public-service broadcasters. ARD Sounds is their offering of various audio formats, which they call "podcasts", but don't offer feeds 🙄 ↩
All reactions