Commit graph

46 commits

Author SHA1 Message Date
09c6004ed1
fix: clippy lints (2) 2025-08-09 18:36:45 +02:00
bfe6fec115
fix: clippy lints 2025-08-09 18:34:40 +02:00
528c6f7eb1
test: fix tests 2025-08-09 15:25:23 +02:00
74d5359547
feat!: removed artist_related endpoint (discontinued) 2025-08-09 15:24:44 +02:00
59dee61a2f
fix: update signature secret 2025-08-09 15:24:02 +02:00
4a46e7bb1d
docs: fix docs 2025-04-04 14:07:43 +02:00
6f90033cf4
fix: parsing unset has_fan_chant field 2025-04-04 14:07:42 +02:00
7c325c4af7
chore(deps): update rust crate rand to 0.9.0 2025-04-04 14:07:42 +02:00
2926455376
test: fix tests 2025-01-13 05:04:52 +01:00
b136bb3004
feat: add track performer tagging, artist images 2024-12-08 23:18:09 +01:00
26f4729738
chore: fix clippy lints 2024-12-07 19:50:28 +01:00
d2a7aed917
test: fix tests 2024-08-18 16:14:05 +02:00
6bece62893
fix: improved response parsing and errors
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-02-06 13:16:30 +01:00
ad865e1a26
feat: allow usage without credentials
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-02-03 17:20:24 +01:00
d4eb894648
fix: add album type 'EP' 2024-02-03 13:35:40 +01:00
ea0f606f75 fix: dont leak URL in case of an error
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-07-02 18:03:47 +02:00
e20610ac53 refactor!: return client builder result
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
feat: add build_with_client function
fix: parsing translation status with source lang=null
tests: fix tests
2023-07-02 17:29:58 +02:00
cc44bf4bb6 fix: add error for non available lyrics 2023-06-24 00:03:04 +02:00
612c1060a6 feat(cli): add subtitle translation
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2023-06-17 18:31:52 +02:00
e1ced582ad feat(cli): add translated lyrics
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
refactor: use Cow<str> for track id
2023-06-17 17:44:26 +02:00
6b3a01acc1 fix: use DefaultOpt enum for builder 2023-05-08 16:50:16 +02:00
815a64c8e7 fix: replace cookie store with fixed cookie 2023-04-26 20:06:42 +02:00
285f6ea65f feat!: use builder to construct mxm client 2023-04-23 18:42:40 +02:00
79ef071751 fix: add expect message to client construction 2023-04-22 11:59:32 +02:00
70dffdec73 chore: update dependencies 2023-04-22 00:01:12 +02:00
df69f4160a fix!: use numeric and date types for API model 2023-04-21 17:58:37 +02:00
199827e776 tests: merge tests into one file 2023-04-21 16:14:16 +02:00
603e178e17 fix!: correctly type Optional fields 2023-04-21 15:59:42 +02:00
a31e089ff4 tests: fix tests 2023-04-21 13:25:14 +02:00
a00a38933f fix: switch to Rfc3339 date format 2022-10-18 20:53:21 +02:00
7068b25dc2 refactor: migrate from chrono to time 2022-10-18 14:03:04 +02:00
bc0488da28 fix: small fixes, use fixture for tests 2022-10-18 12:11:25 +02:00
42186dbc86 fix: add default path constant 2022-10-07 21:03:27 +02:00
55dbaa5fd5 fix: remove guid from stored session 2022-10-07 21:00:43 +02:00
229a6ee125 feat: add credential setter 2022-10-07 20:47:43 +02:00
4ade92f55b feat: add CLI 2022-10-07 16:32:49 +02:00
50dae33f57 docs: add documentation for public methods
- remove `Instrumental` error
2022-10-07 15:18:42 +02:00
48e52a7735 feat: add subtitle translation 2022-10-07 12:19:50 +02:00
1bee1b11f4 feat: add lyrics translation 2022-10-03 00:19:49 +02:00
41216c56a9 fix: clippy warnings 2022-10-02 01:43:34 +02:00
4cd73d8ae1 feat: add album API 2022-10-02 01:41:58 +02:00
ca438da4de feat: add genres, snippet API 2022-10-02 00:12:33 +02:00
e9e3bdc26d feat: add track and artist API 2022-10-01 23:38:12 +02:00
692e112292 feat: add lyrics API 2022-10-01 02:22:51 +02:00
90faa09eff feat: subtitle API working 2022-10-01 00:45:11 +02:00
ea5d4e3c52 Initial commit 2022-09-30 23:39:07 +02:00