File: README.rst

package info (click to toggle)
mopidy-podcast 3.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 268 kB
  • sloc: python: 814; makefile: 134; xml: 55
file content (59 lines) | stat: -rw-r--r-- 2,079 bytes parent folder | download
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
**************
Mopidy-Podcast
**************

.. image:: https://img.shields.io/pypi/v/Mopidy-Podcast
    :target: https://pypi.org/project/Mopidy-Podcast/
    :alt: Latest PyPI version

.. image:: https://img.shields.io/github/workflow/status/tkem/mopidy-podcast/CI
    :target: https://github.com/tkem/mopidy-podcast/actions
    :alt: CI build status

.. image:: https://img.shields.io/readthedocs/mopidy-podcast
    :target: https://mopidy-podcast.readthedocs.io/
    :alt: Read the Docs build status

.. image:: https://img.shields.io/codecov/c/gh/tkem/mopidy-podcast
    :target: https://codecov.io/gh/tkem/mopidy-podcast
    :alt: Test coverage

.. image:: https://img.shields.io/github/license/tkem/mopidy-podcast
   :target: https://raw.github.com/tkem/mopidy-podcast/master/LICENSE
   :alt: License

.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
   :target: https://github.com/psf/black
   :alt: Code style: black

Mopidy-Podcast is a Mopidy_ extension for browsing and playing
podcasts.

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.

For more information and installation instructions, please see
Mopidy-Podcast's online documentation_.

.. _Mopidy: http://www.mopidy.com/
.. _Documentation: http://mopidy-podcast.readthedocs.io/en/latest/


Project Resources
=================

- `Source code <https://github.com/tkem/mopidy-podcast>`_
- `Issue tracker <https://github.com/tkem/mopidy-podcast/issues>`_
- `Changelog <https://github.com/tkem/mopidy-podcast/blob/master/CHANGELOG.rst>`_


Credits
=======  

- Original author: `Thomas Kemmer <https://github.com/tkem>`__
- Current maintainer: `Thomas Kemmer <https://github.com/tkem>`__
- `Contributors <https://github.com/tkem/mopidy-podcast/graphs/contributors>`_