Skip to content

Commit

Permalink
Merge pull request #1025 from gabe565/update-castsponsorskip
Browse files Browse the repository at this point in the history
Update CastSponsorSkip
  • Loading branch information
alexbelgium authored Oct 13, 2023
2 parents a937e3b + 1acc992 commit b60a5f3
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 8 deletions.
3 changes: 3 additions & 0 deletions sponsorblockcast/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion sponsorblockcast/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
8 changes: 3 additions & 5 deletions sponsorblockcast/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,8 @@
"armv7"
],
"codenotary": "[email protected]",
"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,
Expand All @@ -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 modified sponsorblockcast/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified sponsorblockcast/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions sponsorblockcast/updater.json
Original file line number Diff line number Diff line change
@@ -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"
}

0 comments on commit b60a5f3

Please sign in to comment.