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

Releases: azlux/botamusique

v6.1.2 Minor fix

16 Apr 20:13
2d788c7
Compare
Choose a tag to compare

There are only fixes on this release.
See commit for details.

v6.1.1, Hotfix for #117

31 Mar 12:47
Compare
Choose a tag to compare

Fixed: In some circumstances, the bot will crash when sending text messages.

v6.1 , Some improvements

29 Mar 22:07
Compare
Choose a tag to compare

Lot of fixes here:

  • Playlist rewrite to have better management of big library folder.
  • jump to another music
  • caches
  • around ~40 fix commits

Improvements:

  • Allow full path channel for channel parameter
  • clear_when_stop_in_oneshot option
  • A better readme... with a logo
  • Many wiki pages
  • when_nobody_in_channel option, the name if this option is clear enough
  • better tags management

v6.0, Yet another major release

12 Mar 13:37
Compare
Choose a tag to compare

UPDATE: Config file have change a little bit, please check the default one (espacially now_playing, now_playing_file, now_playing_from_playlist, now_playing_url) . You need only values you want to change in your custom config.

This release merge the current develop branch.
Many improvements have been done:

  • URL ban function : this have been improved and renamed.
  • tagging system (for the library)
    • !addtag {index} {tags} - add {tags} to {index}-th item on the playlist, tags separated by ",".
    • !addtag * {tags} - add {tags} to all items on the playlist.
    • !untag {index/*} {tags} - remove {tags} from {index}-th item on the playlist.
    • !untag {index/*} * - remove all tags from {index}-th item on the playlist.
    • !findtagged (or !ft) {tags} - find item with {tags} in the music library.
  • youtube search (with ysearch)
  • New mode and fix, there are now : one-shot, repeat, random, and autoplay
  • Dark mode on the webinterface

Fixes:

  • Playlist rewrited
  • Search fixes
  • Adding cache for local files(database), making the bot faster
  • Faster in many points

Many thanks to @TerryGeng who have work a lot (I mean almost all commist) on this release.

Fixes after the big releases

29 Feb 10:09
Compare
Choose a tag to compare

Minors fixes with the webinterface

Best version ever !! (Breaking changes)

29 Feb 00:44
Compare
Choose a tag to compare
Pre-release

UPDATE: We received some bug reports in the last few hours and we have already posted some hot fixes. We are working on repack this version and upload again. If you can't wait, please directly checkout the master branch :-).

Lot of improvements here. A LOT !

Thanks to @TerryGeng who have make many changes and motivate me to done some test even If I don't use mumble a lot those days. Many thanks to him again !!

I encourage you to read again the readme and the config file

The changelog would be very long if I need to explain every changes. (109 commits)

We have try to not break lot of things, but I'm not sure (Please check your config)
Here the list of important changes:

  • A new webinterface, It's will not hurt your eyes anymore. You can test it now, it's stable.
  • Ducking: dynamically adjusting the volume. If people are speaking, lower it down, otherwise, turn it back to normal again
  • !pause, !play . Pause and resume feature.
  • Complete rewrite of some feature like playlist, you can now make it random and loop. !skipbehavior change depending of the config.
  • More config can be set in command or webinterface
  • Changing database from file to sqlite3

Loooooot of fixes. With all changes done here, maybe you will see some again.

Best regards
With love
Azlux

RadioBrowser

30 Jul 22:14
Compare
Choose a tag to compare
  • This version allow you to browser RadioBrowser and select radio you may want.
  • You can now ask for current configured radio list (with !radio without parameters)
  • There are small fixes too.

Small improvement and fixes

17 Apr 14:50
Compare
Choose a tag to compare

ChangeLog:

  1. Token can be used with !joinme <token> command in case of channel password.
  2. Certificate can be set both config file or CLI parameters
  3. Ban User/URL (and unBan)
  4. Pre-download the next music.
  5. Skip can remove a music in the queue with !skip <n°>
  6. Split username in can you use the mumo plugin https://github.com/Natenom/mumblemoderator-module-collection/tree/master/os-suffixes
  7. Can refuse messages from a user not in the same channel.

Time to create Release

05 Feb 15:04
Compare
Choose a tag to compare

Hi all,
It's time to create releases for this project.
I will use it to publish changelog.

You can use the release if you are not confident to update you bot for every change I do on the master branch.