Commit Graph

34 Commits

Author SHA1 Message Date
Choco
8a663a939b Vocard v2.6.9 Update: A lot new features, bug fixes, and code clean-up (#34)
* Update docker-compose.yml

No dotenv file needed. All environment values are now defined in docker-compose

* Update RU.json

* Updated docker-compose

* Update README.md

* Resolved issue where playback didn’t start after user joined channel 247

* Added logging system

* Updated logging system

* Update player.py

* Added 24/7 required intent

* Update main.py

* Added logs folder

* Updated logging system

* Updated logging system

* Added some typehint

* Removed error_log

* Renamed a valuable

* Removed unnecessary value

* Fixed some bugs

* Added bot status settings

* Added autocomplete in playtop

* Added a new emoji in Loop button

* Optimized code

* Update requirements.txt

* Fixed autoplay with empty queue

This commit addresses the issue where autoplay was being activated even when the history queue had no tracks. The problem has been resolved to ensure smooth user experience

* Enhanced Loop Control Button Functionality

* Updated the loop button in controller

* Fixed activity update

Resolved the issue where activity updates were not reflected when the value remained the same.

* Added sync function in debug view

* Optimized code

* Added version in the debug

* Added nodes panel in debug view

* Merged .env into settings.json

* Rewritten ipc_client

* Separated the dashboard from the project

* Removed some necessary requirements

* Remove support for replit

* Update README.md

* Update settings Example.json

* Added get_recommendations into node class

* Saved log file when updating

* Rewritten some method in ipc_client

* Written swap and remove method in queue

* Added remove_track and swap_track method in player

* Update methods.py

* Added secure protocol in ipc client

* Fixed some bugs

* Added some method in ipc cilent

* Update methods.py

* Update methods.py

* Added playlist method

* Optimized Spotify client code

* Added Category class in Spotify client

* Added settings method in ipc client

* Fixed some bugs

* Send track requester_id in initPlayer

* Fixed some bugs

* Fixed some bugs

* Optimized some code

* Dump discord.py

* Added start and end position for each track

* Update methods.py

* Fixed a bug

* Fixed some bugs

* Fixed IPC client creation issue

* Rewrote filters

* Fixed some bugs

* Added filter event in ipc method

* Added filter selector in music controller

* Added inbox method

* Optimized some code

* Updated zh-TW local_lang

* Fixed some bugs

* Delete supervisord.conf

* Fixed some bugs

* Updated wording in IPC client

* Update pool.py

* Fixed no song suggestions when spotify_client is None

* Fixed connection problem from the dashboard

* Fixed some bugs

* Added voice status (#33)

* Updated the placeholder name for clarity

* Added voice status

* Dump bot version

* Added global template for voice status

* Added new placeholder

* Updated settings view

* Updated version tag

* Improved codes

* Fixed some bugs

* Supported clear queue endpoint in ipc

* Update methods.py

* Update README.md

* Remove PLACEHOLDERS.MD

---------

Co-authored-by: Azarath7 <158289825+Azarath7@users.noreply.github.com>
2024-09-11 11:51:51 +08:00
Choco
9069e5fa7e Fixed some bugs 2024-02-22 16:18:58 +08:00
Choco
58e9caa86f Fixed some bugs 2024-02-22 15:52:22 +08:00
Choco
efb5bf7b77 Fixed some bugs 2024-02-20 20:08:49 +08:00
Choco
d237c2f0ec Optimized code 2024-02-20 11:37:01 +08:00
Choco
464f9123e5 Optimized code 2024-02-17 13:04:20 +08:00
Choco
388c276934 Added a option to disable button text in controller 2024-02-15 23:10:11 +08:00
Choco
95ec0970eb Removed create view 2024-02-11 19:52:14 +08:00
Azarath7
8bb38b3dea Update controller.py 2024-01-31 14:46:51 +02:00
Azarath7
e95a6bc634 Update controller.py 2024-01-31 14:45:24 +02:00
Azarath7
8d072746da Update controller.py 2024-01-31 14:44:27 +02:00
Choco
5e0f8b1dec Fixed forward and rewind command 2023-12-15 10:43:10 +08:00
Choco
40e1d343ea Updated Mit License 2023-09-08 13:47:38 +08:00
Choco
4f13023a04 remove async on check_roles method 2023-09-06 09:35:43 +08:00
Choco
b7456f5312 General clean code 2023-08-26 09:48:36 +08:00
Choco
ab84966ea0 Fixed Rewind button in controller 2023-08-24 10:38:32 +08:00
Choco
e6a1d30026 Optimize code for improved cleanliness and enhanced performance. 2023-08-08 13:14:07 +08:00
Choco
57ac2bc6a8 General clean code 2023-08-02 21:40:00 +08:00
Choco
73972f58fc Optimized send function 2023-08-01 11:00:54 +08:00
Choco
1b953aa7dc Added settings controllermsg command 2023-07-31 12:17:30 +08:00
Choco
03d7408cf0 Improve code readability 2023-07-21 23:33:16 +08:00
Choco
a44b6c9384 Transfer track info to track id 2023-05-16 19:03:48 +08:00
Choco
c1de642fdf Set forward and rewind buttons to 30s 2023-05-07 12:28:23 +08:00
Choco
6bb2180c6b Added forward and rewind button 2023-05-04 19:52:04 +08:00
Choco
091496099a Add custom embed 2023-04-12 17:16:03 +08:00
Choco
9ec9a84690 Fix volume down button 2023-04-04 21:22:25 +08:00
Choco
47392866ba Add Autoplay and Shuffle button 2023-04-04 21:20:19 +08:00
Choco
8790438e41 Rewrite set_repeat function and clean code 2023-03-21 23:49:04 +08:00
Choco
74846c583f Cleaned up some code 2023-03-19 16:46:55 +08:00
Choco
c4197bdd86 Add message handler 2023-03-17 12:38:57 +08:00
Choco
430b7f5963 Fixed some bugs and cleaned up some code 2023-03-16 11:34:08 +08:00
Choco
d1c1589e07 Remove async from player.is_privileged 2023-03-16 09:52:36 +08:00
Choco
3cdf254abf Clear code 2023-02-24 12:12:37 +08:00
Choco
5e56b1179f Rename folder 2023-02-21 21:12:15 +08:00