From 5a560409fdedd5d5b150fde0f937aa0c824c7577 Mon Sep 17 00:00:00 2001 From: Tomato6966 Date: Thu, 17 Aug 2023 18:08:52 +0200 Subject: [PATCH 1/6] add lavalink client (#947) --- README.md | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 36bc5e4b9..dcb68ca76 100644 --- a/README.md +++ b/README.md @@ -98,18 +98,19 @@ Version numbers can come in different combinations, depending on the release typ --- ## Client libraries: -| Client | Platform | Compatible With | Additional Information | -|-----------------------------------------------------------------|----------|--------------------------------------------|------------------------| -| [Lavalink.kt](https://github.com/DRSchlaubi/Lavalink.kt) | Kotlin | Kord/JDA/**Any** | Kotlin Coroutines | -| [DisGoLink](https://github.com/disgoorg/disgolink) | Go | **Any** | | -| [Mafic](https://github.com/ooliver1/mafic) | Python | discord.py **V2**/nextcord/disnake/py-cord | | -| [Moonlink.js](https://github.com/1Lucas1apk/moonlink.js) | Node.js | **Any** | | -| [Magmastream](https://github.com/Blackfort-Hosting/magmastream) | Node.js | **Any** | | -| [Lavacord](https://github.com/lavacord/Lavacord) | Node.js | **Any** | | -| [Shoukaku](https://github.com/Deivu/Shoukaku) | Node.js | **Any** | | -| [DisCatSharp](https://github.com/Aiko-IT-Systems/DisCatSharp) | .NET | DisCatSharp | v10.4.2+ | -| [Coglink](https://github.com/PerformanC/Coglink) | C | Concord | | -| [lavalink-rs](https://gitlab.com/vicky5124/lavalink-rs) | Rust | **Any** | `tokio`-based | +| Client | Platform | Compatible With | Additional Information | +|------------------------------------------------------------------|----------|--------------------------------------------|------------------------| +| [Lavalink.kt](https://github.com/DRSchlaubi/Lavalink.kt) | Kotlin | Kord/JDA/**Any** | Kotlin Coroutines | +| [DisGoLink](https://github.com/disgoorg/disgolink) | Go | **Any** | | +| [Mafic](https://github.com/ooliver1/mafic) | Python | discord.py **V2**/nextcord/disnake/py-cord | | +| [Moonlink.js](https://github.com/1Lucas1apk/moonlink.js) | Node.js | **Any** | | +| [Magmastream](https://github.com/Blackfort-Hosting/magmastream) | Node.js | **Any** | | +| [Lavacord](https://github.com/lavacord/Lavacord) | Node.js | **Any** | | +| [Shoukaku](https://github.com/Deivu/Shoukaku) | Node.js | **Any** | | +| [Lavalink-Client](https://github.com/tomato6966/Lavalink-Client) | Node.js | **Any** | | +| [DisCatSharp](https://github.com/Aiko-IT-Systems/DisCatSharp) | .NET | DisCatSharp | v10.4.2+ | +| [Coglink](https://github.com/PerformanC/Coglink) | C | Concord | | +| [lavalink-rs](https://gitlab.com/vicky5124/lavalink-rs) | Rust | **Any** | `tokio`-based |
v3.7 supporting Client Libraries From 2eaede09729793fbea72a03b1c964fab267d32a7 Mon Sep 17 00:00:00 2001 From: "Pedro.js" Date: Sat, 19 Aug 2023 18:22:25 -0300 Subject: [PATCH 2/6] Add FastLink to the clients list (#949) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dcb68ca76..d7b2fcf2e 100644 --- a/README.md +++ b/README.md @@ -108,6 +108,7 @@ Version numbers can come in different combinations, depending on the release typ | [Lavacord](https://github.com/lavacord/Lavacord) | Node.js | **Any** | | | [Shoukaku](https://github.com/Deivu/Shoukaku) | Node.js | **Any** | | | [Lavalink-Client](https://github.com/tomato6966/Lavalink-Client) | Node.js | **Any** | | +| [FastLink](https://github.com/PerformanC/FastLink) | Node.js | **Any** | | | [DisCatSharp](https://github.com/Aiko-IT-Systems/DisCatSharp) | .NET | DisCatSharp | v10.4.2+ | | [Coglink](https://github.com/PerformanC/Coglink) | C | Concord | | | [lavalink-rs](https://gitlab.com/vicky5124/lavalink-rs) | Rust | **Any** | `tokio`-based | From 5fa14d012431037b0a1100814ec9fc8f738968c7 Mon Sep 17 00:00:00 2001 From: Angelo Breuer <46497296+angelobreuer@users.noreply.github.com> Date: Tue, 22 Aug 2023 01:24:14 +0200 Subject: [PATCH 3/6] docs: Add Lavalink4NET to client libraries (#951) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d7b2fcf2e..9cfd87657 100644 --- a/README.md +++ b/README.md @@ -110,6 +110,7 @@ Version numbers can come in different combinations, depending on the release typ | [Lavalink-Client](https://github.com/tomato6966/Lavalink-Client) | Node.js | **Any** | | | [FastLink](https://github.com/PerformanC/FastLink) | Node.js | **Any** | | | [DisCatSharp](https://github.com/Aiko-IT-Systems/DisCatSharp) | .NET | DisCatSharp | v10.4.2+ | +| [Lavalink4NET](https://github.com/angelobreuer/Lavalink4NET) | .NET | Discord.Net/DSharpPlus/Remora | v4+ | | [Coglink](https://github.com/PerformanC/Coglink) | C | Concord | | | [lavalink-rs](https://gitlab.com/vicky5124/lavalink-rs) | Rust | **Any** | `tokio`-based | @@ -129,6 +130,7 @@ Version numbers can come in different combinations, depending on the release typ | [Cosmicord.js](https://github.com/SudhanPlayz/Cosmicord.js) | Node.js | **Any** | | | [DisCatSharp](https://github.com/Aiko-IT-Systems/DisCatSharp) | .NET | DisCatSharp | Only prior v10.4.1 | | [Nomia](https://github.com/DHCPCD9/Nomia) | .NET | DSharpPlus | | +| [Lavalink4NET](https://github.com/angelobreuer/Lavalink4NET) | .NET | Discord.Net/DSharpPlus | < v4 | | [DisGoLink](https://github.com/disgoorg/disgolink) | Go | **Any** | |
From 944df988b79b60d2f4377ef53ef18f2eda1a2e0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?To=CF=80?= Date: Tue, 22 Aug 2023 12:47:29 +0200 Subject: [PATCH 4/6] add LavaSearch plugin --- PLUGINS.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/PLUGINS.md b/PLUGINS.md index f1dc92841..08e27ca5c 100644 --- a/PLUGINS.md +++ b/PLUGINS.md @@ -6,8 +6,9 @@ WebSocket handling, REST endpoints, and much more. List of plugins: - [Google Cloud TTS plugin](https://github.com/DuncteBot/tts-plugin) A text to speech plugin using the [google cloud tts api](https://cloud.google.com/text-to-speech/docs) -- [SponsorBlock plugin](https://github.com/TopiSenpai/Sponsorblock-Plugin) for skipping sponsor segments in YouTube videos -- [LavaSrc plugin](https://github.com/TopiSenpai/LavaSrc) adds Spotify, Apple Music & Deezer(native play) support +- [SponsorBlock plugin](https://github.com/topi314/Sponsorblock-Plugin) for skipping sponsor segments in YouTube videos +- [LavaSrc plugin](https://github.com/topi314/LavaSrc) adds Spotify, Apple Music & Deezer(native play) support +- [LavaSearch plugin](https://github.com/topi314/LavaSearch) adds advanced search functionality including playlists, albums, artists, tracks & terms - [DuncteBot plugin](https://github.com/DuncteBot/skybot-lavalink-plugin) adds additional source managers that are not widely used - [Extra Filter plugin](https://github.com/rohank05/lavalink-filter-plugin) adds additional audio filters to lavalink - [XM plugin](https://github.com/esmBot/lava-xm-plugin) adds support for various [music tracker module](https://en.wikipedia.org/wiki/Module_file) formats From b38b05d27ff97ed162a478cdc01d58007745c403 Mon Sep 17 00:00:00 2001 From: Emmanuel Lobo <76094069+UnschooledGamer@users.noreply.github.com> Date: Sun, 3 Sep 2023 20:11:56 +0530 Subject: [PATCH 5/6] =?UTF-8?q?docs:=20=F0=9F=93=9D=20Add=20Riffy=20to=20c?= =?UTF-8?q?lient=20libraries=20(#958)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * docs: :memo: Add Riffy to client libraries * Fix spacing in README * Fix the order in README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9cfd87657..4c567afff 100644 --- a/README.md +++ b/README.md @@ -109,6 +109,7 @@ Version numbers can come in different combinations, depending on the release typ | [Shoukaku](https://github.com/Deivu/Shoukaku) | Node.js | **Any** | | | [Lavalink-Client](https://github.com/tomato6966/Lavalink-Client) | Node.js | **Any** | | | [FastLink](https://github.com/PerformanC/FastLink) | Node.js | **Any** | | +| [Riffy](https://github.com/riffy-team/riffy) | Node.js | **Any** | | | [DisCatSharp](https://github.com/Aiko-IT-Systems/DisCatSharp) | .NET | DisCatSharp | v10.4.2+ | | [Lavalink4NET](https://github.com/angelobreuer/Lavalink4NET) | .NET | Discord.Net/DSharpPlus/Remora | v4+ | | [Coglink](https://github.com/PerformanC/Coglink) | C | Concord | | From 16ca93f6469a6c3773282cce43a5b9967bc14c82 Mon Sep 17 00:00:00 2001 From: Victoria Casasampere Fernandez Date: Sat, 16 Sep 2023 21:09:07 +0200 Subject: [PATCH 6/6] Add Python support to lavalink-rs (#962) modified: README.md --- README.md | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 4c567afff..37d615884 100644 --- a/README.md +++ b/README.md @@ -98,22 +98,22 @@ Version numbers can come in different combinations, depending on the release typ --- ## Client libraries: -| Client | Platform | Compatible With | Additional Information | -|------------------------------------------------------------------|----------|--------------------------------------------|------------------------| -| [Lavalink.kt](https://github.com/DRSchlaubi/Lavalink.kt) | Kotlin | Kord/JDA/**Any** | Kotlin Coroutines | -| [DisGoLink](https://github.com/disgoorg/disgolink) | Go | **Any** | | -| [Mafic](https://github.com/ooliver1/mafic) | Python | discord.py **V2**/nextcord/disnake/py-cord | | -| [Moonlink.js](https://github.com/1Lucas1apk/moonlink.js) | Node.js | **Any** | | -| [Magmastream](https://github.com/Blackfort-Hosting/magmastream) | Node.js | **Any** | | -| [Lavacord](https://github.com/lavacord/Lavacord) | Node.js | **Any** | | -| [Shoukaku](https://github.com/Deivu/Shoukaku) | Node.js | **Any** | | -| [Lavalink-Client](https://github.com/tomato6966/Lavalink-Client) | Node.js | **Any** | | -| [FastLink](https://github.com/PerformanC/FastLink) | Node.js | **Any** | | -| [Riffy](https://github.com/riffy-team/riffy) | Node.js | **Any** | | -| [DisCatSharp](https://github.com/Aiko-IT-Systems/DisCatSharp) | .NET | DisCatSharp | v10.4.2+ | -| [Lavalink4NET](https://github.com/angelobreuer/Lavalink4NET) | .NET | Discord.Net/DSharpPlus/Remora | v4+ | -| [Coglink](https://github.com/PerformanC/Coglink) | C | Concord | | -| [lavalink-rs](https://gitlab.com/vicky5124/lavalink-rs) | Rust | **Any** | `tokio`-based | +| Client | Platform | Compatible With | Additional Information | +|------------------------------------------------------------------|--------------|--------------------------------------------|--------------------------------| +| [Lavalink.kt](https://github.com/DRSchlaubi/Lavalink.kt) | Kotlin | Kord/JDA/**Any** | Kotlin Coroutines | +| [DisGoLink](https://github.com/disgoorg/disgolink) | Go | **Any** | | +| [Mafic](https://github.com/ooliver1/mafic) | Python | discord.py **V2**/nextcord/disnake/py-cord | | +| [Moonlink.js](https://github.com/1Lucas1apk/moonlink.js) | Node.js | **Any** | | +| [Magmastream](https://github.com/Blackfort-Hosting/magmastream) | Node.js | **Any** | | +| [Lavacord](https://github.com/lavacord/Lavacord) | Node.js | **Any** | | +| [Shoukaku](https://github.com/Deivu/Shoukaku) | Node.js | **Any** | | +| [Lavalink-Client](https://github.com/tomato6966/Lavalink-Client) | Node.js | **Any** | | +| [FastLink](https://github.com/PerformanC/FastLink) | Node.js | **Any** | | +| [Riffy](https://github.com/riffy-team/riffy) | Node.js | **Any** | | +| [DisCatSharp](https://github.com/Aiko-IT-Systems/DisCatSharp) | .NET | DisCatSharp | v10.4.2+ | +| [Lavalink4NET](https://github.com/angelobreuer/Lavalink4NET) | .NET | Discord.Net/DSharpPlus/Remora | v4+ | +| [Coglink](https://github.com/PerformanC/Coglink) | C | Concord | | +| [lavalink-rs](https://gitlab.com/vicky5124/lavalink-rs) | Rust, Python | **Any** | `tokio`-based, `asyncio`-based |
v3.7 supporting Client Libraries