Skip to content

v1.15.2 — active-account filter, bare-year cleanup, schedule-drift warning

Latest

Choose a tag to compare

@R3XCHRIS R3XCHRIS released this 11 Jun 13:52

Stable release. In the official Dispatcharr/Plugins catalogue — update in-app via Plugins → Find Plugins, or grab the ZIP below.

Four community-reported fixes

Scan & Generate now ignore inactive providers (thanks Motronic)

Previously the plugin counted every Movie/Series row and generated .strm files for all relations — including content whose M3U provider had been deactivated upstream. So disabling a provider in Dispatcharr left its content in the plugin's Scan totals and produced dead .strm files. Both [LIBRARY] Catalogue snapshot and [GENERATE] now filter to relations on an active M3U account (m3u_account__is_active=True), matching Dispatcharr's own VODs UI and proxy. Scan additionally reports an orphaned count so the gap is explicit.

If you have orphaned .strm files from a previous run on now-inactive content, run [⚠ DANGER] Clean up once, then re-generate.

Bare trailing years stripped from folder names (thanks Lid)

Providers shipping titles like Wicked: For Good - 2025 (bare year, no parens) previously produced Wicked: For Good - 2025 (2025)/. Now the plugin removes a bare trailing year when it matches the known year — and adopts it as the folder year when none is otherwise known. Real titles are guarded: Blade Runner 2049, Room 1408, 1984, 2012 are all preserved.

Show Status warns on schedule drift (thanks sjsteve)

The cron job runs against a snapshot of your settings taken at the last [SCHEDULE] Apply / Update. If you change a setting afterwards without re-applying, [SCHEDULE] Show status now flags which keys differ and reminds you to re-Apply. (Compared over the snapshot's keys only, so a plugin upgrade that adds new settings won't raise a false warning.)

Clearer folder-migration help text (thanks sjsteve)

Append TMDB ID, Dedupe Movies, and Dedupe Series now spell out that toggling them on an already-generated library writes new folder names ALONGSIDE the old ones — run [⚠ DANGER] Clean up + re-generate to migrate cleanly.

Compatibility

  • Dispatcharr v0.24.0+ — verified on v0.26.0.
  • Pure Python — Linux amd64/arm64, macOS arm64, Windows.
  • Defaults unchanged; no settings migration.

Verification

SHA256: 7207f908af40be565b7d068f0dfc5907d3821b8e8df4d6e7b384fd1fc1f48812

Test coverage

165 unit tests (was 148) — 17 new across bare-year stripping, schedule-drift detection, and target-path integration.