Commit Graph

103 Commits

Author SHA1 Message Date
Mohamed
4417592b6b Fix: Correct line length error in setup wizard label
Split long string literal in the Minimum Skip Length label to adhere
to maximum line length constraints (FLK-E501)
2025-04-29 17:39:52 +02:00
pre-commit-ci[bot]
2124fff81b [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2025-03-14 23:30:01 +00:00
Matthew Stern
aabf5aa2bc Merge remote-tracking branch 'origin/minimum-skip-length' into minimum-skip-length 2025-03-14 19:29:49 -04:00
Matthew Stern
068623bb03 Add input validation for min skip length 2025-03-14 19:28:54 -04:00
pre-commit-ci[bot]
b93f480848 [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2025-03-14 23:11:31 +00:00
Matthew Stern
e9fdc49480 Add minimum skip length input 2025-03-14 19:06:15 -04:00
Matthew Stern
4a55fe9539 set minimum skip length to 1 2025-03-14 19:05:55 -04:00
Matthew Stern
328e70a175 add minimum skip length manager 2025-03-14 19:00:05 -04:00
pre-commit-ci[bot]
33b0b6d224 [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2025-03-14 18:39:52 -04:00
bourkemcrobbo
e0c4322524 Updated setup to match new format. Set default value of skip length to 0 so user has to explicitly enable functionality 2025-03-14 18:39:52 -04:00
pre-commit-ci[bot]
c360e2582e [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2025-03-14 18:39:16 -04:00
bourkemcrobbo
7b3e618628 Fixed bad static method argument 2025-03-14 18:39:16 -04:00
pre-commit-ci[bot]
886997beab [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2025-03-14 18:39:16 -04:00
bourkemcrobbo
ee786a53b9 Fixed bad static method argument 2025-03-14 18:35:54 -04:00
bourkemcrobbo
0b785da448 Added support for specifying minimum skip length 2025-03-14 18:35:54 -04:00
David
2630228b7b Merge branch 'main' into clean-code 2025-03-10 13:06:03 +01:00
pre-commit-ci[bot]
5d20ca642b [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2025-03-10 12:00:07 +00:00
dmunozv04
02c78e8aeb Clean code
Fixes DeepSource warnings
2025-03-10 12:59:30 +01:00
dmunozv04
f15ba5d5a6 Remove cyclomatic complexity warning 2025-03-10 11:43:39 +01:00
pre-commit-ci[bot]
e451769a29 [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2025-03-10 10:42:07 +00:00
dmunozv04
1ae4c3019b Rework conditions
Fixes Chained comparison PYL-R1716
2025-03-10 11:41:33 +01:00
pre-commit-ci[bot]
7a45284a50 [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2025-03-10 10:35:44 +00:00
dmunozv04
b4ccfb7e96 Add support for different playback speeds 2025-03-10 10:31:53 +01:00
pre-commit-ci[bot]
f58eaeec22 [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2025-03-09 15:26:04 +00:00
dmunozv04
a37c272662 Improve logging 2025-03-09 16:25:50 +01:00
dmunozv04
e5a1686afb Revert "Improved logging"
This reverts commit fb927aaacf.
2025-03-09 16:22:15 +01:00
dmunozv04
fb927aaacf Improved logging 2025-03-09 16:21:12 +01:00
pre-commit-ci[bot]
114326e34c [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2025-02-21 23:45:26 +00:00
dmunozv04
3797200825 Fix adding devices 2025-02-22 00:44:29 +01:00
dmunozv04
9b5ea2b243 Merge remote-tracking branch 'origin/main' into pr/boltgolt/77 2025-02-19 10:18:04 +01:00
pre-commit-ci[bot]
45bc7ff6e7 [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2025-02-18 23:16:48 +00:00
dmunozv04
251a94f147 Make main function asnyc 2025-02-19 00:16:17 +01:00
pre-commit-ci[bot]
0ba8f4c3c5 [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2025-02-13 20:44:53 +00:00
boltgolt
2ebc821ed9 Rename proposed device_name setting to join_name 2025-02-13 21:43:35 +01:00
dmunozv04
7ea0b8642c Update ytlounge client
to be compatible with pyytlounge v2.1.1
2025-02-12 13:43:03 +01:00
dmunozv04
73b277706e Make deepsource happy 2025-02-12 13:09:05 +01:00
pre-commit-ci[bot]
5884844da1 [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2025-02-12 12:06:38 +00:00
dmunozv04
38efe843de Update textual styles to work with textual 1.0 2025-02-12 13:06:11 +01:00
dmunozv04
ae6da834e4 Fix #233 2025-02-12 11:42:38 +01:00
dmunozv04
7e80b41bbb Prepare for aiohttp 3.11 2025-02-12 11:42:16 +01:00
dmunozv04
147004e257 Remove unused variable 2025-01-24 16:44:37 +01:00
dmunozv04
6f4c27c0a5 Improve exceptions 2025-01-24 16:43:39 +01:00
dmunozv04
6825ac6629 fix slider 2025-01-16 18:56:17 +01:00
David
afff2a44b9 Merge branch 'main' into close-properly-part-2 2025-01-06 19:09:58 +01:00
pre-commit-ci[bot]
15c165d89a [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2025-01-06 18:09:46 +00:00
pre-commit-ci[bot]
35d13373f9 [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2025-01-06 18:06:32 +00:00
David
6dcc12baed Merge pull request #131 from dmunozv04/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2025-01-06 18:52:06 +01:00
dmunozv04
edca2bf11a Improve exit logic 2025-01-06 18:23:46 +01:00
pre-commit-ci[bot]
f3d3bdd432 [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2025-01-06 17:20:40 +00:00
dmunozv04
dcf53dcca9 improve exit logic 2024-12-15 02:08:07 +01:00