Commit Graph

347 Commits

Author SHA1 Message Date
cloudwithax 248cce6656
make debug logs for node more verbose 2023-05-01 01:20:10 -04:00
cloudwithax d23fe6b8a4
would be nice if you actually followed semver 2023-05-01 01:04:32 -04:00
cloudwithax 665d6c13a3
fix apple music 2023-05-01 01:02:43 -04:00
cloudwithax f823786029
remove discord.py req 2023-04-29 14:06:44 -04:00
cloudwithax e69349bca8
reflect type changes 2023-04-25 11:19:08 -04:00
Clxud 5445661f42
Merge pull request #46 from SCARTAL/patch-4
`spotify_client_id` data type correction
2023-04-21 19:11:15 -04:00
SCARTAL b75d2f580c
type changes mirrored in function body 2023-04-22 01:14:04 +03:30
pre-commit-ci[bot] bb835fb173 [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2023-04-21 21:39:38 +00:00
SCARTAL b0ef03d2d1
`spotify_id` data type correction
Spotify ids contain chars, entering str data will not cause errors but it has to change to avoid confusion.
2023-04-22 01:06:35 +03:30
Clxud f9bf268c89
Update player.md 2023-04-21 12:20:01 -04:00
Clxud dfc516f8bd
Merge pull request #45 from PanIntegralus/patch-1
Port must be an integer
2023-04-21 12:11:27 -04:00
PanIntegralus 00370cfbc7
Port must be an integer 2023-04-21 18:03:56 +02:00
cloudwithax 6ba2ea1d6d
Merge branch 'main' of https://github.com/cloudwithax/pomice 2023-04-21 10:55:30 -04:00
cloudwithax 2cab4cb7d0
update examples 2023-04-21 10:55:11 -04:00
Clxud 77a7246b6a
Merge pull request #42 from SCARTAL/patch-1 2023-04-21 10:23:40 -04:00
SCARTAL 2461cbb831
port must be int 2023-04-21 17:43:18 +03:30
cloudwithax 42d886554e 2.4.1 2023-04-06 20:28:21 -04:00
cloudwithax e7c627dcd2 fix move to and swap node 2023-04-06 20:27:59 -04:00
cloudwithax 5c71e9a562 2.4 2023-04-05 23:00:12 -04:00
cloudwithax ab374d4ba8 added type checking exception for port number in node 2023-04-05 22:58:30 -04:00
cloudwithax 02b62d493f update README 2023-04-05 22:52:41 -04:00
cloudwithax 4caaff8b04 add move_to in player class 2023-04-05 22:15:32 -04:00
cloudwithax 74256dc5ac Merge branch 'main' of https://github.com/cloudwithax/pomice 2023-04-04 22:19:42 -04:00
cloudwithax bf144a783c fix isrcs not being correctly parsed 2023-04-04 22:19:35 -04:00
Clxud 0b0b50f259
Merge pull request #41 from cloudwithax/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2023-04-03 14:54:46 -07:00
pre-commit-ci[bot] cf3834d5c2
[pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/psf/black: 23.1.0 → 23.3.0](https://github.com/psf/black/compare/23.1.0...23.3.0)
2023-04-03 21:24:35 +00:00
Clxud 3a8e622f89
Update events.md 2023-03-30 20:24:33 -04:00
cloudwithax 2ddbb5d91a 2.3.2 2023-03-27 00:10:43 -04:00
cloudwithax b73af37bbf add local sources, fix queue jumping on loop 2023-03-27 00:08:46 -04:00
cloudwithax 6ed2fd961b update docs 2023-03-17 22:15:13 -04:00
cloudwithax c88f020280 2.3.1 2023-03-13 19:45:12 -04:00
cloudwithax 206adbd70b logging was broken if you didnt set a handler 2023-03-13 19:44:46 -04:00
cloudwithax 14ba273d35 fix event tracks 2023-03-13 19:37:29 -04:00
Clxud 6d96a9e53d
Merge pull request #39 from NiceAesth/fix
feat: allow custom logging handler; fix: missing typings
2023-03-13 18:53:28 -04:00
cloudwithax 45d3e611a5 fix track objs in track events to be optional 2023-03-13 18:53:01 -04:00
NiceAesth 9c262c7455 feat: use regex for version matching 2023-03-13 16:21:56 +02:00
NiceAesth a8a586bfb1 fix: clear handlers on add 2023-03-13 15:43:24 +02:00
NiceAesth b0e0bba27b fix: add handler if exists 2023-03-13 15:35:01 +02:00
NiceAesth 0d78b00342 fix: type __call__ function 2023-03-13 15:30:25 +02:00
NiceAesth 367a215b05 feat: allow disabling logging handler; fix: code quality 2023-03-13 15:15:27 +02:00
cloudwithax dde6e3711c 2.3 2023-03-12 23:00:23 -04:00
cloudwithax b561f272a5 update __all__ 2023-03-12 22:58:49 -04:00
cloudwithax b1ec08026d update docs 2023-03-12 22:57:38 -04:00
cloudwithax 5676d35681 make loglevel enum use IntEnum 2023-03-12 22:51:36 -04:00
cloudwithax 3ea426b44b update __slots__ 2023-03-12 22:39:31 -04:00
cloudwithax a7da475c0c add log_level param to create_node, add name to logger 2023-03-12 22:36:36 -04:00
cloudwithax 52a45afd70 add logging and fix other things 2023-03-12 22:30:43 -04:00
cloudwithax c2b952438a Merge branch 'main' of https://github.com/cloudwithax/pomice 2023-03-12 20:51:22 -04:00
cloudwithax c35fd650f7 fix player channel bug and fix endtime 2023-03-12 20:51:05 -04:00
Clxud 7b82d6c81a
Create .github/workflows/python-publish.yml 2023-03-12 18:56:26 -04:00