pre-commit-ci[bot]
4e00c62af1
[pre-commit.ci] auto fixes from pre-commit.com hooks
...
for more information, see https://pre-commit.ci
2024-10-16 17:25:32 +00:00
David
1567a33e51
Add the ability to specify a custom API server
...
Fixes #193
Add the ability to specify a custom SponsorBlock API server. (draft implementation by copilot-workspace)
* Add a new configuration option `api_server` in `config.json.template` to specify the custom API server URL.
* Remove the hardcoded `SponsorBlock_api` URL from `src/iSponsorBlockTV/constants.py`.
* Update the `ApiHelper` class in `src/iSponsorBlockTV/api_helpers.py` to use the `api_server` configuration option for API calls.
* Add an option to input a custom API server URL in the CLI setup in `src/iSponsorBlockTV/config_setup.py`.
* Add an option to input a custom API server URL in the graphical setup wizard in `src/iSponsorBlockTV/setup_wizard.py`.
* Set the default `api_server` to "https://sponsor.ajay.app " in `src/iSponsorBlockTV/helpers.py`.
---
For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/dmunozv04/iSponsorBlockTV/issues/193?shareId=XXXX-XXXX-XXXX-XXXX ).
2024-10-16 19:25:06 +02:00
dmunozv04
d9ab2cd070
bump version
v2.2.1
2024-09-18 17:20:27 +02:00
dmunozv04
ea2004ba94
fix release ci
2024-09-18 17:20:22 +02:00
David
63f5a3bc41
Bump version
v2.2.0
2024-09-18 15:17:29 +02:00
David
e999a93503
Merge pull request #191 from dmunozv04/add-mutex-command
...
Implements mutex when sending commands to YouTube
2024-09-18 15:17:07 +02:00
pre-commit-ci[bot]
8cc3f8aa05
[pre-commit.ci] auto fixes from pre-commit.com hooks
...
for more information, see https://pre-commit.ci
2024-09-15 13:20:36 +00:00
dmunozv04
5fadc81a69
Fix occasional IndexError
...
in loungeScreenDisconnected event
2024-09-15 14:49:39 +02:00
dmunozv04
39aef5babf
Test wrap command function in a mutex
...
to avoid race conditions with the _command_offset
2024-09-14 23:44:32 +02:00
David
c56cbfe095
Merge pull request #185 from dmunozv04/build-binaries
...
Build binaries
2024-08-18 17:30:34 +02:00
pre-commit-ci[bot]
bde4ecb72f
[pre-commit.ci] auto fixes from pre-commit.com hooks
...
for more information, see https://pre-commit.ci
2024-08-18 15:23:15 +00:00
dmunozv04
167383dea8
revert
2024-08-18 16:11:54 +02:00
dmunozv04
fb3c40d477
also build armv7
2024-08-18 15:58:15 +02:00
dmunozv04
cb738965a7
run on all events (and only publish on release)
2024-08-18 15:07:35 +02:00
dmunozv04
9ad335793a
rename prefix
2024-08-18 14:35:02 +02:00
dmunozv04
fd400d077a
update upload-artifact to v4
2024-08-18 14:19:39 +02:00
dmunozv04
f9c7b58ece
add needs
2024-08-18 14:12:49 +02:00
dmunozv04
464baa7c59
trigger on test branch
2024-08-18 14:07:47 +02:00
dmunozv04
d9986e52b3
Merge remote-tracking branch 'origin/main' into build-binaries
2024-08-18 14:07:19 +02:00
dmunozv04
547a47b9ec
modify action to create and publish binaries
2024-08-18 14:04:34 +02:00
dmunozv04
87d0e0e32e
rework cli
2024-08-18 14:04:04 +02:00
David
854cb2462f
Merge pull request #171 from guoard/dockerfile-issues
...
Fix buildx warnings when creating the docker image
2024-08-16 12:42:41 +02:00
David
662b71fc00
Merge pull request #177 from AN1MATEK/patch-1
...
Update config.json.template to correct the syntax error in auto_play
2024-07-14 11:12:08 +02:00
ANIMATEK
fd6b7cb43a
Update config.json.template
...
Correct the error syntax from `autoplay` to the actual variable `auto_play`
2024-07-14 11:09:41 +02:00
dmunozv04
d17e59bf0d
bump version
v2.1.0
2024-07-07 17:36:01 +02:00
Ali Afsharzadeh
5bc6382f89
Fix buildx warnings when creating the docker image
2024-06-29 09:28:24 +03:30
David
205191f442
Merge pull request #150 from ryankupk/update-cli
...
Refactor CLI setup script, add prompts for muting and skipping native youtube ads
2024-06-21 17:08:47 +02:00
dmunozv04
810cd5eec3
change default options for autoplay and reporting, and mark default option
2024-06-21 17:08:15 +02:00
pre-commit-ci[bot]
e2ace8629f
[pre-commit.ci] auto fixes from pre-commit.com hooks
...
for more information, see https://pre-commit.ci
2024-06-21 15:01:56 +00:00
dmunozv04
e54ead26d2
Merge remote-tracking branch 'origin' into pr/ryankupk/150
2024-06-21 17:01:45 +02:00
David
49fba2f28f
Merge pull request #161 from Ravioli8235/autoplay
...
Implement autoplay on/off toggle
2024-06-21 16:56:57 +02:00
pre-commit-ci[bot]
b1333a2f61
[pre-commit.ci] auto fixes from pre-commit.com hooks
...
for more information, see https://pre-commit.ci
2024-06-21 14:29:35 +00:00
dmunozv04
cfef219d32
fix autoplay padding
2024-06-21 16:29:17 +02:00
Ravioli8235
338e0479ba
Merge remote-tracking branch 'origin/autoplay' into autoplay
2024-06-21 15:58:28 +02:00
Ravioli8235
bfefa94a7b
fix panel fill
2024-06-21 15:58:15 +02:00
David
783e3d4240
Merge branch 'main' into autoplay
2024-06-17 14:55:07 +02:00
David
015f5a79c9
Merge pull request #168 from Shraymonks/fix-docker-root
...
Fix deps permissions in docker build
2024-06-16 14:22:25 +02:00
Raymond Ha
dc72db0609
Fix deps permissions in docker build
2024-06-05 16:18:10 -07:00
David
8de38cc92b
Merge pull request #167 from dmunozv04/update-actions
...
Update actions versions
2024-06-05 19:29:42 +02:00
dmunozv04
94ba642af1
update actions versions to latest
2024-06-05 19:27:42 +02:00
dmunozv04
6e09db9994
bump version
v2.0.8
2024-05-31 15:35:16 +02:00
David
b56d7443d1
Merge pull request #163 from dmunozv04/refresh-auth-after-disconnect
...
Refresh auth after every disconnect
2024-05-31 15:34:40 +02:00
dmunozv04
e92ba897c4
Refresh auth after every disconnect, ensuring there's a fresh token. Fixes Shorts aren't handled anymore #162
...
and maybe changes something related to Disable Autoplay #82
2024-05-31 15:26:58 +02:00
dmunozv04
5214190fd0
revert last commit
2024-05-30 12:35:59 +02:00
David
d3341009a6
Merge branch 'main' into autoplay
2024-05-30 12:27:47 +02:00
dmunozv04
adc0f5b95d
enable building PR docker images
2024-05-30 12:26:55 +02:00
David
5dbd16ddd5
Merge branch 'main' into autoplay
2024-05-30 09:05:18 +02:00
pre-commit-ci[bot]
faa0379b89
[pre-commit.ci] auto fixes from pre-commit.com hooks
...
for more information, see https://pre-commit.ci
2024-05-30 07:03:27 +00:00
Ravioli8235
fb3ed6b39a
Implement autoplay
2024-05-30 08:53:35 +02:00
dmunozv04
1ab7e73b52
bump version
v2.0.7
2024-05-29 23:41:42 +02:00