Skip to content

Releases: jagrosh/MusicBot

Version 0.3.3

07 Feb 01:22
Compare
Choose a tag to compare

Version 0.3.2

04 Nov 23:15
Compare
Choose a tag to compare

This version:

  • fixes recent breaking changes from YouTube
  • fixes some other minor bugs that originated in the migration of underlying libs

Setup

https://github.com/jagrosh/MusicBot/wiki/Setup
https://github.com/jagrosh/MusicBot/wiki/Example-Config

Version 0.3.1

27 Oct 20:54
Compare
Choose a tag to compare

This version:

  • fixes recent breaking changes from both Discord and YouTube
  • massively decreases memory footprint for large servers
  • is somewhat experimental due to the rush to fix these breaking issues

Setup

https://github.com/jagrosh/MusicBot/wiki/Setup
https://github.com/jagrosh/MusicBot/wiki/Example-Config

What to download?

Download one of the following:

  • JMusicBot-0.3.1.jar (this version works on all platforms)

Your folder should look similar to 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 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.2.10

04 Jul 21:09
Compare
Choose a tag to compare

This version:

  • fixes a youtube loading issue

Setup

https://github.com/jagrosh/MusicBot/wiki/Setup
https://github.com/jagrosh/MusicBot/wiki/Example-Config

What to download?

Download one of the following:

  • JMusicBot-0.2.10.jar (this version works on all platforms)
  • JMusicBot-0.2.10-Windows.jar
  • JMusicBot-0.2.10-Linux.jar
  • JMusicBot-0.2.10-Mac.jar

Your folder should look similar to 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 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.2.9

30 May 18:31
Compare
Choose a tag to compare

This version:

  • fixes a youtube loading issue
  • somewhat deals with discord's new channel topic ratelimits

Setup

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

What to download?

Download one of the following:

  • JMusicBot-0.2.9.jar (this version works on all platforms)
  • JMusicBot-0.2.9-Windows.jar
  • JMusicBot-0.2.9-Linux.jar
  • JMusicBot-0.2.9-Mac.jar

Download config.txt if you don't have an existing config or want to use a template instead of migrating a previous version of the config

Download example_playlist.txt only if you need an example for how to set up the playlist. If you download this, put it in a "Playlists" folder.

Your folder should look similar to 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 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.2.8

11 Apr 13:46
Compare
Choose a tag to compare

This version:

  • fixes some file path issues on Windows
  • prevents an error on an empty game in the config
  • updates dependencies

Setup

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

What to download?

Download one of the following:

  • JMusicBot-0.2.8.jar (this version works on all platforms)
  • JMusicBot-0.2.8-Windows.jar
  • JMusicBot-0.2.8-Linux.jar
  • JMusicBot-0.2.8-Mac.jar

Download config.txt if you don't have an existing config or want to use a template instead of migrating a previous version of the config

Download example_playlist.txt only if you need an example for how to set up the playlist. If you download this, put it in a "Playlists" folder.

Your folder should look similar to 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 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.2.7

05 Feb 03:43
Compare
Choose a tag to compare

This version primarily updates dependencies to fix some loading issues for some sources.


Setup

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

What to download?

Download one of the following:

  • JMusicBot-0.2.7.jar (this version works on all platforms)
  • JMusicBot-0.2.7-Windows.jar
  • JMusicBot-0.2.7-Linux.jar
  • JMusicBot-0.2.7-Mac.jar

Download config.txt if you don't have an existing config or want to use a template instead of migrating a previous version of the config

Download example_playlist.txt only if you need an example for how to set up the playlist. If you download this, put it in a "Playlists" folder.

Your folder should look similar to 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 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.2.6

10 Nov 05:13
Compare
Choose a tag to compare

This version brings a lot of updates and new features!

What's new?

  • Added forceremove command for DJs to remove all tracks from a specific user
  • Customized command aliases in the config
  • Added a debug command to generate debug information
  • Per-server prefixes (prefix command for Admins)

What's fixed?

  • fixed soundcloud videos not loading
  • fixed playlists not shuffling correctly after loading
  • fixed DJ permissions in play command to match DJ commands
  • fixed nowplaying command refreshing when npimages are used
  • fixed permanent pausing

Command Aliases

As noted above, command aliases were added to the config file. Taking a look near the bottom of the example config file, there is a new aliases section. In this section, aliases to all of the commands can be set by adding words to the list. For example, if you have your prefix set to !!, you can add an alias of p to the play command with the following line within the aliases section:

play = [ p ]

Setup

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

What to download?

Download one of the following:

  • JMusicBot-0.2.6.jar (this version works on all platforms)
  • JMusicBot-0.2.6-Windows.jar
  • JMusicBot-0.2.6-Linux.jar
  • JMusicBot-0.2.6-Mac.jar

Download config.txt if you don't have an existing config or want to use a template instead of migrating a previous version of the config

Download example_playlist.txt only if you need an example for how to set up the playlist. If you download this, put it in a "Playlists" folder.

Your folder should look similar to 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 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.2.5

12 Sep 00:36
Compare
Choose a tag to compare

This version updates dependencies to handle new YouTube and SoundCloud changes

What's fixed?

  • fixed loading youtube videos
  • fixed loading soundcloud links

Setup

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

What to download?

Download one of the following:

  • JMusicBot-0.2.5.jar (this version works on all platforms)
  • JMusicBot-0.2.5-Windows.jar
  • JMusicBot-0.2.5-Linux.jar
  • JMusicBot-0.2.5-Mac.jar

Download config.txt if you don't have an existing config or want to use a template instead of migrating a previous version of the config

Download example_playlist.txt only if you need an example for how to set up the playlist. If you download this, put it in a "Playlists" folder.

Your folder should look similar to 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 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.2.4

01 Aug 03:35
Compare
Choose a tag to compare

This version updates dependencies to handle new changes on YouTube's part

What's fixed?

  • fixed some loading issues on some youtube sources songs

Setup

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

What to download?

Download one of the following:

  • JMusicBot-0.2.4.jar (this version works on all platforms)
  • JMusicBot-0.2.4-Windows.jar
  • JMusicBot-0.2.4-Linux.jar
  • JMusicBot-0.2.4-Mac.jar

Download config.txt if you don't have an existing config or want to use a template instead of migrating a previous version of the config

Download example_playlist.txt only if you need an example for how to set up the playlist. If you download this, put it in a "Playlists" folder.

Your folder should look similar to 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 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.