diff options
author | nodiscc <nodiscc@gmail.com> | 2017-12-28 12:08:06 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-28 12:08:06 +0000 |
commit | 07c797b542f2155aefba680c0959ec5298e35a1e (patch) | |
tree | 04ca03ad13a9ddc7d549c02e4e2a314b90f1bce9 | |
parent | Merge pull request #1274 from Kickball/fix-license-identifiers (diff) | |
parent | fix link to BSD-2-Clause license (diff) | |
download | awesome-selfhosted-07c797b542f2155aefba680c0959ec5298e35a1e.tar.gz awesome-selfhosted-07c797b542f2155aefba680c0959ec5298e35a1e.zip |
Merge pull request #1275 from Kickball/add-musikcube
Add musikcube, beets, merge BSD licenses
-rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -776,6 +776,7 @@ See also <https://en.wikipedia.org/wiki/List_of_streaming_media_systems>, <https ### Audio Streaming - [Ampache](http://ampache.org/) - A web based audio/video streaming application. ([Demo](http://play.dogmazic.net/), [Source Code](https://github.com/ampache/ampache)) `AGPL-3.0` `PHP` +- [Beets](http://beets.io/) - Music library manager and MusicBrainz tagger (command-line & web interface). ([Source code](https://github.com/beetbox/beets)) `MIT` `Python` - [CherryMusic](http://www.fomori.org/cherrymusic/) - Minimalistic Web-Mediaplayer. ([Source Code](https://github.com/devsnd/cherrymusic)) `GPL-3.0` `Python` - [cloudtunes](https://github.com/jkbrzt/cloudtunes) `⚠` - Web-based music player for the cloud. `MIT` `Python` - [Compactd](https://github.com/compactd/compactd) - A remote music player that supports adding content. `MIT` `Nodejs` @@ -794,6 +795,7 @@ See also <https://en.wikipedia.org/wiki/List_of_streaming_media_systems>, <https - [ympd](http://www.ympd.org/) - Standalone MPD Web GUI written in C, utilizing Websockets and Bootstrap/JS. ([Source Code](https://github.com/notandy/ympd)) `GPL-2.0` `C` - [mStream](http://mstream.io/) - Music streaming server with GUI management tools. Runs on Mac, Windows, and Linux. ([Demo](https://darncoyotes.mstream.io/), [Source Code](https://github.com/IrosTheBeggar/mStream)) `GPL-2.0` `Nodejs` - [Music Browser](https://github.com/henrik242/musicbrowser) - Browser and streamer for your music collection. It is runs on most operating systems, and is light enough to run flawlessly on NAS devices. `GPL-3.0` `PHP` +- [musikcube](https://musikcube.com/) - Streaming audio server with Linux/macOS/Windows/Android clients. ([Source code](https://github.com/clangen/musikcube)) `BSD` `C++` - [Sonerezh](https://www.sonerezh.bzh/) - A self-hosted, web-based application for stream your music, everywhere. ([Demo](https://www.sonerezh.bzh/demo/), [Source Code](https://github.com/sonerezh/sonerezh)) `GPL-3.0` `PHP` ### Video Streaming @@ -1278,8 +1280,7 @@ See also [Documentation Generators](#documentation-generators), [Wikimatrix](htt - `APSL-2.0` - [Apple Public Source License, Version 2.0](https://opensource.org/licenses/APSL-2.0) - `Artistic-2.0` - [Artistic License Version 2.0](http://opensource.org/licenses/Artistic-2.0) - `Beerware` - [Beerware License](https://spdx.org/licenses/Beerware.html) -- `BSD` - [FreeBSD License](https://www.freebsd.org/copyright/license.html) -- `BSD` - [BSD 2-Clause](https://opensource.org/licenses/BSD-3-Clause) or [BSD 3-Clause](https://opensource.org/licenses/BSD-3-Clause) license +- `BSD` - [FreeBSD](https://www.freebsd.org/copyright/license.html) or [BSD 2-Clause](https://opensource.org/licenses/BSD-2-Clause) or [BSD 3-Clause "New" or "Revised"](https://opensource.org/licenses/BSD-3-Clause) license - `CC-BY-SA-4.0` - [Creative Commons Attribution-ShareAlike International License](https://creativecommons.org/licenses/by-sa/4.0/) - `CC0-1.0` - [Public Domain](https://creativecommons.org/about/cc0/) - `CDDL-1.0` - [Common Development and Distribution License](https://opensource.org/licenses/CDDL-1.0) |