Skip to content

Commit

Permalink
improve schema
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinschweikert authored May 22, 2024
1 parent fd94f86 commit a95c25e
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions isponsorblocktv/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,18 @@ options:
mute_ads: false
skip_ads: true
schema:
apikey: "str"
apikey: password
devices:
- name: "str?"
screen_id: "str"
offset: "int?"
- name: str?
screen_id: str
offset: int?
channel_whitelist:
- id: "str"
- name: "str"
- id: str
- name: str
skip_categories:
- match(^.*(sponsor|selfpromo|exclusive_access|interaction|poi_highlight|intro|outro|preview|filler|music_offtopic).*$)
skip_count_tracking: "bool"
mute_ads: "bool"
skip_ads: "bool"
- list(sponsor|selfpromo|exclusive_access|interaction|poi_highlight|intro|outro|preview|filler|music_offtopic)
skip_count_tracking: bool
mute_ads: bool
skip_ads: bool
image: "ghcr.io/bertybuttface/{arch}-addon-isponsorblocktv"
host_network: true

0 comments on commit a95c25e

Please sign in to comment.