mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-15 03:30:39 +03:00
Update README
This commit is contained in:
parent
0fe523b526
commit
2df05288d3
38
README.md
38
README.md
@ -1,27 +1,25 @@
|
||||
CloudSonic Server
|
||||
=======
|
||||
# CloudSonic Server
|
||||
|
||||
[](https://travis-ci.org/cloudsonic/sonic-server)
|
||||
[](https://travis-ci.org/cloudsonic/sonic-server)
|
||||
[](https://goreportcard.com/report/github.com/cloudsonic/sonic-server)
|
||||
|
||||
__This is still a work in progress, and has no releases available__
|
||||
**This is still a work in progress, and has no releases available**
|
||||
|
||||
CloudSonic is a music collection server and streamer, optmized to run on cheap VPS servers. It implements the
|
||||
CloudSonic is a music collection server and streamer, optmized to run on cheap VPS servers. It implements the
|
||||
[Subsonic](http://www.subsonic.org) API
|
||||
|
||||
The project's main goals are:
|
||||
|
||||
* Be fully compatible with available [Subsonic clients](http://www.subsonic.org/pages/apps.jsp)
|
||||
- Be fully compatible with available [Subsonic clients](http://www.subsonic.org/pages/apps.jsp)
|
||||
(actively being tested with
|
||||
[DSub](http://www.subsonic.org/pages/apps.jsp#dsub),
|
||||
[SubFire](http://www.subsonic.org/pages/apps.jsp#subfire) and
|
||||
[Jamstash](http://www.subsonic.org/pages/apps.jsp#jamstash))
|
||||
* Import and use all metadata from iTunes, so that you can optionally keep using iTunes to manage your music
|
||||
* Implement Smart Playlists, as iTunes
|
||||
* Help me learn Go ;) [](https://golang.org)
|
||||
[DSub](http://www.subsonic.org/pages/apps.jsp#dsub),
|
||||
[SubFire](http://www.subsonic.org/pages/apps.jsp#subfire) and
|
||||
[Jamstash](http://www.subsonic.org/pages/apps.jsp#jamstash))
|
||||
- Import and use all metadata from iTunes, so that you can optionally keep using iTunes to manage your music
|
||||
- Implement Smart Playlists, as iTunes
|
||||
- Help me learn Go ;) [](https://golang.org)
|
||||
|
||||
|
||||
### Supported Subsonic API version
|
||||
### Supported Subsonic API version
|
||||
|
||||
I'm currently trying to implement all functionality from API v1.8.0, with some exceptions.
|
||||
|
||||
@ -31,20 +29,23 @@ Check the (almost) up to date [compatibility chart](https://github.com/cloudsoni
|
||||
|
||||
As this is a work in progress, there are no installers yet. To have the server running in your computer, follow the steps in the
|
||||
Development Environment section below, then run it with:
|
||||
|
||||
```
|
||||
$ export SONIC_MUSICFOLDER="/path/to/your/iTunes Library.xml"
|
||||
$ bee run
|
||||
$ make run
|
||||
```
|
||||
|
||||
The server should start listening on port 4533.
|
||||
|
||||
### Development Environment
|
||||
|
||||
You will need to install [Go 1.8](https://golang.org/dl/)
|
||||
You will need to install [Go 1.13](https://golang.org/dl/)
|
||||
|
||||
Then install dependencies:
|
||||
|
||||
```
|
||||
$ make setup
|
||||
```
|
||||
```
|
||||
|
||||
Some useful commands:
|
||||
|
||||
@ -56,9 +57,8 @@ $ make run
|
||||
$ make test
|
||||
```
|
||||
|
||||
|
||||
### Copying
|
||||
|
||||
CloudSonic - Copyright (C) 2017 Deluan Cotts Quintao
|
||||
CloudSonic - Copyright (C) 2017-2020 Deluan Cotts Quintao
|
||||
|
||||
The source code is licensed under GNU Affero GPL v3. License is available [here](/LICENSE)
|
||||
|
Loading…
x
Reference in New Issue
Block a user