Skip to content

Commit

Permalink
docs(engines): add spotify limitations
Browse files Browse the repository at this point in the history
  • Loading branch information
larsrickert committed Aug 5, 2022
1 parent c88c7c6 commit ea97ed7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/guide/engines.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
Player engines are the heart of `discord-player-plus`. They are responsible for searching tracks and streaming them using different streaming providers such as YouTube or Spotify. Following player engines are built-in:

- YouTube
- Spotify (Spotify does not provide a web API to stream tracks so they are only searched on Spotify but streamed on YouTube)
- Spotify
- **YouTube mapping:** Spotify does not provide a web API to stream tracks so they are only searched on Spotify but streamed on YouTube
- **Limitations:** Tracks can only be searched by URL, not by title. Also when searching playlists, only the first 100 tracks will be searched
- Files (local files on your file system, e.g. `my-music.mp3`)

When you use `player.search()` the engine will be detected automatically but you can also specify which engine you want to use with:
Expand Down

0 comments on commit ea97ed7

Please sign in to comment.