diff options
author | Dražen Lučanin <kermit666@gmail.com> | 2015-07-31 08:52:59 +0000 |
---|---|---|
committer | Dražen Lučanin <kermit666@gmail.com> | 2015-07-31 08:52:59 +0000 |
commit | fe2f33db7b106f0a9778589ed87601390448ffeb (patch) | |
tree | 087116ec7d0bd0a0c72b303374af14203f387cc7 | |
parent | Merge remote-tracking branch 'kickball/pr/70' (diff) | |
download | awesome-selfhosted-fe2f33db7b106f0a9778589ed87601390448ffeb.tar.gz awesome-selfhosted-fe2f33db7b106f0a9778589ed87601390448ffeb.zip |
add Mopidy
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -317,6 +317,7 @@ CMS are a practical way to setup a website with many features. CMS often come wi * [cloudtunes](https://github.com/jakubroztocil/cloudtunes) - Web-based music player for the cloud `MIT` `Python/Javascript` * [Groove Basin](http://groovebasin.com/) - A music player server with a web-based user interface inspired by Amarok 1.4 ([Source code](https://github.com/andrewrk/groovebasin)) `MIT` `Nodejs` * [mpd](http://www.musicpd.org/) - Daemon to remotely play music, stream music, handle and organize playlists. Many clients available. `GPLv2` `C++` + * [Mopidy](http://mopidy.readthedocs.org/) - Extensible music server. Offers a superset of the mpd API, as well as integration with 3rd party services like Spotify, SoundCloud etc. ([Source code](https://github.com/mopidy/mopidy)) `Apache` `Python` * [Sonerezh](https://www.sonerezh.bzh/) - A self-hosted, web-based application for stream your music, everywhere. ([Demo](https://www.sonerezh.bzh/demo/), [Documentation](https://www.sonerezh.bzh/docs/), [Source code](https://github.com/sonerezh/sonerezh)) `GPLv3` `PHP` * [Subsonic](http://subsonic.org/) - Open-source web-based media streamer and jukebox ([Source code](https://github.com/EugeneKay/subsonic)) `GPLv3` `Java` |