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

[Enhancement]: Support media:content in addition to enclosure.url for podcast episodes #3695

Closed
Timtam opened this issue Dec 8, 2024 · 1 comment · Fixed by #3732
Closed
Labels
enhancement New feature or request

Comments

@Timtam
Copy link
Contributor

Timtam commented Dec 8, 2024

Type of Enhancement

Server Backend

Describe the Feature/Enhancement

Some podcasts do provide URLs to their content not within the enclosure -> url attribute, but within a media:content attribute. Audiobookshelf currently only checks for enclosure.url and thus ignores episodes with an url within a media:content attribute. I think this format is known as Mrss, I don't know for sure though. That seems to be the main way of exporting podcasts from rss-bridge https://github.com/RSS-Bridge/rss-bridge.
An example podcast can be found here: https://rss.nixnet.services/?action=display&bridge=ARDAudiothekBridge&path=https%3A%2F%2Fwww.ardaudiothek.de%2Fsendung%2Fkalk-welk%2F10777871%2F&limit=&format=Mrss

Why would this be helpful?

Rss Bridge is a pretty useful tool, and most likely not the only one using Mrss. It'd be great to be able to use rss bridge together with ABS.

Future Implementation (Screenshot)

Just a backend change, no visual change required.

Audiobookshelf Server Version

v2.17.5

Current Implementation (Screenshot)

No response

@Timtam Timtam added the enhancement New feature or request label Dec 8, 2024
@advplyr advplyr added the awaiting release Issue is resolved and will be in the next release label Jan 20, 2025
Copy link

Fixed in v2.18.1.

@github-actions github-actions bot removed the awaiting release Issue is resolved and will be in the next release label Jan 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants