Metadata-Version: 2.4
Name: vsview-comp-offsets
Version: 1.2.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.13,>=0.12
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 plugin that extends the vsview-comp 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

## Install

If vsview is installed as a uv tool, add this plugin to it:

```bash
uv tool install vsview --with vsview-comp-offsets
```

For an existing uv tool install, upgrade in place:

```bash
uv tool upgrade vsview
```

Otherwise install into whichever environment runs vsview:

```bash
uv pip install vsview-comp-offsets
```

This plugin requires vsview-comp, which the `recommended` extra installs:

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