Choco
7a4f85a74d
Merge branch 'beta' into refactor-views
2025-09-26 13:29:27 +08:00
Choco
2c98dfd763
Update command docstrings and localization keys
...
Improved docstrings for 'play' and 'search' commands in basic.py for clarity. Updated localization keys and translations in es-419.json, es-ES.json, and zh-CN.json to fix punctuation, naming consistency, and minor translation errors.
2025-09-24 17:58:15 +08:00
Choco
9f43cce969
Merge branch 'beta' into refactor-views
2025-09-19 23:30:46 +08:00
Choco
851871e123
Update play and search command descriptions and translations
...
Revised the docstrings for the play and search commands in basic.py for clarity. Updated corresponding translation strings in es-419.json, es-ES.json, and zh-TW.json to match the new descriptions.
2025-09-19 21:39:51 +08:00
Choco
2c9aae7861
Refactor queue view and add pagination utilities
...
Replaced ListView with QueueView for queue/history display, introducing improved pagination and modal support via new utilities in views/utils/. Updated imports and references in cogs/basic.py and views/__init__.py. Removed views/list.py and added views/queue.py, views/utils/pagination.py, and views/utils/modal.py for modular pagination and modal handling.
2025-09-16 14:53:22 +08:00
Choco
e7aa431ae2
Handle Playlist type in track search results
...
Added a check to handle cases where the returned tracks are a Playlist object, ensuring the correct list of tracks is used for app command choices.
2025-08-11 17:44:46 +08:00
Choco
8edc26a6d0
Standardize permission and message keys in code and locales
...
Updated various permission and message keys in the codebase and all language files for consistency. Also added missing keys and fixed minor typos in several language files.
2025-08-10 12:44:05 +08:00
Choco
7c5caa8d6d
Updated the search platform from spotify to youtube
2025-07-03 16:10:41 +08:00
Choco
3699590c0e
Fixed some bugs
2025-04-05 22:06:10 +08:00
Choco
7c14bb56a7
Rewrite play_autocomplete function
2025-03-25 15:20:43 +08:00
Choco
5498c60466
Replaced internal spotify with lavalink
2025-03-22 18:42:28 +08:00
Choco
2c16543e0c
Fixed track source
2025-03-04 12:01:37 +08:00
Choco
11fcbfa222
Added warning logs if missing translation
2024-12-10 09:59:46 +08:00
Choco
94c5fd4c27
Added request song channel feature
2024-12-05 13:33:29 +08:00
Choco
9d505caf7f
Updated voicelink enum
2024-11-19 11:32:02 +08:00
Choco
b26daaaeb7
Fixed the play autocomplete
2024-10-25 16:56:05 +08:00
Choco
aa4017e090
Supported clear queue endpoint in ipc
2024-09-09 11:34:45 +08:00
Choco
b26d7af14b
Improved codes
2024-09-04 17:16:39 +08:00
Choco
1dc753f4d4
Updated version tag
2024-08-30 17:17:52 +08:00
Choco
5722d35c11
Fixed some bugs
2024-08-30 15:25:37 +08:00
Choco
4f139a97ce
Fixed some bugs
2024-08-12 14:51:37 +08:00
Choco
3f3ed0dd90
Fixed some bugs
2024-07-22 11:13:42 +08:00
Choco
a81541705c
Fixed some bugs
2024-07-06 15:27:53 +08:00
Choco
75b7e5e827
Fixed some bugs
2024-06-27 16:55:37 +08:00
Choco
36341f0591
Fixed a bug
2024-06-27 16:41:46 +08:00
Choco
33ad427670
Added start and end position for each track
2024-06-26 15:06:18 +08:00
Choco
7ef2700730
Optimized some code
2024-06-26 07:42:37 +08:00
Choco
2124ee075c
Fixed some bugs
2024-06-14 21:56:50 +08:00
Choco
5b64389313
Fixed some bugs
2024-06-04 23:16:49 +08:00
Choco
20bef0e681
Added remove_track and swap_track method in player
2024-05-30 21:41:48 +08:00
Choco
f1123b33ce
Rewritten ipc_client
2024-05-14 20:41:43 +08:00
Choco
2e5ad3aef4
Added autocomplete in playtop
2024-04-12 15:08:31 +08:00
Choco
b987207a3d
Fixed some bugs
2024-03-24 23:26:00 +08:00
Choco
8a38a5977a
Fixed a bug
2024-02-27 17:17:33 +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
6e8f8b6621
Rewrite lyrics command
2024-02-22 18:15:02 +08:00
Choco
9069e5fa7e
Fixed some bugs
2024-02-22 16:18:58 +08:00
Choco
8915415c4b
Added played history feature
2024-02-21 21:15:21 +08:00
Choco
f6f2c0b7c3
Added track url in queue view and playlist view
2024-02-21 10:27:08 +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
8740c04077
Added track_color placeholder
2024-02-19 20:52:32 +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
87813e52d7
Implemented Spotify search functionality during play autocomplete
2024-02-16 10:40:11 +08:00
Choco
9dc6b99338
Optimized code
2024-02-11 19:47:29 +08:00
Choco
7c4355efce
Added autocomplete in play command
2024-02-09 17:25:48 +08:00
Choco
ca9644bf26
Removed chapters command
2024-02-09 17:24:16 +08:00
Choco
5e0f8b1dec
Fixed forward and rewind command
2023-12-15 10:43:10 +08:00
Choco
ad6743e9c6
Fixed some bugs
2023-09-17 14:13:56 +08:00