Releases: HazemMeqdad/lavaplay.py
Releases · HazemMeqdad/lavaplay.py
1.0.13a
1.0.12a
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
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
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
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
toLavalink
on a next release ill remove aLavalinkClient
- Rename the
Api
class toLavalinkRest
on a next release ill remove aApi
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
New release (lavaplayer 1.0.8a)
- Fix using shards
- making auto reconnect
- use a real number in track position
1.0.7a
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
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(...)
tolisten()
- add some logger info for websocket
lavaplayer 1.0.4a
The new version for lavaplayer