Bleuzen / Blizcord

Discord Bot written in Java using JDA and lavaplayer
MIT License
21 stars 6 forks source link

Unable to playback local files through Discord commands #16

Closed MeladTheBad closed 4 years ago

MeladTheBad commented 5 years ago

After adding a list of files through the exe If I want to select a particular track from the list it won't allow it and it returns this error image

Bleuzen commented 5 years ago

Yes, the !play command is not for playing a track that is already in the list. It is used to directly start to play a given track. But you have to give it the full path to the file. It can not guess where your music file is located. So use !play /home/yourname/music/.../15 - Time of Reunion.flac

Bleuzen commented 4 years ago

closing because of inactivity