diff options
author | emeric <itmfr@yahoo.fr> | 2018-11-11 12:53:24 +0000 |
---|---|---|
committer | emeric <itmfr@yahoo.fr> | 2018-11-11 12:53:24 +0000 |
commit | ce91a6868e080f50f3073198d04d5d89510ca191 (patch) | |
tree | 43acdc9d3a361e8a5aabd8606144db0f7e713b67 /README.md | |
parent | Merge pull request #1560 from Kickball/FixSyntaxErrors (diff) | |
download | awesome-selfhosted-ce91a6868e080f50f3073198d04d5d89510ca191.tar.gz awesome-selfhosted-ce91a6868e080f50f3073198d04d5d89510ca191.zip |
Add LMS
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -860,6 +860,7 @@ See also <https://en.wikipedia.org/wiki/List_of_streaming_media_systems>, <https - [Icecast 2](http://www.icecast.org/) - streaming audio/video server which can be used to create an Internet radio station or a privately running jukebox and many things in between. ([Source Code](https://git.xiph.org/?p=icecast-server.git;a=summary)) `GPL-2.0` `C` - [koel](http://koel.phanan.net/) - Personal music streaming server that works. ([Source Code](https://github.com/phanan/koel)) `MIT` `PHP` - [LibreTime](http://libretime.org) - Simple, open source platform that lets you broadcast streaming radio on the web (fork of [Airtime](https://github.com/sourcefabric/Airtime)). ([Source Code](https://github.com/LibreTime/libretime)) `AGPL-3.0` `PHP` +- [LMS](https://github.com/epoupon/lms) - Access your self-hosted music using a web interface. ([Demo](http://lms.demo.poupon.io/)) `GPL-3.0` `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-2.0` `Python` - [Moped](https://github.com/martijnboland/moped) - Responsive HTML5 + Javascript client for the Mopidy music server. `MIT` `HTML5` - [Mopidy MusicBox](https://github.com/pimusicbox/mopidy-musicbox-webclient) - Web Client for Mopidy Music Server. `Apache-2.0` `HTML5` |