Skip to main content

Module library_scan

Module library_scan 

Source
Expand description

CLI presentation wrappers for shared library scan helpers in romm_api::core::library_scan.

Structs§

ScanLibraryOptions
Options for starting a library scan and optionally blocking until it finishes.
ScanLibraryStart

Enums§

ScanCacheInvalidate
After a successful scan wait, optionally drop stale entries from the on-disk ROM list cache.

Constants§

SCAN_LIBRARY_TASK_NAME

Functions§

run_scan_library_flow
Start a library scan; optionally wait. Prints human text or JSON per presentation.
wait_for_scan_task
CLI: poll task status with an indicatif spinner when text mode allows progress.