Releases: azlux/botamusique
v6.1.2 Minor fix
There are only fixes on this release.
See commit for details.
v6.1.1, Hotfix for #117
Fixed: In some circumstances, the bot will crash when sending text messages.
v6.1 , Some improvements
Lot of fixes here:
- Playlist rewrite to have better management of big library folder.
- jump to another music
- caches
- around ~40 fix commits
Improvements:
v6.0, Yet another major release
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
Minors fixes with the webinterface
Best version ever !! (Breaking changes)
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.
!skip
behavior 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
- 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
ChangeLog:
- Token can be used with
!joinme <token>
command in case of channel password. - Certificate can be set both config file or CLI parameters
- Ban User/URL (and unBan)
- Pre-download the next music.
- Skip can remove a music in the queue with
!skip <n°>
- Split username in can you use the mumo plugin https://github.com/Natenom/mumblemoderator-module-collection/tree/master/os-suffixes
- Can refuse messages from a user not in the same channel.
Time to create Release
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.