Initialize WCX collection project

This commit is contained in:
2026-07-19 16:43:05 +02:00
commit 2963d456e7
6 changed files with 72 additions and 0 deletions

11
README.md Normal file
View File

@ -0,0 +1,11 @@
# WCX Collection
Tools for inventorying and matching local video files against the external WCX reference database.
The reference database is owned by a separate project and must only be opened with SQLite `mode=ro`. This repository must not store reference metadata or write local file state to that database.
`movie.id` is the stable external identity for references to movies in the reference database. The initial implementation requires an explicit `--database` argument and must not assume a default database location.
File operations must be conservative. Any functionality that renames, moves, or removes files should normally support or require a dry run before applying changes.
Implementation has not been copied into this repository yet.