Mopidy


NameMopidy JSON
Version 3.4.2 PyPI version JSON
download
home_pagehttps://mopidy.com/
SummaryMopidy is an extensible music server written in Python
upload_time2023-11-01 00:04:19
maintainer
docs_urlNone
authorStein Magnus Jodal
requires_python>=3.7
licenseApache License, Version 2.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ******
Mopidy
******

`Mopidy`_ is an extensible music server written in Python.

Mopidy plays music from local disk, Spotify, SoundCloud, Google Play Music, and
more. You edit the playlist from any phone, tablet, or computer using a variety
of MPD and web clients.

**Stream music from the cloud**

Vanilla Mopidy only plays music from files and radio streams.  Through
`extensions`_, Mopidy can play music from cloud services like Spotify,
SoundCloud, and Google Play Music.
With Mopidy's extension support, backends for new music sources can be easily
added.

**Mopidy is just a server**

Mopidy is a Python application that runs in a terminal or in the background on
Linux computers or Macs that have network connectivity and audio output.
Out of the box, Mopidy is an HTTP server. If you install the `Mopidy-MPD`_
extension, it becomes an MPD server too. Many additional frontends for
controlling Mopidy are available as extensions.

**Pick your favorite client**

You and the people around you can all connect their favorite MPD or web client
to the Mopidy server to search for music and manage the playlist together.
With a browser or MPD client, which is available for all popular operating
systems, you can control the music from any phone, tablet, or computer.

**Mopidy on Raspberry Pi**

The `Raspberry Pi`_ is a popular device to run Mopidy on, either using
Raspbian, Ubuntu, or Arch Linux.
Pimoroni recommends Mopidy for use with their `Pirate Audio`_ audio gear for
Raspberry Pi.
Mopidy is also a significant building block in the `Pi Musicbox`_ integrated
audio jukebox system for Raspberry Pi.

**Mopidy is hackable**

Mopidy's extension support and Python, JSON-RPC, and JavaScript APIs make
Mopidy a perfect base for your projects.
In one hack, a Raspberry Pi was embedded in an old cassette player. The buttons
and volume control are wired up with GPIO on the Raspberry Pi, and are used to
control playback through a custom Mopidy extension. The cassettes have NFC tags
used to select playlists from Spotify.

.. _Mopidy: https://mopidy.com/
.. _extensions: https://mopidy.com/ext/
.. _Mopidy-MPD: https://mopidy.com/ext/mpd/
.. _Raspberry Pi: https://www.raspberrypi.org/
.. _Pirate Audio: https://shop.pimoroni.com/collections/pirate-audio
.. _Pi Musicbox: https://www.pimusicbox.com/


**Getting started**

To get started with Mopidy, begin by reading the
`installation docs <https://docs.mopidy.com/en/latest/installation/>`_.


**Contributing**

Begin by reading the
`contributing <https://docs.mopidy.com/en/latest/contributing/>`_
section of our documentation.
If you are a developer, please also read
`Development environment <https://docs.mopidy.com/en/latest/devenv/>`_
and/or
`Extension development <https://docs.mopidy.com/en/latest/extensiondev/>`_.
We welcome all kinds of help with bug fixing, testing, documentation, and supporting other users.


**Project resources**

- `Documentation <https://docs.mopidy.com/>`_
- `Discourse forum <https://discourse.mopidy.com/>`_
- `Zulip chat <https://mopidy.zulipchat.com/>`_
- `Source code <https://github.com/mopidy/mopidy>`_
- `Issue tracker <https://github.com/mopidy/mopidy/issues>`_

.. image:: https://img.shields.io/pypi/v/Mopidy.svg?style=flat
    :target: https://pypi.python.org/pypi/Mopidy/
    :alt: Latest PyPI version

.. image:: https://img.shields.io/github/actions/workflow/status/mopidy/mopidy/ci.yml?branch=develop
    :target: https://github.com/mopidy/mopidy/actions/workflows/ci.yml
    :alt: CI build status

