mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-04 21:17:37 +03:00
Update README
This commit is contained in:
parent
15744c362b
commit
d48ddacaba
1 changed files with 6 additions and 6 deletions
12
README.md
12
README.md
|
@ -27,7 +27,7 @@ on a frequent basis. Some upcoming features planned:
|
||||||
- Transcoding/Downsampling on-the-fly
|
- Transcoding/Downsampling on-the-fly
|
||||||
- Last.FM integration
|
- Last.FM integration
|
||||||
- Integrated music player
|
- Integrated music player
|
||||||
- Pre-build binaries for all platforms
|
- Pre-build binaries for all platforms, including Raspberry Pi
|
||||||
- Smart/dynamic playlists (similar to iTunes)
|
- Smart/dynamic playlists (similar to iTunes)
|
||||||
- Jukebox mode
|
- Jukebox mode
|
||||||
- Sharing links to albums/songs/playlists
|
- Sharing links to albums/songs/playlists
|
||||||
|
@ -35,9 +35,9 @@ on a frequent basis. Some upcoming features planned:
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
Currently there are no downloadable binaries (WIP). You current options are:
|
Currently there are no downloadable binaries (WIP). The available options are:
|
||||||
|
|
||||||
#### Run it with Docker
|
### Run it with Docker
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
# This is just an example. Customize it to your needs.
|
# This is just an example. Customize it to your needs.
|
||||||
|
@ -59,7 +59,7 @@ services:
|
||||||
- "/Users/deluan/Music/iTunes/iTunes Media/Music:/music"
|
- "/Users/deluan/Music/iTunes/iTunes Media/Music:/music"
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Build it yourself / Development Environment
|
### Build it yourself / Development Environment
|
||||||
|
|
||||||
You will need to install [Go 1.13](https://golang.org/dl/) and [Node 13.7](http://nodejs.org).
|
You will need to install [Go 1.13](https://golang.org/dl/) and [Node 13.7](http://nodejs.org).
|
||||||
You'll also need [ffmpeg](ffmpeg.org) installed in your system
|
You'll also need [ffmpeg](ffmpeg.org) installed in your system
|
||||||
|
@ -77,7 +77,7 @@ This will generate the `navidrome` binary in the project's root folder. Start th
|
||||||
```
|
```
|
||||||
The server should start listening for requests on the default port __4533__
|
The server should start listening for requests on the default port __4533__
|
||||||
|
|
||||||
#### First time password
|
### First time password
|
||||||
The first time you start the app it will create a new user "admin" with a random password.
|
The first time you start the app it will create a new user "admin" with a random password.
|
||||||
Check the logs for a line like this:
|
Check the logs for a line like this:
|
||||||
```
|
```
|
||||||
|
@ -99,7 +99,7 @@ and login with this temporary password.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
### Subsonic API Version Compatibility
|
## Subsonic API Version Compatibility
|
||||||
|
|
||||||
Check the up to date [compatibility table](https://github.com/deluan/navidrome/blob/master/API_COMPATIBILITY.md)
|
Check the up to date [compatibility table](https://github.com/deluan/navidrome/blob/master/API_COMPATIBILITY.md)
|
||||||
for the latest Subsonic features available.
|
for the latest Subsonic features available.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue