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

Releases: motorlatitude/MotorBot-Legacy

Release-0.4.0

03 Aug 19:12
Compare
Choose a tag to compare

MotorBot Change Log for version 0.4.0

  • Users of the Google Chrome Extension are required to authenticate through discord due to added security
    • Users using the non updated version of the google chrome extension will receive an "Authentication Error" on attempting to add a song.
    • Google Chrome extension now tracks users addition to the playlist (no more secret EGG ON A PLATE!)
    • Future Addition: Only users in the Admin role will be allowed to add songs to MotorBots playlist
  • Initial work on soundboard command has begun, this is still in the experimental phase.
    • Currently results in any playing track to be skipped (this will hopefully get fixed once I manage to sort out pausing of tracks)
    • Soundboard command uses the following format !sb <effect>, see docs for full info
    • Fixed "Welcome to Summoner's Rift" effect to no longer deafen you
  • Tracks shorter than 6 seconds now get played correctly and don't get skipped
  • Tracks longer than 9 minutes no longer get cut off randomly... hopefully?
  • MotorBot can now go back a track by using !music prev
  • Volume now get's stabilised based on the average volume level of the video (recently uploaded videos wont take advantage of this and will default to standard volume setting 0.5)
  • Web Interface for MotorBot's music functionality is now live and can be used at https://mb.lolstat.net (recommended)
    • Future Addition: Users will be required to authenticate through discord to use the feature for added security
    • The interface should update automatically based on what MotorBot is doing.
    • Web Interface no longer severely lags MotorBot playback on load
    • Web Interface no longer lags on selecting track (by double clicking track)
    • Web Interface displays playback progress (no selecting position yet though :( )
  • MotorBots Initialisation Messages have been condensed (no more spam plz)
  • General code management improvements
  • Public API for controlling MotorBots music playback, for info please read APIDocs.md
  • Small tweaks and bug fixes as well as performance improvements

v0.3.0

25 Jul 22:01
Compare
Choose a tag to compare

General Bug Fixes Plus Some additional Features:

  • LoLStat Integration
  • Heads or Tails
  • General Voice/Music Improvements
    • Music now gets stored in a database, so incase of crash the previously added songs are not lost
    • Volume adjusted to reflect what audio level should be at 100%
    • List method now returns a link to a web interface
    • Resume method has been deprecated, the play method should now be used
  • Sentry has been added to allow for easier maintenance
  • Changed to CoffeeScript for parts (still todo discordClient library)

v0.2.0

01 Jul 21:45
Compare
Choose a tag to compare

basic functions of the bot are available, work on discord API wrapper still needs to be done!