forked from bertybuttface/addons
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
39 lines (39 loc) · 1.01 KB
/
config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# https://developers.home-assistant.io/docs/add-ons/configuration#add-on-config
name: iSponsorBlockTV add-on
version: "2.1.0"
slug: isponsorblocktv
description: SponsorBlock client for all YouTube TV clients.
url: "https://github.com/bertybuttface/addons/tree/main/isponsorblocktv"
arch:
- aarch64
- amd64
- i386
init: false
map:
- share:rw
options:
apikey: null # get youtube apikey: https://developers.google.com/youtube/registering_an_application
devices: []
channel_whitelist: []
skip_categories: []
skip_count_tracking: false
mute_ads: false
skip_ads: true
autoplay: true
schema:
apikey: password
devices:
- name: str?
screen_id: str
offset: int?
channel_whitelist:
- id: str
- name: str
skip_categories:
- list(sponsor|selfpromo|exclusive_access|interaction|poi_highlight|intro|outro|preview|filler|music_offtopic)
skip_count_tracking: bool
mute_ads: bool
skip_ads: bool
autoplay: bool
image: "ghcr.io/bertybuttface/{arch}-addon-isponsorblocktv"
host_network: true