Releases: Androz2091/discord-player
@discord-player/[email protected]
What's Changed
- fix: volume value
New Contributors
Full Changelog: https://github.com/Androz2091/discord-player/compare/@discord-player/[email protected]...@discord-player/[email protected]
[email protected]
Changelog
- fix(QueryResolver): spotify playlists were treated as youtube playlists
- feat(GuildQueueEvents): add
willPlayTrack
event - types(GuildQueueEvent): make events constant usable in event listener
- feat(GuildQueue): expose
maxSize
andmaxHistorySize
- feat(GuildQueue): add
options.preferBridgedMetadata
- fix(Track): resolve
null
upon metadata query failure - feat(GuildQueuePlayerNode): add
.totalDuration
getter - feat(GuildQueuePlayerNode): implement
StreamConfig
Example of willPlayTrack
event
// listening to this event pauses discord-player's execution process until `done()` is invoked
player.events.on(GuildQueueEvent.willPlayTrack, (queue, track, config, done) => {
// set volume to 30%
config.dispatcherConfig.volume = 30;
// seek to 20 seconds before playing
config.playerConfig.seek = 20;
// tell discord-player to resume execution process
return done();
});
Full Changelog: https://github.com/Androz2091/discord-player/compare/@discord-player/[email protected]@6.5.0
@discord-player/[email protected]
Changelog
- fix(SpotifyExtractor): fix spotify query parser
Full Changelog: https://github.com/Androz2091/discord-player/compare/@discord-player/[email protected]...@discord-player/[email protected]
[email protected]
What's Changed
- feat: track metadata api
- fix: spotify regex
- feat: bridge query resolver
- feat: track metadata api
- feat: introduce play method on tracks and queues
- feat: allow audio player options on play method
- feat: error codes
- Update my community bot version and description by @L0SER8228 in #1742
Full Changelog: https://github.com/Androz2091/discord-player/compare/[email protected]@6.4.0
@discord-player/[email protected]
What's Changed
- fix: set
track.playlist
when available - feat: apply track metadata api
- refactor: rewrite soundcloud extractor
Full Changelog: https://github.com/Androz2091/discord-player/compare/[email protected]...@discord-player/[email protected]
[email protected]
What's Changed
- fix(FFmpeg): unexpected error from ffmpeg locator
- feat(PlayerInitOptions): add
useFFmpegLegacy
option to utilizeprism-media
's ffmpeg - Update community bot Music-Disc version by @hmes98318 in #1737
- Added my bot by @L0SER8228 in #1739
Full Changelog: https://github.com/Androz2091/discord-player/compare/@discord-player/[email protected]@6.3.1
@discord-player/[email protected]
What's Changed
- Added yt-stream as a possible extraction engine by @retrouser955 in #1730
New Contributors
- @retrouser955 made their first contribution in #1730
Full Changelog: https://github.com/Androz2091/discord-player/compare/@discord-player/[email protected]...@discord-player/[email protected]
[email protected]
What's Changed
- feat: add custom ffmpeg implementation (supporting more ffmpeg binaries)
- fix: proper validation for leaveOnEnd
- fix(Player): set query cache properly by @skdhg in #1721
- Update Docs to reflect autoRegisterExtractor depreciation by @febkosq8 in #1722
- feat: implement custom ffmpeg stream by @skdhg in #1723
- [DOCS-FIX] Update version of community bot by @Mittelblut9 in #1720
- docs: update version botanique by @Mylloon in #1724
- docs: add wego overseer to community resources by @rickklaasboer in #1727
New Contributors
- @Mittelblut9 made their first contribution in #1720
- @Mylloon made their first contribution in #1724
- @rickklaasboer made their first contribution in #1727
Full Changelog: https://github.com/Androz2091/discord-player/compare/[email protected]@6.3.0
[email protected]
Changelog
- fix esm build
Full Changelog: https://github.com/Androz2091/discord-player/compare/[email protected]@6.2.1
@discord-player/[email protected]
Changelog
- fix esm build
Full Changelog: https://github.com/Androz2091/discord-player/compare/@discord-player/[email protected]...@discord-player/[email protected]