This repository has been archived by the owner on Jan 20, 2021. It is now read-only.
Releases: matthieugrieger/mumbledj
Releases · matthieugrieger/mumbledj
v2.9.1
May 24, 2016 -- v2.9.1
- Fixed player command configuration setting not being applied to youtube-dl calls.
v2.9.0
v2.8.15
February 14, 2016 -- v2.8.15
- Fixed an incorrectly formatted error message (thanks @GabrielPlassard).
v2.8.14
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
v2.8.12
January 26, 2016 -- v2.8.12
- Temporarily fixed discontinued code.google.com imports.
v2.8.11
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
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
December 26, 2015 -- v2.8.9
- Fixed an incorrect
!currentsong
message for songs within playlists.