-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathconfig.example.json
More file actions
26 lines (26 loc) · 739 Bytes
/
Copy pathconfig.example.json
File metadata and controls
26 lines (26 loc) · 739 Bytes
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
{
"library_paths": ["/path/to/your/audiobooks"],
"ai_provider": "gemini",
"gemini_model": "",
"openrouter_model": "",
"ollama_url": "http://localhost:11434",
"ollama_model": "",
"openai_compatible_url": "http://localhost:8080/v1",
"openai_compatible_model": "",
"scan_interval_hours": 6,
"batch_size": 3,
"max_requests_per_hour": 2000,
"auto_fix": false,
"protect_author_changes": true,
"enabled": true,
"update_channel": "stable",
"naming_format": "author/title",
"custom_naming_template": "{author}/{title}",
"series_grouping": true,
"ebook_management": false,
"ebook_library_mode": "merge",
"audio_analysis": false,
"abs_url": null,
"google_books_api_key": null,
"bookdb_api_key": null
}