2016-03-26
Changelog:
- [FIX] [#566] ffmpeg module is now smarter about detecting the streams in a file and deciding whether it's an audio or video file. Previously, if the video portion of a file was not supported (e.g. MKV), it would fall through to audio and cause a confusing/incorrect error.
- [FIX] ffmpeg module now properly follows relative redirects. This fixes confusing behavior where links with relative redirects would result in the error message "links must start with http or https"
- [FIX] Soundcloud player now properly preserves volume when switching tracks.
- [ENHANCEMENT] [#560] Added a "Volume" label next to the Soundcloud volume slider to make it more visible.
- [ENHANCEMENT] [#553] The
/clean
command is now logged to the channel log. This allows channel admins to audit who is using/clean
.