-
-
Notifications
You must be signed in to change notification settings - Fork 675
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add sources tab to lavalink API documentation. #1079
Conversation
Added sources. All but youtube links are missing.
```yml title="application.yml" | ||
server: | ||
sources: | ||
youtube: true | ||
``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this does not work for the new yt plugin you mentioned above
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, I do know that, didn't change it/haven't yet. Can do tommorrow :D
- `ytsearch`: This will search `youtube.com` for relevant tracks/playlists. | ||
- `ytmsearch`: This will search `music.youtube.com` for relevant tracks/playlists. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you add the isrc syntax here? ytsearch:"%ISRC%"
also search results don't give back playlists
you should also add the :
at the end I think
perhaps also that you put a search term behind the :
this needs to be added to all searches here
|
||
Searching using Bandcamp. | ||
|
||
- `bcsearch`: This will search `bandcamp.com` for relevant tracks/playlists. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
also no playlists & search term + :
|
||
Searching using SoundCloud. | ||
|
||
- `scsearch`: This will search `soundcloud.com` for relevant tracks/playlists. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
also no playlists & search term + :
## Nico | ||
|
||
Enabling this option: | ||
|
||
```yml title="application.yml" | ||
server: | ||
sources: | ||
nico: true | ||
``` | ||
|
||
### URLs {: #nico-url } | ||
|
||
Supported URL types | ||
|
||
- FIXME: add url's |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pretty sure the current nico implementation doesn't work anymore, so you can ignore it until fixed
feel free to reopen if you feel like working on this again |
Add sources tab to lavalinks API documentation pages.