docs: update basic transcoding info

This commit is contained in:
Deluan 2020-03-17 15:17:46 -04:00 committed by Deluan Quintão
parent e02f3d3ec9
commit 7055dc514b
2 changed files with 7 additions and 6 deletions

View File

@ -54,7 +54,7 @@ Navidrome is actively being tested with:
| `deletePlaylist` | |
| ||
| _MEDIA RETRIEVAL_ ||
| `stream` | Experimental Transcoding/Downsampling support available |
| `stream` | |
| `download` | |
| `getCoverArt` | Only gets embedded artwork |
| `getAvatar` | Always returns the same image |

View File

@ -25,11 +25,10 @@ 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
(WIP. [Experimental support is available](https://github.com/deluan/navidrome/issues/11#issuecomment-598753796))
- Transcoding/Downsampling on-the-fly. Can be set per user/player
- Integrated music player (WIP)
Navidrome is compatible with all Subsonic clients. The following clients are tested and confirmed to work properly:
Navidrome should be compatible with all Subsonic clients. The following clients are tested and confirmed to work properly:
- Android:
- [DSub](https://play.google.com/store/apps/details?id=github.daneren2005.dsub)
- [Ultrasonic](https://play.google.com/store/apps/details?id=org.moire.ultrasonic)
@ -43,7 +42,8 @@ Navidrome is compatible with all Subsonic clients. The following clients are tes
- [Subplayer](https://github.com/peguerosdc/subplayer)
For more options, look at the [list of clients](https://airsonic.github.io/docs/apps/) maintained by
the Airsonic project
the Airsonic project. Please open an [issue](https://github.com/deluan/navidrome/issues) if you have any
issues with the client of your choice.
## Road map
@ -95,9 +95,10 @@ services:
ND_SCANINTERVAL: 1m
ND_LOGLEVEL: info
ND_PORT: 4533
ND_TRANSCODINGCACHESIZE: 100 # MB
volumes:
- "./data:/data"
- "/path/to/your/music/folder:/music"
- "/path/to/your/music/folder:/music:ro"
```
To get the cutting-edge, latest version from master, use the image `deluan/navidrome:develop`