Editor
Inspect and edit CrossWatch local data in CW Tracker or Current State, including imports, blocks, manual adds, and save behavior.
Editor lets you inspect and modify CrossWatch local data. It has two modes. Each mode writes to different files.
Editor can change the next sync plan. Back up before risky edits.
Quick start
Modes (what they mean)
CW Tracker mode
Edits CrossWatch’s local backup state. This is the data used by Adapter: CrossWatch.
Best for:
fixing local tracker rows
cleaning up snapshots and insights
Current State mode
Edits manual policy on top of provider baselines. It keeps your changes separate so they survive a rebuild.
Best for:
blocking items from syncing out of a provider
manual adds you want to “stick”
importing a provider dataset before your first pair run
CW Tracker mode
CW Tracker mode edits local tracker files.
What you can do:
fix title/year/IDs
adjust ratings
adjust watched timestamps
delete junk rows
Snapshot behavior:
You can view Latest or an older snapshot.
Save writes to the current state file for that kind.
It does not modify older snapshot files.
Current State mode
Current State mode edits state.json safely by writing policy into a separate file.
What you are really editing
Provider baselines are read from
/config/state.jsonYour manual changes are stored in
/config/state.manual.jsonThe editor applies your policy back into
state.json, so a freshstate.jsoncan be “retrained” from policy
Provider selector
In this mode the snapshot dropdown becomes Provider: Plex, SIMKL, Trakt, MDBList, Jellyfin, Emby, and any other providers present in your state.
Import datasets (populate state.json)
state.json)In Current State, you can import live datasets directly from a provider (without setting up a sync pair first). This populates the provider baseline inside state.json, so you can immediately review, edit, and block items before you run any syncs.
How to import:
Set Data to Current State
Expand Import datasets
Pick a Provider
Choose which datasets to import: Watchlist, History, Ratings
Choose Replace baseline (overwrite that provider’s baseline for selected datasets) or Merge
Click Import
Notes:
The provider dropdown only shows providers that are available/configured.
The dataset list only shows what that provider supports.
For Plex/Jellyfin/Emby, History and Ratings imports follow your library whitelists.
If you whitelist specific libraries for a feature, the import includes only items from those libraries.
If you don’t configure whitelisting, imports include all visible libraries.
Guide: Library Whitelisting.
Import runs against live provider APIs. It can take a while; the editor shows a progress indicator while it’s running.
Import updates the baseline in
state.json. Your policy still lives instate.manual.json.
Blocking items
Blocking is provider-global policy. If you block an item on a provider, it won’t sync out from that provider.
How to block, step by step:
Set Data to Current State
Pick Kind
Pick Provider
Find the item, click the trash icon on the baseline row
Click Save
Click the trash icon again to unblock, then save.
Important: blocking is policy. The orchestrator must apply policy during planning and execution for it to affect sync.
Bulk policy
Bulk policy is a faster way to block/unblock whole media types (per provider) in Current State.
Set Data to Current State
Expand Bulk policy
Choose a type (movie/show/etc.)
Click Block all or Unblock all
Click Save
Manual adds
Manual adds let you introduce items that should be treated as present on the selected provider, even if the baseline snapshot does not include them yet.
Click Add row
Fill a unique Key
Set Type: movie, show, episode
Fill IDs if possible (IMDb or TMDB strongly recommended)
Click Save
If you only provide title and year, matching can be weaker, and targets may not be writable without IDs.
Episodes show name
For episode rows, the editor shows the series name under the episode title when it is available in the data.
Filtering, sorting, types
Filter
The filter searches across key, title, type, year, IDs, and series title for episodes.
Type chips
You can toggle Movies, Shows, Episodes. At least one type must stay enabled.
Sorting
You can sort by Key, Type, Title, Extra. Extra sorting depends on the kind.
Table columns
Table columns
Columns:
Action (trash icon)
Key
Type
Title
Year
IMDb
TMDb
Trakt
Extra
Extra depends on Kind:
Ratings: rating picker
History:
watched_ateditorWatchlist: no extra field
Saving
CW Tracker save
Save overwrites the current tracker state file for the selected kind and creates a snapshot if snapshotting is enabled.
Current State save
Save writes policy to /config/state.manual.json, then applies it into /config/state.json.
Provider baselines are not overwritten by this save (except when you explicitly use Import datasets).
Backup and restore
CW Tracker backup, restore
Tracker backup exports a ZIP containing current tracker state files and all tracker snapshots.
Tracker import accepts:
A ZIP created by the tracker export
A JSON state file for a kind
A JSON snapshot file for a kind
Current State policy backup, restore
Policy backup exists so you do not lose blocks and manual adds when state.json is replaced.
Policy Download exports the policy JSON
Policy Import merges an imported policy into the current policy by default
If you start with a fresh state.json, import your policy backup to bring back your blocks and manual adds.
File locations
Paths on disk
Current State:
Snapshot:
/config/state.jsonPolicy:
/config/state.manual.json
CW Tracker:
Stored under the CrossWatch tracker folder in the container.
Easiest to move via the Tracker ZIP export.
Safety notes
CW Tracker edits affect local backup data and insights.
Current State policy can affect sync behavior (blocks and manual adds).
Import datasets changes provider baselines in
state.json.
If you break something, restore from backup or remove policy entries and save again.
Last updated