Skip to content

Commit

Permalink
docs: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
deluan committed Mar 19, 2020
1 parent b466ec7 commit 29e661e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Expand Up @@ -25,7 +25,7 @@ our [Discord server](https://discord.gg/xh7j7yF)
- Automatically monitors your library for changes, importing new files and reloading new metadata
- Modern and responsive Web interface based on Material UI, to manage users and browse your library
- Compatible with all Subsonic/Madsonic/Airsonic clients. See bellow for a list of tested clients
- Transcoding/Downsampling on-the-fly. Can be set per user/player
- Transcoding/Downsampling on-the-fly. Can be set per user/player. Opus encoding is supported
- Integrated music player (WIP)

Navidrome should be compatible with all Subsonic clients. The following clients are tested and confirmed to work properly:
Expand All @@ -44,7 +44,8 @@ Navidrome should be compatible with all Subsonic clients. The following clients
For more options, look at the [list of clients](https://airsonic.github.io/docs/apps/) maintained by
the Airsonic project. Please open an [issue](https://github.com/deluan/navidrome/issues) if you have any
trouble with the client of your choice.



## Road map

This project is being actively worked on. Expect a more polished experience and new features/releases
Expand Down Expand Up @@ -95,7 +96,8 @@ services:
ND_SCANINTERVAL: 1m
ND_LOGLEVEL: info
ND_PORT: 4533
ND_TRANSCODINGCACHESIZE: 100 # MB
ND_TRANSCODINGCACHESIZE: 100MB
ND_SESSIONTIMEOUT: 30m
volumes:
- "./data:/data"
- "/path/to/your/music/folder:/music:ro"
Expand Down

0 comments on commit 29e661e

Please sign in to comment.