Skip to content

Commit c279bc1

Browse files
committed
readme.md update
1 parent c43dc73 commit c279bc1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@
1010
Actually 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

0 commit comments

Comments
 (0)