Mopidy Audio Server
Go to file
Nick Steel cd829c7042 HTTP: CSRF protection for RPC endpoint.
By now enforcing the Content-Type header is set to 'application/json', we force browsers attempting a cross-domain
request to first perform a CORS preflight OPTIONS request. This request always includes an Origin header which we
check against our whitelist. The whitelist contains the current Host as well as anything specified in the new optional
allowed_origins config value. Any non-browser tools must also now set the Context-type header.
2018-04-15 17:12:16 +01:00
.github Forum moved from discuss.m.c to discourse.m.c 2017-10-27 22:52:23 +02:00
docs docs: MPRIS playlists interface is implemented 2018-04-08 21:08:12 +02:00
extra Add mopidyctl script and manpage 2014-12-27 14:47:53 +01:00
mopidy HTTP: CSRF protection for RPC endpoint. 2018-04-15 17:12:16 +01:00
tests http: Remove conditional only needed for Tornado < 3.2 2018-04-13 13:05:23 +02:00
.gitignore Ignore new pytest cache dir 2018-03-29 10:24:41 +02:00
.mailmap Update .mailmap and authors list 2018-04-06 23:03:07 +02:00
.travis.yml Require tornado >= 4.4 2018-03-29 20:51:01 +02:00
AUTHORS Update .mailmap and authors list 2018-04-06 23:03:07 +02:00
dev-requirements.txt Upgrade pytest from <3.3 to >=3.3 2018-04-01 01:23:10 +02:00
LICENSE Source code license is now Apache License v2.0. Documentation license is CC BY-SA 3.0 Unported License. 2010-08-13 20:41:40 +02:00
MANIFEST.in package: Remove .coveragerc from manifest 2015-09-07 21:17:22 +02:00
README.rst Merge branch 'release-2.1' into develop 2017-10-27 22:54:25 +02:00
setup.cfg Setup flake8 exclude in setup.cfg 2015-03-02 00:29:46 +01:00
setup.py Require tornado >= 4.4 2018-03-29 20:51:01 +02:00
tasks.py tasks: Update to work with invoke >= 0.13 2018-04-06 22:16:44 +02:00
tox.ini tox: Upgrade pytest from <3.3 to >=3.3 2018-04-01 01:33:28 +02:00

******
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 range
of MPD and web clients.

**Stream music from the cloud**

Vanilla Mopidy only plays music from your local disk 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 MPD and HTTP server. Additional frontends for controlling
Mopidy can be installed from extensions.

**Everybody use their 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 or
Arch Linux. It is quite slow, but it is very affordable. In fact, the
Kickstarter funded Gramofon: Modern Cloud Jukebox project used Mopidy on a
Raspberry Pi to prototype the Gramofon device. Mopidy is also a major 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 perfect for building your own hacks. In one project, 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 is used to control playback through a custom
Mopidy extension. The cassettes have NFC tags used to select playlists from
Spotify.

To get started with Mopidy, check out
`the installation docs <http://docs.mopidy.com/en/latest/installation/>`_.

- `Documentation <https://docs.mopidy.com/>`_
- `Discussion forum <https://discourse.mopidy.com/>`_
- `Source code <https://github.com/mopidy/mopidy>`_
- `Issue tracker <https://github.com/mopidy/mopidy/issues>`_
- IRC: ``#mopidy`` at `irc.freenode.net <http://freenode.net/>`_
- Announcement list: `mopidy@googlegroups.com <https://groups.google.com/forum/?fromgroups=#!forum/mopidy>`_
- Twitter: `@mopidy <https://twitter.com/mopidy/>`_

.. 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/travis/mopidy/mopidy/develop.svg?style=flat
    :target: https://travis-ci.org/mopidy/mopidy
    :alt: Travis CI build status

.. image:: https://img.shields.io/coveralls/mopidy/mopidy/develop.svg?style=flat
   :target: https://coveralls.io/r/mopidy/mopidy?branch=develop
   :alt: Test coverage