From 846d217dcaa9400f2f14bf809c0532101d415b67 Mon Sep 17 00:00:00 2001 From: BoulderBadgeDad Date: Thu, 25 Jun 2026 22:38:26 -0700 Subject: [PATCH] video automations: order the System list as a logical pipeline MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit the API returns system automations newest-created-first, so a re-seeded row (e.g. the just-migrated movie/episode processors) jumps to the top and jumbles the grouping. the video page now re-sorts its System list by an explicit order: scans (fill) → processors (drain) → library scan/sync → maintenance. scoped to the video page only (music ordering untouched); unknown/future actions fall to the end keeping API order. string-contract test pins the scan