Commit Graph

17 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
40e1d343ea Updated Mit License 2023-09-08 13:47:38 +08:00
Choco
e6a1d30026 Optimize code for improved cleanliness and enhanced performance. 2023-08-08 13:14:07 +08:00
Choco
9bbe6b6e5d Ready for v2.6.5a 2023-07-22 09:26:52 +08:00
Choco
36ffc51638 Rewrite duplicate track mode 2023-07-21 23:34:28 +08:00
Choco
03d7408cf0 Improve code readability 2023-07-21 23:33:16 +08:00
Choco
ca4143e348 Fixed fair queues and optimizations 2023-07-18 20:01:36 +08:00
Choco
606c37a24d General Clean Code 2023-03-25 16:46:53 +08:00
Choco
70c744ddb3 Add action to track in dashboard 2023-03-25 16:45:49 +08:00
Choco
8790438e41 Rewrite set_repeat function and clean code 2023-03-21 23:49:04 +08:00
Choco
4300e49ef2 Update shuffle command 2023-03-16 09:57:20 +08:00
Choco
305894f4e0 Add playtop, swap and move commands and related back-end 2023-03-08 10:38:28 +08:00
Choco
4ddaba584b Applying all the necessary commands to use the new add_track method 2023-03-08 10:34:50 +08:00
Choco
78cf29b8ff Remove necessary async functions 2023-02-20 21:17:52 +08:00
Choco
339211a9be Add an alias to the library 2023-02-20 11:20:40 +08:00
Choco
9e5997e4ec Support message command 2023-02-18 18:57:12 +08:00
Choco
0d1ddb399b Ready for public use 2023-02-02 21:06:51 +08:00