Commit Graph

317 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
6f926ed6d2 Create FUNDING.yml 2024-09-07 13:10:14 +08:00
Choco
e4ad219f2b Fixed Typo 2024-08-05 22:01:57 +08:00
Choco
d7a13a0419 Fixed a bug 2024-08-05 21:55:46 +08:00
Choco
dc73fa0f5f Merge pull request #31 from ChocoMeow/dashboard-docker-configuration
Dashboard docker configuration
2024-07-26 12:44:24 +08:00
Choco
0af452b590 Update webapp.py 2024-07-26 12:43:05 +08:00
Choco
f1e1ad9cbe Update webapp.py 2024-07-26 12:01:55 +08:00
Choco
be63b29396 v2.6.8a update 2024-07-26 11:52:11 +08:00
Choco
74bb22ccd3 Added dashboard docker configuration 2024-07-25 18:02:28 +08:00
Choco
939b68e8d9 Merge pull request #29 from devium335/patch-1
Fixed Typo in README
2024-07-17 12:42:53 +08:00
devium335
3b259e4003 Fixed all instances of typo
Fixed all instances of the typo (`sercet` to `secret`)
2024-07-16 23:21:40 -04:00
Devium
d0b6b935f7 Fixed Typo in README
Made `sercet` into `secret`
2024-07-16 22:27:41 -04:00
Choco
8a38a5977a Fixed a bug 2024-02-27 17:17:33 +08:00
Choco
f7e4568660 Update update.py 2024-02-27 13:27:22 +08:00
Choco
df8797ff1b Merge pull request #18 from ChocoMeow/beta
Vocard v2.6.8 Update: A lot new features, bug fixes, and code clean-up
2024-02-27 13:10:50 +08:00
Choco
2c2e331340 Update PLACEHOLDERS.md 2024-02-27 13:06:42 +08:00
Choco
ed2373260c Added error handler 2024-02-27 12:37:58 +08:00
Choco
3ece3986fe Fixed a bug
Not able to display autocomplete when the name or value is more 100 characters
2024-02-24 09:44:18 +08:00
Choco
3df2ef9225 Fixed a bug 2024-02-23 22:47:55 +08:00
Choco
857b1cf96f Rewritten placeholder 2024-02-23 22:47:47 +08:00
Choco
df87aff9cb Updated some docs 2024-02-22 18:15:14 +08:00
Choco
6e8f8b6621 Rewrite lyrics command 2024-02-22 18:15:02 +08:00
Choco
3a18807bc1 Added lyrist platform 2024-02-22 18:14:32 +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
8915415c4b Added played history feature 2024-02-21 21:15:21 +08:00
Choco
f2da4311f5 Changed some layouts of the view and fixed a bug 2024-02-21 10:43:15 +08:00
Choco
cc7b868a53 Merge pull request #17 from ChocoMeow/Optimized-code
Optimized code
2024-02-21 10:29:29 +08:00
Choco
8d7fd00357 Update playlist.py 2024-02-21 10:28:01 +08:00
Choco
f6f2c0b7c3 Added track url in queue view and playlist view 2024-02-21 10:27:08 +08:00
Choco
17990eff82 Supported python3.12 2024-02-21 10:26:22 +08:00
Choco
7010c1327f Fixed some bugs 2024-02-21 10:26:09 +08:00
Choco
efb5bf7b77 Fixed some bugs 2024-02-20 20:08:49 +08:00
Choco
c049f4cbf6 Update main.py 2024-02-20 11:53:20 +08:00
Choco
d237c2f0ec Optimized code 2024-02-20 11:37:01 +08:00
Choco
073291aa28 Removed chapter view 2024-02-20 11:34:40 +08:00
Choco
af299d2a57 Added track_color placeholder description 2024-02-19 21:57:28 +08:00
Choco
8740c04077 Added track_color placeholder 2024-02-19 20:52:32 +08:00
Choco
7081efa836 Update docker-compose.yml 2024-02-19 12:40:52 +08:00
Choco
50dcace139 Added mongodb into docker-compose 2024-02-18 16:25:12 +08:00
Choco
4343a5fa23 Optimized code 2024-02-17 13:04:39 +08:00
Choco
464f9123e5 Optimized code 2024-02-17 13:04:20 +08:00
Choco
774edaefff Fixed not able to playlist 2024-02-16 22:30:54 +08:00
Choco
f4b21a7c70 Fixed a bug 2024-02-16 20:01:17 +08:00
Choco
a3e909a257 Fixed a bug 2024-02-16 10:43:00 +08:00
Choco
87813e52d7 Implemented Spotify search functionality during play autocomplete 2024-02-16 10:40:11 +08:00
Choco
532ba52500 Optimized code 2024-02-16 10:38:40 +08:00
Choco
388c276934 Added a option to disable button text in controller 2024-02-15 23:10:11 +08:00
Choco
9f7b849800 Auto create database and collection in mongodb 2024-02-15 22:09:24 +08:00
Choco
c72080dd52 Fixed a bug 2024-02-11 21:49:50 +08:00