2026-07-01 15:34:58 -07:00
2026-07-01 15:34:58 -07:00
2026-07-01 15:34:58 -07:00
2026-07-01 15:34:58 -07:00
2026-07-01 07:52:33 -07:00
2026-07-01 07:52:33 -07:00
2026-07-01 15:34:58 -07:00

Serato Doctor

Serato Doctor is a read-only-first toolkit for inspecting and eventually repairing DJ libraries. Serato is the first supported engine.

Analyze a Library

serato-doctor analyze \
  --serato ~/Music/_Serato_ \
  --music ~/Music/Jukebox

Analysis prints a transparent reference-integrity score plus broken references, duplicate filenames, unused tracks, and suggested filename matches. It does not modify the library or create report files.

If crates contain an older library root, supply it explicitly:

serato-doctor analyze --reference-root /Users/old-user/OneDrive/Jukebox

Generate Detailed Reports

Running without a command preserves the original scanner behavior and writes CSV and text reports:

serato-doctor --serato ~/Music/_Serato_ --music ~/Music/Jukebox

Use --verbose for progress on standard error or --log-file PATH for an aggregate diagnostic log.

Serato Doctor never repairs files without an explicit future repair workflow, preview, backup, and rollback path.

Local Web Interface

Launch the responsive, local-only dashboard with:

serato-doctor-web

Then open http://127.0.0.1:8765. The interface exposes the same read-only health analysis and never sends library paths or results to an external service.

S
Description
No description provided
Readme 1.6 MiB