feat: organize files and duplicate analysis#2224
Open
tankxbvr wants to merge 1 commit into
Open
Conversation
Author
Reorganise library videos into a canonical
{TopFolder}/{Studio}/{Studio}.{date}.{Cast}.{Title}.XXX.{FOV}.{Height}p/
layout, keeping the files table in sync. Plans are computed as a preview
and applied from the UI; scheduled runs are dry-run only.
- Moves stay within a storage folder (auto-detected from local volumes);
files are never moved across folders.
- Byte-identical copies de-duplicated (md5-confirmed), hard links
collapsed, sidecars moved alongside, emptied dirs removed.
- Configurable top folder, cast-gender preference for folder names, and
optional per-actor CamelCase symlink folders.
- Duplicate analysis: finds scenes with multiple files, flags duration
mismatches, compares PSNR, and suggests which copy to keep; files can
be ignored, deleted, or disassociated from the UI.
- Options -> Organize files / Duplicate files, plus a dry-run schedule.
tankxbvr
force-pushed
the
feature/organize
branch
from
July 18, 2026 14:54
065c5dd to
49c4059
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Adds an Organize files feature plus a Duplicate files analyzer.
Organize
Reorganises library videos into a canonical layout and keeps the
filestable in sync:Duplicate analysis
Finds scenes with multiple files, flags duration mismatches (possible mis-assignment), compares PSNR between copies, and suggests which to keep. Files can be ignored, deleted, or disassociated from the scene, all from the UI.
UI
New Options → Organize files and Options → Duplicate files sections, plus a dry-run schedule under Task Schedules.
Self-contained: Go packages build in isolation and the UI (
yarn build) passes.