docs: update basic transcoding info
This commit is contained in:
@@ -54,7 +54,7 @@ Navidrome is actively being tested with:
|
|||||||
| `deletePlaylist` | |
|
| `deletePlaylist` | |
|
||||||
| ||
|
| ||
|
||||||
| _MEDIA RETRIEVAL_ ||
|
| _MEDIA RETRIEVAL_ ||
|
||||||
| `stream` | Experimental Transcoding/Downsampling support available |
|
| `stream` | |
|
||||||
| `download` | |
|
| `download` | |
|
||||||
| `getCoverArt` | Only gets embedded artwork |
|
| `getCoverArt` | Only gets embedded artwork |
|
||||||
| `getAvatar` | Always returns the same image |
|
| `getAvatar` | Always returns the same image |
|
||||||
|
|||||||
@@ -25,11 +25,10 @@ our [Discord server](https://discord.gg/xh7j7yF)
|
|||||||
- Automatically monitors your library for changes, importing new files and reloading new metadata
|
- 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
|
- 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
|
- Compatible with all Subsonic/Madsonic/Airsonic clients. See bellow for a list of tested clients
|
||||||
- Transcoding/Downsampling on-the-fly
|
- Transcoding/Downsampling on-the-fly. Can be set per user/player
|
||||||
(WIP. [Experimental support is available](https://github.com/deluan/navidrome/issues/11#issuecomment-598753796))
|
|
||||||
- Integrated music player (WIP)
|
- 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:
|
- Android:
|
||||||
- [DSub](https://play.google.com/store/apps/details?id=github.daneren2005.dsub)
|
- [DSub](https://play.google.com/store/apps/details?id=github.daneren2005.dsub)
|
||||||
- [Ultrasonic](https://play.google.com/store/apps/details?id=org.moire.ultrasonic)
|
- [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)
|
- [Subplayer](https://github.com/peguerosdc/subplayer)
|
||||||
|
|
||||||
For more options, look at the [list of clients](https://airsonic.github.io/docs/apps/) maintained by
|
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
|
## Road map
|
||||||
|
|
||||||
@@ -95,9 +95,10 @@ services:
|
|||||||
ND_SCANINTERVAL: 1m
|
ND_SCANINTERVAL: 1m
|
||||||
ND_LOGLEVEL: info
|
ND_LOGLEVEL: info
|
||||||
ND_PORT: 4533
|
ND_PORT: 4533
|
||||||
|
ND_TRANSCODINGCACHESIZE: 100 # MB
|
||||||
volumes:
|
volumes:
|
||||||
- "./data:/data"
|
- "./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`
|
To get the cutting-edge, latest version from master, use the image `deluan/navidrome:develop`
|
||||||
|
|||||||
Reference in New Issue
Block a user