Skip to content

Commit 8ca0b1c

Browse files
committed
Resolve merge conflict in arrmatey compose
1 parent 4188e1f commit 8ca0b1c

File tree

3 files changed

+30
-0
lines changed

3 files changed

+30
-0
lines changed

services/c137/03-arrmatey/compose.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,3 +148,10 @@ services:
148148
- "PGID={{ docker_compose_generator_gid }}"
149149
- "TZ={{ host_timezone }}"
150150
restart: unless-stopped
151+
sponsorblock:
152+
image: ghcr.io/dmunozv04/isponsorblocktv
153+
container_name: sponsorblock
154+
network_mode: host
155+
volumes:
156+
- "{{ appdata_path }}/arrmatey/isponsorblocktv:/app/data"
157+
restart: unless-stopped
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{{ appdata_path }}/arrmatey/isponsorblocktv
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"devices": [
3+
{
4+
"screen_id": "586m0028ggrck0117vs5k5ubu4",
5+
"name": "YouTube on TV"
6+
}
7+
],
8+
"apikey": "",
9+
"skip_categories": [
10+
"sponsor",
11+
"selfpromo",
12+
"exclusive_access"
13+
],
14+
"channel_whitelist": [],
15+
"skip_count_tracking": true,
16+
"mute_ads": true,
17+
"skip_ads": true,
18+
"minimum_skip_length": 5,
19+
"auto_play": false,
20+
"join_name": "iSponsorBlockTV",
21+
"use_proxy": true
22+
}

0 commit comments

Comments
 (0)