Commit graph

44 commits

Author SHA1 Message Date
9904597d8f
fix: add 60s break to CI workflow
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-02-03 16:32:27 +01:00
2300932afc
chore: use field steps instead of pipeline for Woodpecker 2024-02-03 16:29:14 +01:00
6b4312a6a5
feat: add Musixmatch Desktop client
Some checks failed
ci/woodpecker/manual/woodpecker Pipeline failed
2024-02-03 16:26:21 +01:00
d4eb894648
fix: add album type 'EP' 2024-02-03 13:35:40 +01:00
2a03bb6d77
chore: update dev dependencies 2024-02-03 12:59:10 +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
8eda98d15f cli: set default length deviation to 1s
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2023-06-23 15:52: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
5aee3fef75 feat: add all request TLS options
All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful
add CI pipeline
2023-05-08 17:23:52 +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
7589ec5051 fix: testfile paths 2023-04-23 15:04:20 +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
ae7b890940 chore: update pre-commit config 2023-04-21 23:57:57 +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
8f5489ffc2 cli: add get command 2023-04-21 13:25:02 +02:00
4672131e8f refactor: rename crate 2023-04-21 13:24:26 +02:00
a00a38933f fix: switch to Rfc3339 date format 2022-10-18 20:53:21 +02:00
ea6a12846a fix: add time macro dependency 2022-10-18 19:47:05 +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
3b97dce004 chore: rename crate with underscore 2022-10-03 00:25:54 +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