mopidy-podcast
backend extension Mopidy 4
Extension for browsing RSS feeds of podcasts and stream the episodes.
This extension lets you browse podcasts distributed as RSS feeds and play individual episodes in a variety of audio formats. Podcasts are mapped to albums, while podcast episodes are shown as tracks in Mopidy, with metadata converted to Mopidy’s native data model where applicable. OPML 2.0 subscription lists and directories are also supported for multi-level browsing.
Installation
Install the mopidy-podcast package from
PyPI:
sudo python3 -m pip install --break-system-packages mopidy-podcast
Install the mopidy-podcast package from
Debian or
Ubuntu:
sudo apt install mopidy-podcast
Mopidy's APT repository
Alternatively,
you can install the mopidy-podcast
Debian package from Mopidy's APT repository,
which often has newer versions than Debian/Ubuntu.
First, follow the instructions at apt.mopidy.com on how to setup Mopidy's APT repo on your system.
Then, install the mopidy-podcast package:
sudo apt install mopidy-podcast
Install the mopidy-podcast package from
AUR:
yay -S mopidy-podcast
Install the mopidy-podcast formula with Homebrew:
brew install mopidy/mopidy/mopidy-podcast
Usage
Most extensions need configuration, additional system dependencies, or have other usage notes. See mopidy-podcast's README before getting started.