Skip to content
This repository has been archived by the owner on Jan 20, 2021. It is now read-only.

Releases: matthieugrieger/mumbledj

v2.9.1

24 May 18:35
Compare
Choose a tag to compare

May 24, 2016 -- v2.9.1

  • Fixed player command configuration setting not being applied to youtube-dl calls.

v2.9.0

09 Apr 23:28
Compare
Choose a tag to compare

April 9, 2016 -- v2.9.0

  • Added support for Mixcloud (thanks @benklett).

v2.8.15

15 Feb 03:58
Compare
Choose a tag to compare

February 14, 2016 -- v2.8.15

v2.8.14

12 Feb 20:27
Compare
Choose a tag to compare

February 12, 2016 -- v2.8.14

  • Audio is now downloaded using the bestaudio format. This prevents situations in which some audio would not play because an .m4a file was not available (thanks @mpacella88).

v2.8.13

06 Feb 10:46
Compare
Choose a tag to compare

February 6, 2016 -- v2.8.13

  • Added !version command to display the version of MumbleDJ that is running (thanks @zeblau).
  • Added version commandline argument to display the version of MumbleDJ that is running (thanks @zeblau).

v2.8.12

27 Jan 02:25
Compare
Choose a tag to compare

January 26, 2016 -- v2.8.12

  • Temporarily fixed discontinued code.google.com imports.

v2.8.11

14 Jan 20:34
Compare
Choose a tag to compare

January 14, 2016 -- v2.8.11

  • Fixed: Unable to use offsets if it's formatted as &t vs ?t in the URL (thanks @fiveofeight).

v2.8.10

12 Jan 03:29
Compare
Choose a tag to compare

January 11, 2016 -- v2.8.10

  • Created a new configuration value in the General section called PlayerCommand. This allows the user to change between "ffmpeg" and "avconv" for playing audio files.
  • Added check for valid PlayerCommand value. If the value is invalid the bot will default to ffmpeg.

v2.8.9

27 Dec 02:10
Compare
Choose a tag to compare

December 26, 2015 -- v2.8.9

  • Fixed an incorrect !currentsong message for songs within playlists.

v2.8.8

21 Dec 18:01
Compare
Choose a tag to compare

December 21, 2015 -- v2.8.8

  • Fixed a typo in song list HTML (thanks @mkody).