feat: professionalize control plane and standalone delivery
This commit is contained in:
@ -1,15 +1,15 @@
|
||||
{
|
||||
"runtime": {
|
||||
"database_path": "/home/theshy/biliup/biliup-next/data/workspace/biliup_next.db",
|
||||
"database_path": "data/workspace/biliup_next.db",
|
||||
"control_token": "",
|
||||
"log_level": "INFO"
|
||||
},
|
||||
"paths": {
|
||||
"stage_dir": "/home/theshy/biliup/biliup-next/data/workspace/stage",
|
||||
"backup_dir": "/home/theshy/biliup/biliup-next/data/workspace/backup",
|
||||
"session_dir": "/home/theshy/biliup/biliup-next/data/workspace/session",
|
||||
"cookies_file": "/home/theshy/biliup/biliup-next/runtime/cookies.json",
|
||||
"upload_config_file": "/home/theshy/biliup/biliup-next/runtime/upload_config.json"
|
||||
"stage_dir": "data/workspace/stage",
|
||||
"backup_dir": "data/workspace/backup",
|
||||
"session_dir": "data/workspace/session",
|
||||
"cookies_file": "runtime/cookies.json",
|
||||
"upload_config_file": "runtime/upload_config.json"
|
||||
},
|
||||
"scheduler": {
|
||||
"candidate_scan_limit": 500,
|
||||
@ -37,18 +37,21 @@
|
||||
".mkv",
|
||||
".mov"
|
||||
],
|
||||
"stage_min_free_space_mb": 2048,
|
||||
"stability_wait_seconds": 30
|
||||
"stage_min_free_space_mb": 1024,
|
||||
"stability_wait_seconds": 30,
|
||||
"session_gap_minutes": 60,
|
||||
"meta_sidecar_enabled": true,
|
||||
"meta_sidecar_suffix": ".meta.json"
|
||||
},
|
||||
"transcribe": {
|
||||
"provider": "groq",
|
||||
"groq_api_key": "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",
|
||||
"groq_api_key": "",
|
||||
"ffmpeg_bin": "ffmpeg",
|
||||
"max_file_size_mb": 23
|
||||
},
|
||||
"song_detect": {
|
||||
"provider": "codex",
|
||||
"codex_cmd": "/home/theshy/.nvm/versions/node/v22.13.0/bin/codex",
|
||||
"codex_cmd": "codex",
|
||||
"poll_interval_seconds": 2
|
||||
},
|
||||
"split": {
|
||||
@ -59,8 +62,8 @@
|
||||
},
|
||||
"publish": {
|
||||
"provider": "biliup_cli",
|
||||
"biliup_path": "/home/theshy/biliup/biliup-next/runtime/biliup",
|
||||
"cookie_file": "/home/theshy/biliup/biliup-next/runtime/cookies.json",
|
||||
"biliup_path": "runtime/biliup",
|
||||
"cookie_file": "runtime/cookies.json",
|
||||
"retry_count": 5,
|
||||
"retry_schedule_minutes": [
|
||||
15,
|
||||
@ -83,14 +86,14 @@
|
||||
"collection": {
|
||||
"provider": "bilibili_collection",
|
||||
"enabled": true,
|
||||
"season_id_a": 7196643,
|
||||
"season_id_b": 7196624,
|
||||
"season_id_a": 0,
|
||||
"season_id_b": 0,
|
||||
"allow_fuzzy_full_video_match": false,
|
||||
"append_collection_a_new_to_end": true,
|
||||
"append_collection_b_new_to_end": true
|
||||
},
|
||||
"cleanup": {
|
||||
"delete_source_video_after_collection_synced": true,
|
||||
"delete_split_videos_after_collection_synced": true
|
||||
"delete_source_video_after_collection_synced": false,
|
||||
"delete_split_videos_after_collection_synced": false
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user