Crussader
9c241f76a7
updated player.py
...
add the `__call__` to the `Player` class itself, I had to change the `_dispatch_event` you can change it personally after merging it if you want, but trust me, all those if statements, 😥
2021-10-20 21:47:32 +04:00
Crussader
91e8922435
Update player.py
2021-10-20 20:58:22 +04:00
Crussader
4c2e35e56e
added MISSING
2021-10-20 20:56:09 +04:00
Crussader
d451a80981
Merge pull request #1 from Crussader/Crussader-patch-1
...
Updated player.py
2021-10-20 20:55:05 +04:00
Crussader
d81f81e0d9
Updated player.py
...
cleaned some code ig? made a BasePlayer so you can inherit it and build a completely custom one.
2021-10-20 20:54:36 +04:00
Crussader
9363d7a4c8
Updated player.py
...
ig cleaned some code?, made a BasePlayer that you can subclass and completely build a custom one.
2021-10-20 20:52:45 +04:00
VP
7b83a9fc69
cleanup / type stuff
2021-10-20 14:36:12 +03:00
VP
584f6e5286
event rewrite 2
2021-10-20 14:36:01 +03:00
cloudwithax
7d53934697
Major Spotify impl rewrite + some other goodies
2021-10-19 20:29:24 -04:00
cloudwithax
ea6c2baf3c
Fix examples to better reflect changes in library
2021-10-17 17:21:24 -04:00
cloudwithax
fde5f9711a
Fix banner lol
2021-10-17 13:24:16 -04:00
cloudwithax
ccdc1141a8
Add banner to README
2021-10-17 13:20:22 -04:00
cloudwithax
8466ab9816
Merge branch 'main' of https://github.com/cloudwithax/pomice
2021-10-17 13:19:09 -04:00
cloudwithax
849b710e35
Added banner
2021-10-17 13:18:53 -04:00
Clxud
dc8af24385
Update README.md
2021-10-17 13:01:15 -04:00
cloudwithax
be0a1eb699
Updated versioning for PyPI release
2021-10-17 12:18:17 -04:00
cloudwithax
abfcfd04a0
Added examples and updated README
2021-10-17 12:08:37 -04:00
cloudwithax
a6ffce0215
Added examples and updated README
2021-10-17 12:07:29 -04:00
vveeps
b8c263166f
fix websocket event class names
...
https://github.com/freyacodes/Lavalink/blob/master/IMPLEMENTATION.md#incoming-messages
2021-10-11 11:25:54 +03:00
cloudwithax
e4ee754d30
Fixed SearchType parsing + version bump
2021-10-09 18:26:39 -04:00
vveeps
a20209d5c8
make search prefix detection a bit stricter for good practice
2021-10-10 01:03:12 +03:00
vveeps
e0f38e50f8
dont prepend search type if it's already there
2021-10-10 00:59:12 +03:00
cloudwithax
fb07aca29e
Version bump
2021-10-09 17:31:45 -04:00
cloudwithax
a900f77424
Added better query parsing to get_tracks() to make it easier to search up keywords rather than having the end user implementing it themself
2021-10-09 17:30:16 -04:00
vveeps
cb46150ce2
add missing context to Track.original
2021-10-10 00:26:49 +03:00
vveeps
7d2600ed7f
cleanup + make some params kw only
2021-10-10 00:13:48 +03:00
vveeps
553bf9ce63
remove unused code
2021-10-09 23:58:24 +03:00
vveeps
5d53b468e3
fix track search_type bs for good
2021-10-09 23:58:15 +03:00
vveeps
d9f5f202fd
fix search type issue
2021-10-09 23:49:35 +03:00
vveeps
2c5e8b12b0
fix circular import issue
2021-10-09 23:14:02 +03:00
vveeps
e66440e9b3
we do a little cleaning up
2021-10-09 23:03:12 +03:00
vveeps
a72afa8031
Merge branch 'main' of https://github.com/cloudwithax/pomice
2021-10-09 22:44:12 +03:00
cloudwithax
f6a3752298
Added Discord audio attachment URL regex to better parse audio tracks. Take that, Groovy...
2021-10-08 21:12:40 -04:00
cloudwithax
e138091fcf
are you fucking kidding me
2021-10-08 18:59:11 -04:00
cloudwithax
d0a149793f
Fixed versioning
2021-10-08 18:50:26 -04:00
cloudwithax
e51e26cbf7
Fixed bug where self.current would not set to none after stop
2021-10-08 18:49:00 -04:00
cloudwithax
7343d14225
Finally fixed SearchType and cleaned up some code
2021-10-08 18:34:27 -04:00
vveeps
a4c211dd82
remove unused import
2021-10-08 17:18:48 +03:00
vveeps
543e2d9b86
cleanup + searchtype stuff
2021-10-08 17:15:18 +03:00
cloudwithax
c1ff8d77c0
Remove partially implemented queue from utils.py
2021-10-07 20:36:28 -04:00
cloudwithax
b53fe52331
Fixed some bugs and added new SearchType enum
2021-10-07 20:34:32 -04:00
vveeps
bdf0a75055
remove _ from non-internal attributes for now
2021-10-07 18:37:41 +03:00
vveeps
fc9f22e5ff
change all Player.node to new Player._node
2021-10-07 18:28:34 +03:00
vveeps
01af4e9417
change all Player.guild to new Player._guild
2021-10-07 18:27:17 +03:00
vveeps
980e9b5085
remove redundant assignment because node._pool is not a thing anymore
2021-10-07 18:24:22 +03:00
vveeps
be592f3f2e
change self to cls in classmethods
2021-10-07 18:23:58 +03:00
vveeps
d753322f05
fix circular import problem
2021-10-07 18:20:43 +03:00
vveeps
77bd640d6a
clean imports
2021-10-07 18:03:54 +03:00
vveeps
7588c5d5e9
move NodePool to node.py
2021-10-07 18:01:03 +03:00
vveeps
7c9dec116d
bump version
2021-10-07 17:46:41 +03:00