Commit graph

1106 commits

Author SHA1 Message Date
Snowflake107
be125ff2c7 Merge branch 'master' of https://github.com/Androz2091/discord-player into v5 2021-07-05 12:39:51 +05:45
SN0WF14K3
a30c3d0970
ci: deprecate older release 2021-07-05 12:32:47 +05:45
Snowflake107
5bad0fc3d4
ci: revert previous commit 2021-07-05 12:31:39 +05:45
Snowflake107
d9973cf316
ci: deprecate old release 2021-07-05 12:26:10 +05:45
Snowflake107
aad30e3a9a chore: bump @discordjs/voice 2021-07-05 12:20:39 +05:45
Snowflake107
eebc4b2c92
chore: remove unnecessary comment 2021-07-05 12:18:03 +05:45
Snowflake107
6e6bd432c0
refactor(Queue): Remove queue from createProgressBar 2021-07-05 12:13:06 +05:45
Snowflake107
a9cbc9df01
fix disconnect issue 2021-07-04 20:12:56 +05:45
Snowflake107
1a5e4cf2b8
add resolveQueue method 2021-07-04 19:20:40 +05:45
Snowflake107
4c93c39ec7
bump youtube-sr 2021-07-04 19:11:34 +05:45
Snowflake107
c37bfa3582 example: update deps 2021-07-04 19:01:37 +05:45
Snowflake107
b0fa954738
temporarily fix typings issue 2021-07-04 18:57:27 +05:45
Snowflake107
5b761308a0 queue: check connection before ending 2021-07-04 13:54:32 +05:45
Snowflake107
91c56751a7 example: Use messageCreate event instead of message event 2021-07-04 13:51:26 +05:45
Snowflake107
0f30811157
example: bump discord-player 2021-07-03 19:33:27 +05:45
Snowflake107
f395fcff9e
watch destroyed if queue is not destroyed 2021-07-03 19:31:39 +05:45
Snowflake107
f61953d42a
example bot: bump deps 2021-07-03 18:39:05 +05:45
Snowflake107
173c0d5340
bump discord.js 2021-07-03 18:31:18 +05:45
Snowflake107
4d838fa60c
bump dependencies 2021-07-03 14:28:38 +05:45
u-sayuri
4639eb780b
Update Player.ts
Resolve to match requirements
Fix some false implementations of the code so `trackStart` event displays the correct track
2021-07-02 12:30:02 +07:00
u-sayuri
9fb493b3df
Update Player.ts
Add JSDoc descriptions
2021-06-30 23:21:19 +07:00
u-sayuri
972d2641bd
Update Player.ts
Fix typo
2021-06-30 23:18:11 +07:00
u-sayuri
6d9997dd4f
Proposal changes based on #477
This fixes the problem where the first track of parsed youtube playlist gets played twice;
Changed code order so initial `trackStart` event can now see the queue;
Added a new parameter to `Player#play` and `Player_searchTracks`: `startFromIndex (number)`: 
This parameter lets the user priorities the track with corresponding index (array index, starts from 0), `0` by default.
If one is specified and there is no queue, the specified track will be played first;
Otherwise if it's already playing then the specified track will be put on the first index of the added playlist.
2021-06-30 23:13:07 +07:00
Snowflake107
211b3a63dd deps 2021-06-30 11:37:16 +05:45
Snowflake107
e48f1ab30b chore(deps): Bump dependencies 2021-06-30 10:12:01 +05:45
Snowflake107
67648af97b feat(Queue): queue#insert method 2021-06-30 01:14:44 +05:45
SN0WF14K3
47039821ee
Merge branch 'master' into v5 2021-06-29 22:52:00 +05:45
SN0WF14K3
8e876fbfac
Update Player.ts 2021-06-29 00:08:28 +05:45
SN0WF14K3
0319f4218d
Merge pull request #566 from Androz2091/develop
revert extractor first
2021-06-29 00:05:15 +05:45
Snowflake107
563cc2e050 Use youtube-sr getVideo 2021-06-29 00:03:54 +05:45
Snowflake107
355157a753 revert extractor first 2021-06-28 23:59:45 +05:45
SN0WF14K3
33d467af13
Update docs-deploy.yml 2021-06-28 12:56:30 +05:45
SN0WF14K3
29489940b6
Merge branch 'master' into v5 2021-06-26 12:27:13 +05:45
Snowflake107
ae53248299 feat(Queue): mute/unmute 2021-06-26 12:25:24 +05:45
Snowflake107
4ec0d7e3b8 chore(deps): bump dependencies 2021-06-26 12:14:49 +05:45
SN0WF14K3
b4fedb06ef
Merge pull request #556 from Androz2091/develop
chore(deps): bump ytdl-core
2021-06-26 12:03:30 +05:45
Snowflake107
a8c6176fe8 chore(deps): bump ytdl-core 2021-06-26 11:59:22 +05:45
Snowflake107
efe3a051f1 fix Track#id JSDOC 2021-06-26 01:05:29 +05:45
Snowflake107
7afee914f3 track id 2021-06-26 00:59:07 +05:45
Snowflake107
2423ba72e1 Voice state handling 2021-06-26 00:53:34 +05:45
Snowflake107
574c163f5b events 2021-06-25 15:55:03 +05:45
Snowflake107
4990252701 remove .vscode 2021-06-25 14:30:49 +05:45
Snowflake107
bd4bcb93d0 remove StreamUtils 2021-06-25 14:30:23 +05:45
Snowflake107
1d55792f1f rename BasicStreamDispatcher 2021-06-25 13:09:53 +05:45
Snowflake107
62c16d86dd codefactor badge 2021-06-24 15:02:45 +05:45
Snowflake107
a3dfd671e2 fix example 2021-06-24 14:33:27 +05:45
Snowflake107
395f928e2e attach backup adapter creator 2021-06-24 11:28:30 +05:45
Snowflake107
f1f124195c example 2021-06-24 11:11:50 +05:45
Snowflake107
6db3cdb7b2 handle destroyed 2021-06-24 11:09:34 +05:45
Snowflake107
2a6d9a74f4 queue utils 2021-06-24 11:05:12 +05:45