Skip to content
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.

v6.4 New web interface auth method, upload window, and more!

Compare
Choose a tag to compare
@TerryGeng TerryGeng released this 27 May 12:47
· 331 commits to master since this release
d3ed96a

Hi guys! Enjoyed your weekend? Last week, @TerryGeng kept procrastinating on his thesis and @azlux came up with some splendid ideas, so we got a lot to show you today!

New features

  • New authentication method proposed by @azlux in #154.
    Just type !web to the bot and it will generate a unique link to access the web interface! Definitely try this if you bored of typing passwords, or you are frustrated by the bot not knowing who added a song from the web interface. The old-fashioned username-password auth method has also been improved! Now you can let different users set a different password for him/her!
    Attention Needed: Please check out our wiki page to see how to set it up!

  • Move the music library into separate db files. #152
    Having multiple bots and would like them to share the same music database? Here you go!
    Attention Needed: The path of default database has changed. Please check out #152 to see how to manually set the bot to find your old database.

  • Upload window in the web interface! 257fff3
    So now you can actually see the upload progress of each file, and the bot will process files one by one. Never feel anxious again when uploading tons of files and worried about the connection freezes half-way so everything is LOOOOOOOOOST!

  • Floating player in the web interface! 0b7d0b8
    Want to jump to some point within a song? Now the mini floating player provides you a bar to drag! Just click the big "Play" button floating on the right-bottom corner and here you go :). You can also do this by sending !play {index} {start_playing_at} to the bot.

  • Volume bar inside a popover in the web interface. #150
    We are still on our way to simplify controls in the web interface and here's another step towards it.

Fixed

  • Color problem in the filter section of the web interface in the dark mode. 03da8fe 4c27bb2

  • Error in displaying the expand playlist link in the web interface. 8fdfc90

  • Directory part of the filter in the web interface is inaccessible. 4f2dcf0

  • Removed Google dependencies. e2254cf

  • Fixed glitch sound when stopping the music 662396b

In the end, thanks for your support! Please feel free to start an issue, or craft a PR. Looking forward to your contributions!