Skip to content

Search Video CutterV2

Search Video CutterV2 documentation.

Contest filtering (the Contests tab)

By default the Video CutterV2 cuts every finished contest of the competition you pointed it at. Most of the time that is exactly what you want.

The Contests tab exists for the times when it is not.

When you would use it

Almost always for the same reason: you need to cut something again.

A category came out wrong — the timings were off, the wrong camera angle was configured, somebody deleted the clips by mistake. Rather than re-cutting the entire competition, you restrict the CutterV2 to just the part that needs redoing.

SituationWhat to do
One category has to be cut again.Put the category's part of the contest code in the Included list, for example _m_p100_.
A few individual fights have to be cut again.Select them in the ALL CONTESTS grid and click Add to Included >>.
You want a whole category except one or two fights.Put the category in Included, and those fights' contest codes in Excluded.
One particular fight must not be published.Put its contest code in Excluded and leave Included empty.

If both lists are empty — the normal case, and how the program should be left during a live event — nothing is filtered and every finished contest is cut.

The tab

The Contests tab
The Contests tab

The tab is split in two.

ALL CONTESTS (left)

Every contest JudoNet knows about for the current competition, newest first.

ColumnMeaning
Contest CodeThe full identifier of the fight.
MatWhich mat it is on.
StatusFinished, In Progress or Pending. Only Finished contests are ever cut.
Start TimeWhen the fight started.
Judoka 1 / Judoka 2The two competitors, short names.
CategoryThe weight category.

Above the grid:

  • Search — type anything and the list narrows. It searches the contest code, the category and both judoka names at once. Several words all have to match, in any order, so -73 SLO finds the −73 kg fights involving a Slovenian judoka. The list refreshes a fraction of a second after you stop typing.
  • Refresh — fetches the contest list from JudoNet immediately.

INCLUDED and EXCLUDED (right)

Two lists that decide what gets cut.

ColumnMeaning
Contest Code/FilterThe code or text fragment being matched.
TypeContest if you added it from the grid, Filter if you typed it in.

How the filters are applied

For every finished contest, the CutterV2 asks two questions in order:

  1. Is the INCLUDED list empty? If yes, the contest passes. If no, the contest passes only if its contest code contains one of the entries.
  2. Is the EXCLUDED list empty? If yes, the contest passes. If no, the contest is dropped if its code contains one of the entries.

A contest is cut only if it passes both.

Worked examples

Using the contest code cont_cup_jun_mac2026_0007_m_p100_0009, where _m_p100_ is the men's +100 kg category and the final 0009 is the individual fight:

IncludedExcludedResult
(empty)(empty)Every finished contest is cut. The normal setup during an event.
_m_p100_(empty)Only the men's +100 kg category.
_m_p100_, _m_0073_(empty)Only the men's +100 kg and −73 kg categories.
_m_p100_cont_cup_jun_mac2026_0007_m_p100_0009The whole men's +100 kg category except that one fight.
(empty)cont_cup_jun_mac2026_0007_m_p100_0009Everything except that one fight.

The pattern in the first three rows is the useful one: the middle part of the contest code identifies the category, so typing it restricts the CutterV2 to that category. You do not have to select the fights one by one, and it works for fights that have not been fought yet.

Adding and removing filters

From the grid

  1. Select one or more rows in ALL CONTESTS (hold Ctrl or Shift for several).
  2. Click Add to Included >> or Add to Excluded >>.

The full contest code is added, and its Type shows Contest. If it was in the other list, it is removed from there.

By typing

Use the small text box above each list:

  1. Type the text you want to match — typically the category part of a contest code, such as _m_p100_.
  2. Click Add, or just press Enter.

Its Type shows Filter. Duplicates are ignored.

This is the quickest way to select a whole category. You do not have to find and select every fight in the grid, and — unlike selecting rows — it also covers fights that have not been fought yet, because it matches on the code rather than on a contest that already exists.

Removing

Select one or more rows and either click Remove Selected or press the Delete key.

Copying

Right-click any row in the Included or Excluded list and choose Copy Filter to put it on the clipboard.

When changes take effect

Changes are saved immediately — you do not need a Save button, and they survive a restart.

But you cannot open the Contests tab while automatic cutting is running, so in practice changing a filter means:

  1. Stop cutting.
  2. Change the lists.
  3. Start cutting again.

Where the filters are stored

In your settings file, %APPDATA%\VideoCutter\videocutter.conf.json, as IncludedContestPrefixes and ExcludedContestPrefixes.

They are not cleared when you change competitions. This catches people out: a filter left over from last weekend will happily block every contest of this weekend's event, and the symptom is simply that nothing is cut. The Contest Filters summary line on the Automatic cutting tab exists to prevent exactly that — glance at it before every event. It reads either:

No contest filters configured. All contests will be processed.

or:

3 included, 1 excluded