Feature-Request: "Load multiple local tracks" #3
Replies: 3 comments 3 replies
-
If you're gonna open a feature request you don't follow the bug report template |
Beta Was this translation helpful? Give feedback.
0 replies
-
What do you hope to gain from having Lavalink index a directory instead of what you're already doing? |
Beta Was this translation helpful? Give feedback.
0 replies
-
It should be easier and quicker |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
loadtracks by providing a folder of mp3 files (I wouldn't allow nested requests just for the folder .mp3|.mov|*.ogg|etc.etc.
when doing
/loadtracks?identifier=/home/path/to/folder/
it loads all existing possible files which load the trackswhen doing
/loadtracks?identifier=/home/path/to/folder/*.mp3
it only loads files ending with .mp3 (aka glob support)LoadType should be: "playlist"
Environmental Variable Suggestion:
localfilespages, each page allows to load up to 100 tracks
How I'd do it on nodejs manually, which isn't quite fast...
Beta Was this translation helpful? Give feedback.
All reactions