Skip to content

Releases: Androz2091/discord-player

@discord-player/[email protected]

27 Jun 09:52
Compare
Choose a tag to compare

[email protected]

12 Jun 12:17
Compare
Choose a tag to compare

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 and maxHistorySize
  • 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]

12 Jun 12:08
Compare
Choose a tag to compare

[email protected]

10 Jun 14:35
Compare
Choose a tag to compare

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]

10 Jun 14:32
Compare
Choose a tag to compare

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]

06 Jun 13:36
Compare
Choose a tag to compare

What's Changed

  • fix(FFmpeg): unexpected error from ffmpeg locator
  • feat(PlayerInitOptions): add useFFmpegLegacy option to utilize prism-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]

24 May 14:54
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/Androz2091/discord-player/compare/@discord-player/[email protected]...@discord-player/[email protected]

[email protected]

30 Apr 15:25
Compare
Choose a tag to compare

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

Full Changelog: https://github.com/Androz2091/discord-player/compare/[email protected]@6.3.0

[email protected]

19 Apr 10:19
Compare
Choose a tag to compare

@discord-player/[email protected]