Page MenuHomeDevelopment

[Lavalink] Ability to play sounds from local files
Closed, ResolvedPublic

Description

An ability to play sounds from a local file, so instead of a URL or search query, a local path is passed to GetTracksAsync function
For example:

csharp
var path = "some/local/path";
var type = LavalinkSearchType.Local;

LavalinkLoadResult result = await nodeConnection.Rest.GetTracksAsync(search, type);

Lavalink supports local files so this has to be just properly wrapped

Related Objects

Duplicates Merged Here
T33: Feature request

Event Timeline

DisCatSharp_Support created this task.
DisCatSharp_Support created this object with edit policy "Restricted Project (Project)".
DisCatSharp_Support added a project: Restricted Project.
DisCatSharp_Support edited subscribers, added: Restricted Project; removed: DisCatSharp_Support.
Lulalaby raised the priority of this task from Wishlist to High.
Lulalaby closed this task as a duplicate of T33: Feature request.
Lulalaby added a subscriber: DisCatSharp_Support.
Lulalaby claimed this task.
Lulalaby moved this task from Restricted Project Column to Restricted Project Column on the Restricted Project board.