Metadata-Version: 2.4
Name: Mopidy-InternetArchive
Version: 4.0.0
Summary: Mopidy extension for playing music from the Internet Archive
Author-email: Thomas Kemmer <tkemmer@computer.org>
Maintainer-email: Thomas Kemmer <tkemmer@computer.org>
License-Expression: Apache-2.0
Project-URL: Homepage, https://github.com/tkem/mopidy-internetarchive/
Project-URL: Documentation, https://mopidy-internetarchive.readthedocs.io/en/stable/
Project-URL: Source, https://github.com/tkem/mopidy-internetarchive/
Project-URL: Repository, https://github.com/tkem/mopidy-internetarchive/
Project-URL: Issues, https://github.com/tkem/mopidy-internetarchive/issues
Project-URL: Changelog, https://github.com/tkem/mopidy-internetarchive/blob/master/CHANGELOG.rst
Classifier: Environment :: No Input/Output (Daemon)
Classifier: Intended Audience :: End Users/Desktop
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Multimedia :: Sound/Audio :: Players
Requires-Python: >=3.13
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: cachetools>=5.3.3
Requires-Dist: mopidy>=4.0.0
Requires-Dist: pykka>=4.1
Requires-Dist: requests>=2.32
Requires-Dist: uritools>=4.0.3
Dynamic: license-file

**********************
Mopidy-InternetArchive
**********************

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

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

.. image:: https://img.shields.io/readthedocs/mopidy-internetarchive
   :target: https://mopidy-internetarchive.readthedocs.io/
   :alt: Documentation build status

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

.. image:: https://img.shields.io/github/license/tkem/mopidy-internetarchive
   :target: https://raw.github.com/tkem/mopidy-internetarchive/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-InternetArchive is a Mopidy_ extension for playing music from
the `Internet Archive`_.

This extension lets you search for and stream recordings ranging from
`alternative news programming`_, to `Grateful Dead concerts`_, to `Old
Time Radio shows`_, to `book and poetry readings`_, to `original
music`_ uploaded by Internet Archive users.  It also gives you access
to a vast number of high-quality live recordings from the `Live Music
Archive`_, and thousands of free audiobooks from the LibriVox_
collection.


Installation
============

Debian/Ubuntu/Raspbian: Install the ``mopidy-internetarchive`` package
from `apt.mopidy.com <http://apt.mopidy.com/>`_::

  apt-get install mopidy-internetarchive

Otherwise, install the package from PyPI::

  pip install Mopidy-Internetarchive


Project resources
=================

- `Documentation`_
- `Issue tracker`_
- `Source code`_
- `Change log`_


License
=======

Copyright (c) 2014-2026 Thomas Kemmer.

Licensed under the `Apache License, Version 2.0`_.


Credits
=======

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


.. _Mopidy: http://www.mopidy.com/
.. _Internet Archive: http://archive.org
.. _alternative news programming: https://archive.org/details/audio_news
.. _Grateful Dead concerts: https://archive.org/details/GratefulDead
.. _Old Time Radio shows: https://archive.org/details/radioprograms
.. _book and poetry readings: https://archive.org/details/audio_bookspoetry
.. _original music: https://archive.org/details/opensource_audio
.. _Live Music Archive: https://archive.org/details/etree
.. _LibriVox: https://archive.org/details/librivoxaudio

.. _PyPI: https://pypi.org/project/mopidy-internetarchive/

.. _Documentation: http://mopidy-internetarchive.readthedocs.org/en/latest/
.. _Source code: https://github.com/tkem/mopidy-internetarchive/
.. _Issue tracker: https://github.com/tkem/mopidy-internetarchive/issues
.. _Change log: https://github.com/tkem/mopidy-internetarchive/blob/master/CHANGELOG.rst

.. _Apache License, Version 2.0: https://raw.github.com/tkem/mopidy-internetarchive/master/LICENSE
