Skip to content

Commit

Permalink
Add Rss podcast page (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
OzGav authored Jan 10, 2025
2 parents c70c776 + e5d20e4 commit 9666b68
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
22 changes: 22 additions & 0 deletions docs/music-providers/podcastfeed.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Podcast RSS Feed Provider ![Preview image](../assets/icons/rss-icon.png){ width=70 align=right }

Music Assistant has support for streaming podcasts from RSS feeds. Contributed and maintained by [sauegetier](https://github.com/saeugetier)

The Podcast RSS Provider allows subscribing to podcast feeds. The RSS Feed only provides a single podcast. No aggregated feeds are possible. For multiple podcasts, multiple providers with each a unique feed must be configured.

## Features

- Allows parsing a standardized RSS podcast feed retrieved by a configured URL

## Configuration

A URL to the RSS feed must be configured.

## Known Issues / Notes

- Only feeds strictly following the standardized podcast feed format are supported
- No checking is done to identify two or more providers configured with the same feed

## Not Yet Supported

- Automatic synchronization at a given interval. Podcast feed information must be refreshed manually
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ nav:
- Jellyfin: music-providers/jellyfin.md
- Local Files: music-providers/filesystem.md
- Plex: music-providers/plex.md
- Podcast RSS Feed: music-providers/podcastfeed.md
- Qobuz: music-providers/qobuz.md
- Radio Browser: music-providers/radio-browser.md
- SiriusXM: music-providers/siriusxm.md
Expand Down

0 comments on commit 9666b68

Please sign in to comment.