diff --git a/hosts/ps10rp/isponsorblocktv/compose.yaml b/hosts/ps10rp/isponsorblocktv/compose.yaml new file mode 100644 index 000000000..1d4ee8116 --- /dev/null +++ b/hosts/ps10rp/isponsorblocktv/compose.yaml @@ -0,0 +1,10 @@ +--- +services: + isponsorblocktv: + image: ghcr.io/dmunozv04/isponsorblocktv:v2.6 + container_name: isponsorblocktv + environment: + - TZ=America/Chicago + restart: always + volumes: + - ./config.json:/app/data/config.json diff --git a/hosts/ps10rp/isponsorblocktv/config.json b/hosts/ps10rp/isponsorblocktv/config.json new file mode 100644 index 000000000..6a5bb7cbb --- /dev/null +++ b/hosts/ps10rp/isponsorblocktv/config.json @@ -0,0 +1,19 @@ +{ + "devices": [ + { + "screen_id": "", + "name": "Samsung TV", + "offset": 0 + } + ], + "apikey": "", + "skip_categories": ["sponsor"], + "channel_whitelist": [], + "skip_count_tracking": false, + "mute_ads": true, + "skip_ads": true, + "minimum_skip_length": 1, + "auto_play": true, + "join_name": "iSponsorBlockTV", + "use_proxy": false +}