Skip to content

Releases: jagrosh/MusicBot

Version 0.0.7

04 Jul 05:42

Choose a tag to compare

Small update

What's fixed?

  • Playlists should load much much faster

What's new?

  • queue command now shows the current song at the top

Setup

https://github.com/jagrosh/MusicBot/wiki/Setup

What to download?

Download JMusicBot-0.0.7.jar and config.txt. You can skip the config if you already have a previous version (backwards compatible), but there are some new options so it may be worth taking a look at the example config. If you download the example_playlist.txt, make sure to put it in a "Playlists" folder. Your folder should look like this (except use the correct version number):

View
Remember, please do not put these files on your desktop or anywhere restricted. Putting them together in a folder in your "My Documents" folder is the best option.

DO NOT DOWNLOAD THE SOURCE CODE .zip/.tar.gz. DO NOT DOWNLOAD ANY .java FILES. PLEASE READ ABOVE WHAT YOU NEED TO DOWNLOAD.

Version 0.0.6

22 Jun 06:21

Choose a tag to compare

This build has several small (but requested) features

What's fixed?

  • Hopefully fixed any permissions and memory bugs
  • Should have fixed any speedup bugs, if they existed at all

What's new?

  • pause command for DJs to pause the player (play to unpause)
  • stayinchannel=true in config for the bot to not leave the voice channel (see the example config file)
  • #shuffle (or //shuffle) line in a playlist to auto-shuffle the playlist when loaded (see the example playlist file)

Setup

https://github.com/jagrosh/MusicBot/wiki/Setup

What to download?

Download JMusicBot-0.0.6.jar and config.txt. You can skip the config if you already have a previous version (backwards compatible), but there are some new options so it may be worth taking a look at the example config. If you download the example_playlist.txt, make sure to put it in a "Playlists" folder. Your folder should look like this (except use the correct version number):

View
Remember, please do not put these files on your desktop or anywhere restricted. Putting them together in a folder in your "My Documents" folder is the best option.

DO NOT DOWNLOAD THE SOURCE CODE .zip/.tar.gz. DO NOT DOWNLOAD ANY .java FILES. PLEASE READ ABOVE WHAT YOU NEED TO DOWNLOAD.

Version 0.0.5

18 May 23:53

Choose a tag to compare

This build fixes a change with Youtube videos not playing (a change on Youtube's end).

What's changed?

  • Fixed Youtube bug
  • Can now play local tracks
  • New config item to not flood audit logs but still show song titles in the topic

Setup

https://github.com/jagrosh/MusicBot/wiki/Setup

What to download?

Download JMusicBot-0.0.5.jar and config.txt. You can skip the config if you already have a previous version (backwards compatible), but there are some new options so it may be worth taking a look at the example config. If you download the example_playlist.txt, make sure to put it in a "Playlists" folder. Your folder should look like this (except use the correct version number):

View
Remember, please do not put these files on your desktop or anywhere restricted. Putting them together in a folder in your "My Documents" folder is the best option.

DO NOT DOWNLOAD THE SOURCE CODE .zip/.tar.gz. DO NOT DOWNLOAD ANY .java FILES. PLEASE READ ABOVE WHAT YOU NEED TO DOWNLOAD.

Version 0.0.4

25 Apr 03:58

Choose a tag to compare

This is primarily a bugfix/backend update release

What's changed?

  • Fixed an issue with soundcloud urls
  • Fixed some permissions regarding playlists
  • Changed some internal package details
  • Updated lavaplayer version

Setup

https://github.com/jagrosh/MusicBot/wiki/Setup

What to download?

Download JMusicBot-0.0.4.jar, config.txt and example_playlist.txt. You can skip the config if you already have a previous version (backwards compatible), but there are some new options so it may be worth taking a look at the example config. If you download the example_playlist.txt, make sure to put it in a "Playlists" folder. Your folder should look like this (except use the correct version number):

View

DO NOT DOWNLOAD THE SOURCE CODE .zip. DO NOT DOWNLOAD ANY .java FILES. PLEASE READ ABOVE WHAT YOU NEED TO DOWNLOAD.

Version 0.0.3

26 Mar 02:24

Choose a tag to compare

What's new?

  • Basic playlist support
  • Default playlists (auto-play) per-guild
  • More configuration (default game, emojis, help command)
  • Soundcloud searching

What's changed?

  • Basic bugfixes (nogui detection)
  • Slight improvements to output
  • remove all to remove all your songs
  • Added url to nowplaying
  • Volume is not persistent

Setup

https://github.com/jagrosh/MusicBot/wiki/Setup

What to download?

Download JMusicBot-0.0.3.jar, config.txt and example_playlist.txt. You can skip the config if you already have a previous version (backwards compatible), but there are some new options so it may be worth taking a look at the example config. If you download the example_playlist.txt, make sure to put it in a "Playlists" folder. Your folder should look like this:

View

Version 0.0.2-patch

31 Jan 22:28

Choose a tag to compare

This should fix the issue that was breaking version 0.0.2 (and all previous versions).

Also, just a reminder that you do not need to download the source code; just the .jar file.

Version 0.0.2

14 Jan 23:45

Choose a tag to compare

This release fixes a couple logging issues (namely, the log warning that happens at startup). It also adds the shuffle command (for users to shuffle the songs that they have added), the skipto command (for moderators (DJs) to skip forward in the queue, and the setgame command for the bot owner to set the game the bot is playing. All existing config files and serversettings files are backwards-compatible with this release.

Note for users hosting on a server/VPN (via command line): Please make sure to use the -nogui flag when running the bot. By default, a small window will display and all logs will be sent to that. The -nogui flag instead sends all logs to the console output.

Version 0.0.1

02 Jan 07:21

Choose a tag to compare

We're starting over with the releases because the bot has been re-written since the legacy code. This new release features most of the same features, plus a couple extras, and vastly-superior speed and efficiency. To get started, download the jar (and the example config file, if desired), and then read the wiki for how to get set up!