Use AutoFix, Then Review Manually

Let the tool find the likely matches, then keep control. The autofix stage exists to handle the obvious cases quickly, the ones where a file clearly moved from A to B and there’s really only one sensible match. For most libraries, that’s the bulk of what’s broken, and letting VDJTools propose those matches automatically saves … Read more

Validate Before You Import

Catch bad paths while you can still fix them safely. Validation is the checkpoint between editing and writing. It’s where VDJTools checks the workbook is internally sound before anything reaches your actual VirtualDJ files, and it’s your last real chance to catch a wrong path before it becomes a live change rather than an editable … Read more

Verify the Result

Trust your results because you checked them. Once an import’s done, it’s tempting to just assume it worked and move on. Don’t hope, check. The way to do that is the same tool you started with: run a Healthcheck again. Comparing the before-and-after picture is genuinely satisfying, you can see the count of broken references … Read more