vveeps
|
d396ac44f1
|
use current.original in internal logic
|
2021-11-07 14:34:09 +02:00 |
vveeps
|
81bf0b9756
|
fix spotify url issue and handle local tracks properly
|
2021-11-06 23:07:11 +02:00 |
vveeps
|
ec02cbe146
|
make spotify tracks seekable and change Playlist.selected_track
|
2021-11-06 23:05:51 +02:00 |
cloudwithax
|
02621cf669
|
Update README to show docs
|
2021-11-06 15:14:56 -04:00 |
cloudwithax
|
99766f58db
|
Update README to show docs
|
2021-11-06 15:13:26 -04:00 |
cloudwithax
|
3d20c8cf5e
|
Fixed some bugs and cleaned up some code
|
2021-11-04 21:06:29 -04:00 |
cloudwithax
|
43edfacda1
|
Revert property changes and fix bugs
|
2021-11-04 08:07:27 -04:00 |
cloudwithax
|
a8fb8529c6
|
probably would be smart to specify reqs before installing the main package in rtd
|
2021-11-02 21:45:42 -04:00 |
cloudwithax
|
5526dcbb9c
|
dammit readthedocs
|
2021-11-02 21:43:01 -04:00 |
cloudwithax
|
463e6f06f6
|
one more thing before i build docs
|
2021-11-02 21:37:04 -04:00 |
cloudwithax
|
c05880080c
|
readthedocs makes me want to kashoot myself
|
2021-11-02 21:33:18 -04:00 |
cloudwithax
|
752155c8bd
|
apparently i have to add the repo to the rtd requirements too fml
|
2021-11-02 21:27:33 -04:00 |
cloudwithax
|
221fc4fcee
|
had to add absolute path so it shows up right
|
2021-11-02 21:16:44 -04:00 |
cloudwithax
|
66f5f3620a
|
fuck readthedocs man uggghhh
|
2021-11-02 21:00:47 -04:00 |
cloudwithax
|
468fc3511c
|
Please for the love of god remove the build folder
|
2021-11-02 20:54:07 -04:00 |
cloudwithax
|
f368adddcd
|
added requirements so read the docs doesnt freak out
|
2021-11-02 20:52:44 -04:00 |
cloudwithax
|
6926ca3009
|
Removed /_build/ from showing up in repo
|
2021-11-02 20:46:15 -04:00 |
cloudwithax
|
a13f9d7a0d
|
Merge branch 'main' of https://github.com/cloudwithax/pomice
|
2021-11-02 20:44:07 -04:00 |
cloudwithax
|
d9d958266e
|
FINALLY ADDED DOCS
|
2021-11-02 20:43:21 -04:00 |
vveeps
|
046f5413bb
|
make example a bit cleaner
|
2021-10-31 20:09:14 +02:00 |
vveeps
|
3e09556e11
|
return -> raise
|
2021-10-31 19:57:43 +02:00 |
Clxud
|
93653f33ec
|
forgot to await some funcs
|
2021-10-31 13:22:01 -04:00 |
cloudwithax
|
c83e59e91f
|
Merge branch 'main' of https://github.com/cloudwithax/pomice
|
2021-10-30 12:03:08 -04:00 |
cloudwithax
|
36bddc1de6
|
Added 100% coverage of all filters and exception field for TrackExceptionEvent for Lavalink 3.4 release
|
2021-10-30 12:02:45 -04:00 |
vveeps
|
0cac9594e4
|
add player.is_dead
|
2021-10-29 16:14:01 +03:00 |
cloudwithax
|
10506a1fbe
|
Some code cleanup before release
|
2021-10-28 17:55:48 -04:00 |
vveeps
|
2e0daa4840
|
T
|
2021-10-28 18:10:01 +03:00 |
vveeps
|
8c9e1114da
|
bump version to 1.1.0 because changes are majorish
|
2021-10-28 18:04:45 +03:00 |
vveeps
|
b72258cb60
|
make player.destroy useful
|
2021-10-28 17:58:59 +03:00 |
vveeps
|
f4ffbcd5b8
|
make player.destroy work even when already disconnected
|
2021-10-28 17:38:32 +03:00 |
vveeps
|
7fda302a31
|
code cleanup
|
2021-10-28 17:23:48 +03:00 |
vveeps
|
df9ae54e6c
|
spotify code cleanup
|
2021-10-28 16:48:25 +03:00 |
vveeps
|
5bc27bad58
|
don't stop playback on disconnect (+ change some docstrings)
|
2021-10-28 16:13:36 +03:00 |
cloudwithax
|
89b18e7a2a
|
Changed versioning for PyPI release
|
2021-10-27 17:56:24 -04:00 |
vveeps
|
d344f82325
|
player.current should be None after a track ends
|
2021-10-26 21:22:06 +03:00 |
vveeps
|
fd2d5645fe
|
improve disconnect logic a bit
|
2021-10-26 18:07:22 +03:00 |
vveeps
|
762160e84b
|
dont error on imageless spotify tracks
|
2021-10-26 17:57:42 +03:00 |
vveeps
|
1b54aae3b3
|
small fix
|
2021-10-26 15:39:21 +03:00 |
vveeps
|
12544691eb
|
improve play command payloads a bit (+ run autoformatting)
|
2021-10-26 15:32:08 +03:00 |
cloudwithax
|
2aca3a8d3a
|
Improved Spotify playlist querying to be a little less janky
|
2021-10-20 19:54:39 -04:00 |
VP
|
38b40b676b
|
cleanup (i hate single quotes)
|
2021-10-20 22:50:24 +03:00 |
VP
|
db9f1cfba3
|
add param for play noReplace
|
2021-10-20 22:44:39 +03:00 |
VP
|
5d6c50f11e
|
remove unused line
|
2021-10-20 22:31:24 +03:00 |
VP
|
c782b718cb
|
Merge branch 'main' of https://github.com/cloudwithax/pomice
|
2021-10-20 21:18:27 +03:00 |
VP
|
2afff11a5e
|
handle LOAD_FAILED loadtype without erroring xd
|
2021-10-20 21:17:30 +03:00 |
VP
|
70c06fd12f
|
PR #10 (Crussader/main) / Player.__call__
|
2021-10-20 21:16:41 +03:00 |
Crussader
|
d7bc7a8958
|
updated player.py
updated with `__call__` dunder.
|
2021-10-20 22:12:07 +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 |