Simple music bot plugin for Sharkord that allows streaming music from youtube directly to voice channels.
- Download the latest release from the Releases page.
- Move the
sharkie-botfolder to your Sharkord plugins directory, typically located at~/.config/sharkord/plugins. - Download both the
ffmpegandyt-dlpbinaries and place them inside thesharkord/plugins/sharkie-bot/binfolder. - Make both the
ffmpegandyt-dlpbinaries have execution permissions (on UNIX systems, you can runchmod +x ./ffmpegandchmod +x ./yt-dlpin the terminal). - Open Sharkord and enable the plugin.
ffmpeg can be downloaded from FFmpeg's official website.
yt-dlp can be downloaded from the yt-dlp releases page.
/play <query>: Adds a track to the queue. Supports search terms, YouTube URLs, direct URLs, and YouTube playlist URLs./play_direct <url>: Adds a direct audio URL to the queue./queue: Shows the current queue./skip: Skips the current song./skipto <index>: Skips directly to an index in the queue (1= current track)./clearqueue: Clears all queued tracks and keeps the current one playing./stop: Stops playback and clears the queue./volume <0-100>: Sets the playback volume (default is 50)./nowplaying: Shows the currently playing song.
Well, turns out this is a bot. If you encounter this issue, you can try the following solutions:
- Use a different IP address by connecting through a VPN or proxy.
- Pass your cookies to yt-dlp to a file in
plugins/sharkie-bot/bin/cookies.txt.
This is just a vibe-coded project, use at your own risk.
All credit goes to Diogo Martino
