aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMeitar M <meitarm@gmail.com>2017-12-26 22:48:41 +0000
committerMeitar M <meitarm@gmail.com>2017-12-26 22:48:41 +0000
commitc90eb5c0bd338d1b801d5a405d4c00c4004cf6cb (patch)
tree7437a1014b02a2d9c24c67e5813c03e0a213b334
parentCloses #1268: Standardize on SPDX short-identifiers for licenses. (diff)
downloadawesome-selfhosted-c90eb5c0bd338d1b801d5a405d4c00c4004cf6cb.tar.gz
awesome-selfhosted-c90eb5c0bd338d1b801d5a405d4c00c4004cf6cb.zip
Add MusikCube and Beets under the "audio" heading.
This commit also adds the `BSD-3-Clause` license, as that is the license for MusikCube.
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 4fd93156..3f3f254e 100644
--- a/README.md
+++ b/README.md
@@ -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-3-Clause` `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
@@ -1280,6 +1282,7 @@ See also [Documentation Generators](#documentation-generators), [Wikimatrix](htt
- `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-3-Clause` - [BSD 3-clause "New" or "Revised" License](https://opensource.org/licenses/BSD-3-Clause)
- `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)