-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.example.ini
More file actions
31 lines (30 loc) · 1.06 KB
/
Copy pathconfig.example.ini
File metadata and controls
31 lines (30 loc) · 1.06 KB
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
[Login]
# Media server URL (local network address)
server_url = http://localhost:8096
# Server user credentials
username =
password =
# Verify SSL certificates (set to false only for self-signed certs)
verify_ssl = true
# Media backend: emby (default, fully supported) or jellyfin (experimental,
# not yet validated against a live server)
backend = emby
[Settings]
# Last used monitors (auto-saved, comma-separated screen names)
last_screens =
# Last used libraries (auto-saved, comma-separated library names)
last_libraries =
# Grid layout: rows x cols per monitor
# These remain the defaults for displays without a saved per-display layout.
last_grid_rows = 2
last_grid_cols = 2
# Preview grid defaults (also overridden per display in the wizard)
last_preview_rows = 3
last_preview_cols = 4
# Legacy name-keyed per-monitor role and layout state (auto-saved JSON)
last_display_roles =
last_display_layouts =
# Authoritative stable-identity monitor state: selected, role, rotation, rows, cols.
last_display_settings =
# Run tagged-item cleanup on startup
cleanup_on_startup = false