File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 1010Actually this is the list of integrated functionality:
1111- Instant Mix - Song similarity
1212- Radio - Artist Similarity
13+ - Artist Info - It return similar artist
1314
14- For Mobile app that want to map this functionality they need to implement the ` getSimilarSongs2 ` API.
15+ For Mobile app that want to map this functionality they need to implement the ` getSimilarSongs2 ` / ` getSimilarSongs ` and ` getArtistInfo ` API.
1516
1617
1718> ** IMPORTANT** InstantMix support in Navidrome start from v0.60.0: https://github.com/navidrome/navidrome/releases/tag/v0.60.0
@@ -38,6 +39,7 @@ services:
3839 - ND_PLUGINS_ENABLED=true
3940 - ND_PLUGINS_AUTORELOAD=true
4041 - ND_AGENTS=audiomuseai,lastfm,spotify,deezer
42+ - ND_DEVARTISTINFOTIMETOLIVE=1s
4143 volumes :
4244 - ./data:/data
4345 - /path/to/music:/music:ro
You can’t perform that action at this time.
0 commit comments