Skip to content

Releases: HazemMeqdad/lavaplay.py

1.0.12a

10 Jun 08:27
Compare
Choose a tag to compare

New release (lavaplay.py 1.0.12a)

  • Fix examples
  • Fix docs
  • Add pram ssl on create_node function
  • Fix equalizer filter function
  • create this function on Node class ping & is_playing
  • Create a resume_key on start a socket
  • Fix quene list errors

1.0.11a

30 May 09:54
8b27920
Compare
Choose a tag to compare

New release (lavaplay.py 1.0.11a)

  • Rename the package to lavaplay.py
  • Make a system of nodes that is help i a large bots
  • Make a player class(all function that control with music is inside it)
  • Support new version of lavalink (3.x.x) that depend on rest api
  • Fix many problems

1.0.10a

06 Jul 12:08
Compare
Choose a tag to compare

New release (lavaplayer 1.0.10a)

  • Add a new functions to set values like: set_user_id() and etc...
  • Make a work with discord.py 2 on use set_event_loop() to dpy event loop
  • Add a index() function to get track as index num
  • Add a close() function to close connection

1.0.9a

12 Jun 19:56
Compare
Choose a tag to compare

New release (lavaplayer 1.0.9a)

  • Add a queue_repeat(...) to repeat the queue
  • Add a close() func to close ws connection
  • Fix some errors on track stuck
  • Rename the base class LavalinkClient to Lavalink on a next release ill remove a LavalinkClient
  • Rename the Api class to LavalinkRest on a next release ill remove a Api and all methods on it return a dict data from server without any processing
  • Make a session resume this is on server pass can recovery all temp data on a server like session_id and channel_id (ws server required it)

1.0.8a

27 Mar 14:03
Compare
Choose a tag to compare

New release (lavaplayer 1.0.8a)

  • Fix using shards
  • making auto reconnect
  • use a real number in track position

1.0.7a

19 Feb 20:14
Compare
Choose a tag to compare

New release (lavaplayer 1.0.7a)

  • support youtube playlist
  • add add_to_queue(...) to play many tracks like a playlist
  • add raise TrackLoadFailed(...) in search functions if hava any problem result
  • new idea in equalizer(...) filter to add many rounds
  • add a raise FiltersError(...) if give a unavailable values

lavaplayer 1.0.5a

28 Jan 12:07
Compare
Choose a tag to compare

New release (lavaplayer 1.0.5a)

  • make a connect(...) method to sync
  • Fix skip method to skip one track
  • create connection handler
  • add method create_new_node(guild_id: int, /, is_connected: bool = False)
  • add method shuffle(guild_id: int, /)
  • rename a method listner(...) to listen()
  • add some logger info for websocket

lavaplayer 1.0.4a

19 Jan 16:03
Compare
Choose a tag to compare

The new version for lavaplayer