Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Mopidy | 7,654 | 210 | 78 | 2 days ago | 79 | April 28, 2022 | 201 | apache-2.0 | Python | |
Mopidy is an extensible music server written in Python | ||||||||||
Volumio2 | 1,335 | a year ago | 345 | gpl-3.0 | JavaScript | |||||
Volumio 2 - Audiophile Music Player | ||||||||||
Lms | 758 | a month ago | 34 | gpl-3.0 | C++ | |||||
Lightweight Music Server. Access your self-hosted music using a web interface. | ||||||||||
Raveberry | 631 | 4 months ago | 93 | June 23, 2022 | 16 | lgpl-3.0 | Python | |||
A multi-user music server with a focus on participation | ||||||||||
Multi Room Audio Centralized Audio For Home | 164 | 3 years ago | 3 | |||||||
:musical_note: This Github Repository provides details on setting up a centralized audio system for your home using nothing but Raspberry Pi's and Old Speakers. | ||||||||||
Lovspotify | 33 | a year ago | 12 | August 21, 2020 | 3 | Java | ||||
Spotify GUI + Spotify Client for Raspberry PI , Ubuntu and Debian | ||||||||||
Deezzy | 33 | 4 years ago | 3 | mit | C++ | |||||
Lightweight Qml/C++ Deezer Player using Native SDK | ||||||||||
Nfc Music Box | 19 | a year ago | ||||||||
How to build a music box (not only) for children based on Raspberry Pi and NFC. | ||||||||||
Docker Mpd | 17 | 3 months ago | gpl-2.0 | Dockerfile | ||||||
MPD - Music Player Daemon - Docker Image for amd64, arm64, arm (Raspberry Pi) | ||||||||||
Carpc | 14 | 3 years ago | mit | TypeScript | ||||||
React App designed to run on a raspberry pi and make driving my car more fun. |
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 an 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 is used to control playback through a custom Mopidy extension. The cassettes have NFC tags used to select playlists from Spotify.
Getting started
To get started with Mopidy, begin by reading the installation docs.
Project resources