Files
Aniworld/tests/robot/fixtures/sample_config.json
2026-06-21 12:32:44 +02:00

33 lines
799 B
JSON

{
"name": "ImportedAniworld",
"data_dir": "data",
"scheduler": {
"enabled": false,
"interval_minutes": 60,
"schedule_time": "02:00",
"schedule_days": ["mon", "tue", "wed", "thu", "fri"],
"auto_download_after_rescan": false
},
"logging": {
"level": "DEBUG",
"file": "logs/imported.log",
"max_bytes": 2097152,
"backup_count": 5
},
"backup": {
"enabled": true,
"path": "/tmp/imported_backups",
"keep_days": 7
},
"nfo": {
"tmdb_api_key": "imported_test_key",
"auto_create": true,
"download_poster": true,
"download_logo": true,
"download_fanart": true
},
"other": {
"anime_directory": "/tmp/imported_anime"
}
}