advplyr / audiobookshelf

Self-hosted audiobook and podcast server
https://audiobookshelf.org
GNU General Public License v3.0
5.83k stars 404 forks source link

[Enhancement]: show feed errors on the Issues page #3046

Open apiweb opened 1 month ago

apiweb commented 1 month ago

Type of Enhancement

Web Interface/Frontend

Describe the Feature/Enhancement

if a podcast has an issue with the feed, like if it’s no longer available or has been moved we don't have any indicator that the podcast feed is broken

Why would this be helpful?

it’s hard to identify if a feed is broken. I only noticed that a feed was broken because a specific podcast stopped receiving new episodes, then I checked the logs and notice that the feed was indeed broken

Future Implementation (Screenshot)

on the issues page, we have some helpers like "Item directory is missing." It would be great to show feed errors on this page as well

Audiobookshelf Server Version

v2.10.1

Current Implementation (Screenshot)

the only way we can find that we have a feed problem is by checking the logs

nichwall commented 1 month ago

Work has been started on something related to this :)

https://github.com/advplyr/audiobookshelf/pull/2178