.. image:: https://img.shields.io/readthedocs/mopidy.svg
    :target: https://docs.mopidy.com/
    :alt: Read the Docs build status

.. image:: https://img.shields.io/codecov/c/github/mopidy/mopidy/develop.svg
    :target: https://codecov.io/gh/mopidy/mopidy
    :alt: Test coverage

.. image:: https://img.shields.io/badge/chat-on%20zulip-brightgreen
    :target: https://mopidy.zulipchat.com/
    :alt: Chat on Zulip

            

Raw data

            {
    "_id": null,
    "home_page": "https://mopidy.com/",
    "name": "Mopidy",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "",
    "author": "Stein Magnus Jodal",
    "author_email": "stein.magnus@jodal.no",
    "download_url": "https://files.pythonhosted.org/packages/cc/41/1f291572997c49fce9eef47cea6d06b7d30e9923cc75a84679767f7fc99e/Mopidy-3.4.2.tar.gz",
    "platform": null,
    "description": "******\nMopidy\n******\n\n`Mopidy`_ is an extensible music server written in Python.\n\nMopidy plays music from local disk, Spotify, SoundCloud, Google Play Music, and\nmore. You edit the playlist from any phone, tablet, or computer using a variety\nof MPD and web clients.\n\n**Stream music from the cloud**\n\nVanilla Mopidy only plays music from files and radio streams.  Through\n`extensions`_, Mopidy can play music from cloud services like Spotify,\nSoundCloud, and Google Play Music.\nWith Mopidy's extension support, backends for new music sources can be easily\nadded.\n\n**Mopidy is just a server**\n\nMopidy is a Python application that runs in a terminal or in the background on\nLinux computers or Macs that have network connectivity and audio output.\nOut of the box, Mopidy is an HTTP server. If you install the `Mopidy-MPD`_\nextension, it becomes an MPD server too. Many additional frontends for\ncontrolling Mopidy are available as extensions.\n\n**Pick your favorite client**\n\nYou and the people around you can all connect their favorite MPD or web client\nto the Mopidy server to search for music and manage the playlist together.\nWith a browser or MPD client, which is available for all popular operating\nsystems, you can control the music from any phone, tablet, or computer.\n\n**Mopidy on Raspberry Pi**\n\nThe `Raspberry Pi`_ is a popular device to run Mopidy on, either using\nRaspbian, Ubuntu, or Arch Linux.\nPimoroni recommends Mopidy for use with their `Pirate Audio`_ audio gear for\nRaspberry Pi.\nMopidy is also a significant building block in the `Pi Musicbox`_ integrated\naudio jukebox system for Raspberry Pi.\n\n**Mopidy is hackable**\n\nMopidy's extension support and Python, JSON-RPC, and JavaScript APIs make\nMopidy a perfect base for your projects.\nIn one hack, a Raspberry Pi was embedded in an old cassette player. The buttons\nand volume control are wired up with GPIO on the Raspberry Pi, and are used to\ncontrol playback through a custom Mopidy extension. The cassettes have NFC tags\nused to select playlists from Spotify.\n\n.. _Mopidy: https://mopidy.com/\n.. _extensions: https://mopidy.com/ext/\n.. _Mopidy-MPD: https://mopidy.com/ext/mpd/\n.. _Raspberry Pi: https://www.raspberrypi.org/\n.. _Pirate Audio: https://shop.pimoroni.com/collections/pirate-audio\n.. _Pi Musicbox: https://www.pimusicbox.com/\n\n\n**Getting started**\n\nTo get started with Mopidy, begin by reading the\n`installation docs <https://docs.mopidy.com/en/latest/installation/>`_.\n\n\n**Contributing**\n\nBegin by reading the\n`contributing <https://docs.mopidy.com/en/latest/contributing/>`_\nsection of our documentation.\nIf you are a developer, please also read\n`Development environment <https://docs.mopidy.com/en/latest/devenv/>`_\nand/or\n`Extension development <https://docs.mopidy.com/en/latest/extensiondev/>`_.\nWe welcome all kinds of help with bug fixing, testing, documentation, and supporting other users.\n\n\n**Project resources**\n\n- `Documentation <https://docs.mopidy.com/>`_\n- `Discourse forum <https://discourse.mopidy.com/>`_\n- `Zulip chat <https://mopidy.zulipchat.com/>`_\n- `Source code <https://github.com/mopidy/mopidy>`_\n- `Issue tracker <https://github.com/mopidy/mopidy/issues>`_\n\n.. image:: https://img.shields.io/pypi/v/Mopidy.svg?style=flat\n    :target: https://pypi.python.org/pypi/Mopidy/\n    :alt: Latest PyPI version\n\n.. image:: https://img.shields.io/github/actions/workflow/status/mopidy/mopidy/ci.yml?branch=develop\n    :target: https://github.com/mopidy/mopidy/actions/workflows/ci.yml\n    :alt: CI build status\n\n.. image:: https://img.shields.io/readthedocs/mopidy.svg\n    :target: https://docs.mopidy.com/\n    :alt: Read the Docs build status\n\n.. image:: https://img.shields.io/codecov/c/github/mopidy/mopidy/develop.svg\n    :target: https://codecov.io/gh/mopidy/mopidy\n    :alt: Test coverage\n\n.. image:: https://img.shields.io/badge/chat-on%20zulip-brightgreen\n    :target: https://mopidy.zulipchat.com/\n    :alt: Chat on Zulip\n",
    "bugtrack_url": null,
    "license": "Apache License, Version 2.0",
    "summary": "Mopidy is an extensible music server written in Python",
    "version": "3.4.2",
    "project_urls": {
        "Discourse forum": "https://discourse.mopidy.com/",
        "Documentation": "https://docs.mopidy.com/",
        "Homepage": "https://mopidy.com/",
        "Issues": "https://github.com/mopidy/mopidy/issues",
        "Source": "https://github.com/mopidy/mopidy",
        "Zulip chat": "https://mopidy.zulipchat.com/"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "db01520f9cdc5641150da4b51610b58d71cc9bfc385638fc28bd797cf4e9b0da",
                "md5": "d0ef66c27ccebee863dc30f9bb9ab04a",
                "sha256": "90be54768647ec7893c48ebf729baf40138e350e17e4ca0293488a6d238f501d"
            },
            "downloads": -1,
            "filename": "Mopidy-3.4.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d0ef66c27ccebee863dc30f9bb9ab04a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 128920,
            "upload_time": "2023-11-01T00:04:17",
            "upload_time_iso_8601": "2023-11-01T00:04:17.934366Z",
            "url": "https://files.pythonhosted.org/packages/db/01/520f9cdc5641150da4b51610b58d71cc9bfc385638fc28bd797cf4e9b0da/Mopidy-3.4.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cc411f291572997c49fce9eef47cea6d06b7d30e9923cc75a84679767f7fc99e",
                "md5": "000129df314183118c88df28284b5fb6",
                "sha256": "ada9ecbfc09eecc8c9e6742a8a4fea1632a134a1ab060527d8aa3d36df0547b6"
            },
            "downloads": -1,
            "filename": "Mopidy-3.4.2.tar.gz",
            "has_sig": false,
            "md5_digest": "000129df314183118c88df28284b5fb6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 455608,
            "upload_time": "2023-11-01T00:04:19",
            "upload_time_iso_8601": "2023-11-01T00:04:19.981095Z",
            "url": "https://files.pythonhosted.org/packages/cc/41/1f291572997c49fce9eef47cea6d06b7d30e9923cc75a84679767f7fc99e/Mopidy-3.4.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-01 00:04:19",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "mopidy",
    "github_project": "mopidy",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "mopidy"
}
        
Elapsed time: 0.19205s