Refresh local SQLite cache from 115 cloud. Required before scan/scrape.
Refresh the local cache from 115 cloud. This populates the SQLite tree_entry table, which is the source of truth for scan, scrape, and organize.
/auth first if needed.cloud115 sync /影音
This does:
tree_cache.txttree_entry tableExpected output:
Exported 2158 entries to tree_cache.txt
Parsed 2158 entries into SQLite (1452 video, 706 NFO)
cloud115 cache status
Check that tree_entry shows a reasonable number of entries (e.g., ✓ 2158 条目 (1452 视频, 706 NFO)).
Only needed before organize on large libraries to avoid API calls during execution.
cloud115 sync /影音 --deep --depth 2
Pre-fetches directory listings into SQLite. Each directory = 2 API calls. Shows progress. --depth 2 means 2 levels below the path you specified.
scan shows stale or unexpected resultsYou do NOT need to re-run sync after organize --execute. Organize's verify phase refreshes the tree cache automatically.