Commit graph

54 commits

Author SHA1 Message Date
Max Isom
09665af53e
Refine autocomplete 2022-01-21 19:57:51 -06:00
Max Isom
7901fcce3d
add autocomplete 2022-01-19 18:15:12 -06:00
Max Isom
4169104c4d
Type fixes, remove shortcuts 2022-01-19 13:46:32 -06:00
Max Isom
ed4e7b5ceb
Merge branch 'master' into feature/slash-commands 2022-01-19 13:40:48 -06:00
Koopa
7090ed2a52
Add option to shuffle newly added playlist (#473)
Co-authored-by: Max Isom <codetheweb@users.noreply.github.com>
2022-01-17 13:17:31 -06:00
Peerawas Archavanuntakun
51d378e4cb
Setup and migrate to Prisma (#456) 2022-01-05 14:30:32 -06:00
Max Isom
c20e3b1760
Merge branch 'master' into feature/slash-commands 2021-12-21 21:14:59 -06:00
Max Isom
e8e7591730
Merge branch 'master' into playlist-limit-config 2021-12-18 12:13:13 -06:00
Thongrapee Panyapatiphan
5ce3f92023
Revert incorrect changes 2021-12-18 14:53:00 +07:00
Max Isom
0b20cb3982
Start migrating queue command
Also: make it persistent & updating, add buttons 
2021-12-15 22:01:54 -05:00
Max Isom
e965c02358
Migrate pause command 2021-12-15 13:46:03 -05:00
Max Isom
d2ab10a13a
Edit interaction reply if necessary for error messages 2021-12-12 20:31:55 -05:00
Max Isom
dcb1351791
Migrate play command to slash command 2021-12-12 20:22:21 -05:00
Max Isom
e4a8dde776
Always resume 2021-12-12 13:20:36 -05:00
Max Isom
f833b3b756
Merge branch 'master' into play-behavior-fix-gpg 2021-12-12 12:59:19 -05:00
Thongrapee Panyapatiphan
d8086be5cf
Merge branch 'master' into playlist-limit-config 2021-12-09 17:55:29 +07:00
Max Isom
490b082587
Update strings 2021-11-20 19:01:53 -05:00
DrunkenToast
5a74115beb
feat: remove from queue
+ fix typo queuecommand
2021-11-20 19:01:52 -05:00
cheqpat
3924c8007c
Always autoplay rather than alerting that it is paused 2021-10-02 02:16:59 -05:00
cheqpat
b91e072e2f
implement @udany's fix 2021-10-02 02:14:47 -05:00
Thongrapee Panyapatiphan
847c578b5d
Remove custom getter 2021-10-01 23:49:22 +07:00
Thongrapee Panyapatiphan
56a899250e
Remove eslint rule disable statement 2021-10-01 21:13:37 +07:00
Thongrapee Panyapatiphan
c9cc9a17b1
Read playlist song limit from Settings 2021-10-01 21:11:43 +07:00
Thongrapee Panyapatiphan
96dcc4a536
Revert "Add config for song limit per playlist"
This reverts commit 296a0a8178.
2021-10-01 20:48:32 +07:00
Thongrapee Panyapatiphan
296a0a8178
Add config for song limit per playlist 2021-09-30 23:55:21 +07:00
Max Isom
abb02912c8
Add support for music.youtube.com URLs
Closes #355
2021-09-22 15:53:04 -04:00
Max Isom
dcac22832d
Bump linter version 2021-09-19 22:24:46 -04:00
Max Isom
fd782219ef
Move to ESM, use ytsr, implement caching
Closes #315
2021-09-19 22:09:09 -04:00
Max Isom
9a2ef876d3
Correctly skip song if unavailable
Also lets user know in text channel that song is unavailable after skipping.

Fixes #324
2021-09-18 16:55:50 -04:00
Luis Ávila
cd9d5248ac
Join the message sender's channel if possible 2021-09-15 23:12:48 +01:00
Max Isom
d61107aedd
Add play immediate feature 2021-04-30 12:05:45 -04:00
Max Isom
599dbce6e6
Bump packages 2020-10-24 12:32:43 -04:00
Max Isom
9c91ce1a13 Merge Player and Queue services 2020-03-20 20:47:04 -05:00
Max Isom
f25467a41d Small bug fixes 2020-03-19 19:16:07 -05:00
Max Isom
4659717e5f Require user to be in voice channel 2020-03-19 17:39:55 -05:00
Max Isom
7f39642c49 Add queue output, various bug fixes 2020-03-18 22:29:43 -05:00
Max Isom
0357373123 Limit playlist adds to 50 songs 2020-03-18 19:17:47 -05:00
Max Isom
de1e761623 Add aliases 2020-03-18 18:57:21 -05:00
Max Isom
8340f9b95a Add disconnect command 2020-03-18 18:29:32 -05:00
Max Isom
e57d86d7cc Allow seeking with hours 2020-03-18 12:55:03 -05:00
Max Isom
11246812a6 Don't allow seeking past end of song 2020-03-18 12:40:31 -05:00
Max Isom
7844e80991 Refactor play command 2020-03-17 21:36:48 -05:00
Max Isom
c058ec95fe Various bug fixes 2020-03-17 19:42:28 -05:00
Max Isom
15d4e251f2 Add better responses 2020-03-17 17:59:26 -05:00
Max Isom
426d0b0335 Add help command 2020-03-16 22:12:02 -05:00
Max Isom
ac21b5657b Add auto disconnect 2020-03-16 20:14:15 -05:00
Max Isom
6e6fbfa591 Add Spotify artist URL support 2020-03-16 12:10:08 -05:00
Max Isom
18e851821c Don't allow seeking in livestream 2020-03-15 20:11:45 -05:00
Max Isom
2875c6ceb8 Add pause/resume 2020-03-15 19:30:07 -05:00
Max Isom
260d5d2d73 Don't try to connect to channel if already connected 2020-03-15 15:04:46 -05:00