Commit graph

155 commits

Author SHA1 Message Date
Brennim
867092f4b7
Allow changing and setting custom filters (#243) 2021-02-18 22:56:30 +01:00
Androz2091
c974d24591 🐛 Fix cooldowns timeout handlers 2021-02-18 22:50:46 +01:00
AkumaKitty
32e76dc2a1
Fix leave cooldown (#275)
Co-authored-by: Androz <androz2091@gmail.com>
2021-02-18 22:42:54 +01:00
Snowflake
c804bd671f
New player features (#236)
Co-authored-by: Androz <androz2091@gmail.com>
2021-02-18 22:40:31 +01:00
Androz2091
00f77fbd67 Add queue stream time 2021-01-22 09:04:33 +01:00
Androz2091
a2df82d70d Add ffmpeg check 2021-01-10 17:13:10 +01:00
Thaddeus Kuah
15e223a50e
Support for Spotify playlists and albums (#226) 2021-01-10 16:38:28 +01:00
Androz2091
6d53e02e74 Add music quality option 2021-01-10 16:30:58 +01:00
Casper
09325452a4
chore: add 'LiveVideo' to Player#error (#229) 2021-01-03 17:07:10 +01:00
Snowflake
da26ed41ac
Improve bass, normalizer and 8D filters (#223) 2021-01-03 12:01:56 +01:00
Guizz
a82bc52491
🎨 Clean up code (#227)
Tidied up the code a bit
2021-01-03 12:01:24 +01:00
Androz2091
d443652c8c 🐛 Fix fromPlaylist again 2021-01-03 12:00:52 +01:00
Androz2091
daa3d023a6 🐛 Fix fromPlaylist property 2021-01-03 11:54:42 +01:00
Androz2091
0a3a41ced2 Set firstResult to false by default 2021-01-03 11:41:44 +01:00
hands8142
9c56976da2
🐛 Return after emitting error event (#218)
Displays an error and tries to play the music.
2020-12-28 10:29:28 +01:00
sagu
bddf518277
Added mono output (#213) 2020-12-27 17:00:11 +01:00
Androz2091
4925b18bdd 📝 Update documentation
Closes #211
2020-12-27 11:49:10 +01:00
Androz2091
5513e33436 📝 Document enabled param 2020-12-27 00:46:44 +01:00
Androz2091
3caf796010 🐛 Fix syntax error 2020-12-27 00:20:46 +01:00
Androz2091
a2f2057d6a Add leaveOnEndCooldown option
Closes #72
2020-12-27 00:15:49 +01:00
Androz2091
7416662b1b 🐛 Push previous track in queue array 2020-12-27 00:11:00 +01:00
Androz2091
4390ff3e92 Add back method
Closes #133
2020-12-27 00:10:29 +01:00
Androz2091
fdf4a592d0 Add loopMode
Closes #151
2020-12-27 00:02:23 +01:00
Androz2091
dc68644b08 Add autoSelfDeaf option
Closes #64
2020-12-26 23:55:45 +01:00
Androz2091
62190d38c8 New collector param to searchResults event
Closes #193
2020-12-26 23:18:15 +01:00
Androz2091
1a716d1b7b 🎨 Use singlequote 2020-12-26 22:39:39 +01:00
Androz2091
f2797f78d5 🔥 Remove useless line 2020-12-26 22:26:59 +01:00
Androz2091
62a56cb856 Add new error type 2020-12-26 22:26:49 +01:00
Androz2091
82cc16aaaf 🐛 Fix clearQueue() method 2020-12-26 22:12:54 +01:00
Androz2091
e8174adfcb 🐛 Fix channelEmpty and musicStop event 2020-12-26 22:11:13 +01:00
Androz2091
806603c1b7 🐛 Fix queueEnd event 2020-12-26 22:10:39 +01:00
hands8142
e018dcaefe
fix firstResult (#206)
🐛 Fix firstResult
2020-12-26 09:53:58 +01:00
Casper
0a673a84c2
fix: fix incorrect error event docs (#203)
📝 Fix incorrect error event docs
2020-12-23 17:30:03 +01:00
Androz2091
8385fbe00b 🐛 Handle all errors
Closes #168
2020-12-22 10:16:39 +01:00
Androz2091
f9c6bf29fe Add firstResult param
Closes #200
Closes #186
2020-12-22 10:13:23 +01:00
Casper
c46a7282bb
chore: bump ytdl-core and fix warnings (#199) 2020-12-22 10:06:54 +01:00
Snowflake
183d978c2c
📝 use validate method to validate playlist url (#171)
📝 use validate method to validate playlist url
2020-12-02 07:21:39 +01:00
hands8142
9e2f0acdc2
Fix soundcloud.getSongInfo is not a function (#182)
🐛 Fix soundcloud.getSongInfo is not a function
2020-12-02 07:19:32 +01:00
Androz2091
fdbd2b5839 🔥 Remove ytpl and use youtube-sr 2020-11-23 21:17:09 +01:00
Androz2091
06a148dbdf 🐛 Remove useless condition 2020-11-23 21:12:05 +01:00
Androz2091
7d96b0d40f Use youtube-sr for playlist url regex 2020-11-23 21:03:34 +01:00
Androz2091
771ca7cebc 🐛 Fix videoDetails stuff
Closes #143
2020-11-10 17:46:14 +01:00
Taso
a26b764b71
Added Track as a valid query type for play() method (#148)
Co-authored-by: Androz <androz2091@gmail.com>
2020-11-10 17:16:18 +01:00
Androz2091
5e3075dad1 🎨 Clean up code 2020-11-08 14:23:34 +01:00
Paweł Lidwin
7657ffedef
🐛 Fixed author and duration undefined errors (#141) 2020-11-08 14:17:14 +01:00
Androz2091
a6adc0e41f 🐛 Add return before emit 2020-11-03 22:10:34 +01:00
Androz2091
23ecdf7eee 🐛 Emit error instead of throwing it 2020-11-03 21:19:30 +01:00
Androz2091
3db881f678 🐛 Fix videoData duration 2020-11-01 17:09:44 +01:00
Androz2091
a03a2cec6d 🐛 Fix doc 2020-11-01 16:38:29 +01:00
Androz2091
74b465c4a6 🏷️ Add typings 2020-11-01 16:19:41 +01:00