Mopidy Audio Server
Go to file
2014-12-16 23:20:18 +01:00
data Remove 'Music Server' from app name in mopidy.desktop 2013-12-05 09:00:40 +01:00
docs docs: Edit Raspbmc appendix a bit 2014-12-16 23:20:18 +01:00
js js: Release v0.4.0 2014-06-24 00:44:47 +02:00
mopidy docs: Don't refer to the tracklist as a playlist 2014-11-25 21:38:54 +01:00
tests Bump version to 0.19.4 2014-09-01 23:08:59 +02:00
.coveragerc coveralls: Filter out non-Mopidy sources 2013-10-06 20:49:11 +02:00
.gitignore tox: Add tox config file 2014-02-17 12:51:02 +01:00
.mailmap Update .mailmap 2014-07-26 15:35:29 +02:00
.travis.yml travis: Update tox env names 2014-07-29 23:30:42 +02:00
AUTHORS docs: Update authors 2014-07-30 00:31:29 +02:00
dev-requirements.txt Add fabric to dev-requirements.txt 2014-07-01 23:33:02 +02:00
fabfile.py fab: Add lint/autolint tasks for running flake8 on everything 2013-08-09 14:56:06 +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 Add dev-requirements.txt with a number of tools 2014-05-08 23:11:30 +02:00
README.rst readme: s/Mailing/Announcement/ 2014-10-13 23:19:14 +02:00
setup.cfg flake8: Ignore more dirs 2014-06-22 09:59:52 +02:00
setup.py http: Only require Tornado >= 2.3 2014-07-22 13:43:42 +02:00
tox.ini tox: Fix Tornado version mismatch in env name and deps 2014-07-29 22:50:11 +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 makes
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 <http://docs.mopidy.com/>`_
- `Discuss <https://discuss.mopidy.com/>`_
- `Source code <https://github.com/mopidy/mopidy>`_
- `Issue tracker <https://github.com/mopidy/mopidy/issues>`_
- `Development branch tarball <https://github.com/mopidy/mopidy/archive/develop.tar.gz#egg=mopidy-dev>`_

- 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/pypi/dm/Mopidy.svg?style=flat
    :target: https://pypi.python.org/pypi/Mopidy/
    :alt: Number of PyPI downloads

.. 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