Skip to content

Commit

Permalink
Update isponsorblocktv
Browse files Browse the repository at this point in the history
  • Loading branch information
bertybuttface committed Oct 23, 2023
1 parent 47e9b3b commit 5aaa8d5
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 8 deletions.
4 changes: 4 additions & 0 deletions isponsorblocktv/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
<!-- https://developers.home-assistant.io/docs/add-ons/presentation#keeping-a-changelog -->
## 2.0.5

- Merge upstream autoplay fix

## 2.0.4

- Merge upstream
Expand Down
6 changes: 2 additions & 4 deletions isponsorblocktv/DOCS.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
# Home Assistant Add-on: iSponsorBlockTV

You must run iSponsorBLockTV on the same network as the Apple TV. This addon requies host networking.
Run iSponsorBlockTV on a computer that has network access. Auto discovery will require the computer to be on the same network as the device during setup. This addon uses host networking for this.

It connects to the Apple TV, watches foe activity and skis any sponsor segment using the SponsorBlock API.

The last 5 videos' segments are cached to limit the number on queries on SponsorBlock and YouTube.
It connects to the device, watches its activity and skips any sponsor segment using the SponsorBlock API. It can also skip/mute YouTube ads.

## How to use

Expand Down
22 changes: 20 additions & 2 deletions isponsorblocktv/README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,31 @@
# Home Assistant Add-on: iSponsorBlockTV

_Skip sponsor segments in YouTube videos playing on an Apple TV._
_Skip sponsor segments in YouTube videos playing on a compatible YouTube TV device_

[Instructions for this version of iSponsorBlockTV](https://github.com/bertybuttface/iSponsorBlockTV)
[iSponsorBlockTV](https://github.com/dmunozv04/iSponsorBlockTV)

![Supports aarch64 Architecture][aarch64-shield]
![Supports amd64 Architecture][amd64-shield]
![Supports i386 Architecture][i386-shield]


## Compatibility

| Device | Status |
|:-------------------|:------:|
| Apple TV ||
| Samsung TV (Tizen) ||
| LG TV (WebOS) ||
| Android TV ||
| Chromecast ||
| Google TV ||
| Roku ||
| Fire TV ||
| CCwGTV ||
| Nintendo Switch ||
| Xbox One/Series ||
| Playstation 4/5 ||

[aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
[amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
[armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
Expand Down
4 changes: 2 additions & 2 deletions isponsorblocktv/config.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# https://developers.home-assistant.io/docs/add-ons/configuration#add-on-config
name: iSponsorBlockTV add-on
version: "2.0.4"
version: "2.0.5"
slug: isponsorblocktv
description: Skip sponsor segments in YouTube videos playing on an Apple TV.
description: SponsorBlock client for all YouTube TV clients.
url: "https://github.com/bertybuttface/addons/tree/main/isponsorblocktv"
arch:
- aarch64
Expand Down

0 comments on commit 5aaa8d5

Please sign in to comment.