1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
|
Source: mopidy-podcast
Section: sound
Priority: optional
Maintainer: Stein Magnus Jodal <jodal@debian.org>
Build-Depends: debhelper-compat (= 12),
dh-python,
mopidy (>= 3),
python3,
python3-cachetools,
python3-setuptools,
python3-uritools,
python3-sphinx,
Standards-Version: 4.5.0
Rules-Requires-Root: no
Homepage: https://github.com/tkem/mopidy-podcast
Vcs-Git: https://salsa.debian.org/mopidy-team/mopidy-podcast.git
Vcs-Browser: https://salsa.debian.org/mopidy-team/mopidy-podcast
Package: mopidy-podcast
Architecture: all
Depends: ${misc:Depends},
${python3:Depends},
${sphinxdoc:Depends},
Built-Using: ${sphinxdoc:Built-Using},
Breaks: mopidy-podcast-gpodder (<< 2.0),
Description: Mopidy extension for searching and browsing podcasts
Mopidy plays music from local disk, Spotify, SoundCloud, Google Play Music,
and more. You can edit the playlist from any phone, tablet, or computer using
a variety of MPD and web clients.
.
This package provides a Mopidy extension that 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.
|