diff options
author | nodiscc <nodiscc@gmail.com> | 2015-07-27 13:22:57 +0000 |
---|---|---|
committer | nodiscc <nodiscc@gmail.com> | 2015-07-27 13:22:57 +0000 |
commit | 04b3f4bd45471e67fa2df4aebbf22f585761dcbe (patch) | |
tree | 1bf926fc85ca5431f1fa1ff39cb57395388f84c2 | |
parent | Merge remote-tracking branch 'kickball/pr/33' (diff) | |
download | awesome-selfhosted-04b3f4bd45471e67fa2df4aebbf22f585761dcbe.tar.gz awesome-selfhosted-04b3f4bd45471e67fa2df4aebbf22f585761dcbe.zip |
add missing licenses and languages for music players
add link to subsonic's source code mirror since it's not on their website (freemium style)
-rw-r--r-- | README.md | 13 |
1 files changed, 8 insertions, 5 deletions
@@ -257,11 +257,14 @@ CMS are a practical way to setup a website with many features. CMS often come wi ## Music Streaming - * [cloudtunes](https://github.com/jakubroztocil/cloudtunes) - Web-based music player for the cloud - * [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)) - * [mpd](http://www.musicpd.org/) - Daemon to remotely play music, stream music, handle and organize playlists. Many clients available. - * [Ampache](http://ampache.org/) - A web based audio/video streaming application - * [Subsonic](http://subsonic.org/) - Open-source web-based media streamer and jukebox + * [Ampache](http://ampache.org/) - A web based audio/video streaming application `GNU GPLv2` `PHP` + * [cloudtunes](https://github.com/jakubroztocil/cloudtunes) - Web-based music player for the cloud `MIT` `Python/Javascript` + * [mpd](http://www.musicpd.org/) - Daemon to remotely play music, stream music, handle and organize playlists. Many clients available. `GNU GPLv2` `C++` + * [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)) `GNU GPLv3` `PHP` + * [Subsonic](http://subsonic.org/) - Open-source web-based media streamer and jukebox ([Source code](https://github.com/EugeneKay/subsonic)) `GNU GPLv3` `Java` + + + ## Note-taking |