This commit is contained in:
2026-06-21 12:32:44 +02:00
parent 107158eb04
commit be3e180137
27 changed files with 5037 additions and 20 deletions

View File

@@ -0,0 +1,32 @@
{
"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"
}
}