Merge pull request #1025 from gabe565/update-castsponsorskip

Update CastSponsorSkip
This commit is contained in:
Alexandre
2023-10-13 14:49:20 +02:00
committed by GitHub
6 changed files with 9 additions and 8 deletions

View File

@@ -1,3 +1,6 @@
## 0.5.3 (13-10-2023)
- Update to latest version from gabe565/CastSponsorSkip
- Update icon and description
## 0.5.1 (07-10-2023)
- Update to latest version from gabe565/CastSponsorSkip

View File

@@ -21,7 +21,7 @@ _Thanks to everyone having starred my repo! To star it click on the image below,
## About
CastSponsorSkip is a go script that skips sponsored YouTube content on all local Chromecasts, using the SponsorBlock API. It was inspired by CastBlock but written from scratch to avoid some of its pitfalls (see Differences from CastBlock).
CastSponsorSkip is a Go program that skips sponsored YouTube content and skippable ads on all local Chromecasts, using the SponsorBlock API. It was inspired by CastBlock but written from scratch to avoid some of its pitfalls (see Differences from CastBlock).
This app is developed by @gabe565 here : https://github.com/gabe565/CastSponsorSkip

View File

@@ -5,10 +5,8 @@
"armv7"
],
"codenotary": "alexandrep.github@gmail.com",
"description": "skips sponsored YouTube content on all local Chromecasts",
"environment": {
"SBCDIR": "/tmp/castsponsorskip"
},
"description": "Skip YouTube ads and sponsorships on all local Google Cast devices ",
"environment": {},
"host_network": true,
"image": "ghcr.io/alexbelgium/sponsorblockcast-{arch}",
"init": false,
@@ -27,5 +25,5 @@
"slug": "sponsorblockcast",
"udev": true,
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/sponsorblockcast",
"version": "0.5.1"
"version": "0.5.3"
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 35 KiB

After

Width:  |  Height:  |  Size: 83 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 35 KiB

After

Width:  |  Height:  |  Size: 83 KiB

View File

@@ -1,8 +1,8 @@
{
"last_update": "07-10-2023",
"last_update": "13-10-2023",
"repository": "alexbelgium/hassio-addons",
"slug": "sponsorblockcast",
"source": "github",
"upstream_repo": "gabe565/CastSponsorSkip",
"upstream_version": "0.5.1"
"upstream_version": "0.5.3"
}