-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.json.example
More file actions
19 lines (16 loc) · 1.09 KB
/
Copy pathconfig.json.example
File metadata and controls
19 lines (16 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"tunarr_url": "http://your-tunarr-server:8000",
"plex_servers": [
{"name": "My Library", "url": "http://your-plex-server:32400", "token": "your-plex-token-here"},
{"name": "Friend's Library", "url": "http://friends-plex:32400", "token": "friends-plex-token"}
],
"tmdb_api_key": "your-tmdb-api-key-here",
"_tunarr_auth": "Only if you enabled Tunarr's OWN basic auth. Blank/absent = Tunarr is open. Distinct from auth_username/auth_password, which guard Programmarr itself.",
"tunarr_username": "",
"tunarr_password": "",
"_advanced": "Optional keys below — most users can omit them. See README 'Advanced Configuration'.",
"tunarr_channel_group": "programmarr",
"tunarr_stream_mode": "hls",
"_channel_order": "Category order for sequential channel numbering. Channels are tight-packed from 1 in this order — no block sizes, no gaps. Omit for the default order. Editable in Settings → Channel Numbering.",
"channel_order": ["marathon", "tv_block", "tv_movie_mix", "movie", "entity", "network", "programming_block", "franchise", "specialty"]
}