Metadata-Version: 2.4
Name: vsview-comp-offsets
Version: 1.0.0
Summary: A VSView plugin for offset-aware Slow.pics comparisons and append workflows.
Project-URL: Source Code, https://github.com/JanitorialMess/vsview-comp-offsets
Project-URL: Bug Tracker, https://github.com/JanitorialMess/vsview-comp-offsets/issues
Author: SuperTouch
License-Expression: GPL-3.0-or-later
License-File: LICENSE
Keywords: comparison,encoding,slowpics,vapoursynth,vsview
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Typing :: Typed
Requires-Python: >=3.12
Requires-Dist: niquests>=3.19.0
Requires-Dist: pathvalidate>=3.3.1
Requires-Dist: vsjetpack>=1.5
Requires-Dist: vsview-comp<0.11,>=0.10
Requires-Dist: vsview[secrets]>=0.8
Description-Content-Type: text/markdown

# VSView Comp Offsets

Offset-aware Slow.pics comparisons for [VSView](https://github.com/Jaded-Encoding-Thaumaturgy/vs-view).

A companion toolpanel that extends the built-in Comparison (`vsview-comp`) plugin with per-frame,
per-output frame offsets and an append-to-existing workflow.

## What it adds

- Per-frame, per-output offsets on top of the built-in Comparison frame list
- Offset-aware extraction and upload of new comparisons
- Append selected sources to an existing Slow.pics comparison (load a target, map frames, upload)
- Frame-map parsing from existing comparison row names, with a manual fallback
- Save/load of offset state (compatible with the `slowpics-offsets` JSON format)

## Install

This plugin requires VSView with its built-in Comparison plugin. The `recommended` extra installs both:

```bash
pip install "vsview[recommended]"
```

Then install this plugin into the same environment:

```bash
pip install vsview_comp_offsets-<version>-py3-none-any.whl
```

or straight from git:

```bash
pip install "git+https://github.com/JanitorialMess/vsview-comp-offsets"
```

Restart VSView and enable the **Comparison Offsets** panel from the plugin dock.
