Commit bdc1d4c
Add Skip Tunarr cross-reference option to Export step
New users frequently hit a wall where export produces 0 results because
Tunarr shows their Plex source as connected but has not fully indexed the
library programs yet. The cross-reference skips every Plex title,
leaving them with an empty CSV and no obvious way forward.
Changes:
- backend: POST /api/pipeline/export now accepts an optional JSON body
with {no_crossref: true}, which passes --no-crossref to export.py
and skips the Tunarr title-matching step entirely.
- frontend: Export step gains a Skip Tunarr cross-reference checkbox
next to the Run button. When checked, a yellow hint explains when to
use it. The checkbox is disabled while the export is running.
- CLAUDE.md: updated /api/pipeline/export entry to document the new
optional body parameter.
The --no-crossref flag already existed in export.py for CLI users; this
just surfaces it in the web UI so first-time users are not blocked while
they sort out their Tunarr library scan.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 033a335 commit bdc1d4c
3 files changed
Lines changed: 22 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
265 | 265 | | |
266 | 266 | | |
267 | 267 | | |
268 | | - | |
| 268 | + | |
269 | 269 | | |
270 | 270 | | |
271 | 271 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
94 | 97 | | |
95 | | - | |
96 | | - | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
97 | 101 | | |
98 | 102 | | |
99 | 103 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| 71 | + | |
71 | 72 | | |
72 | 73 | | |
73 | 74 | | |
74 | 75 | | |
75 | 76 | | |
76 | 77 | | |
77 | | - | |
| 78 | + | |
78 | 79 | | |
79 | 80 | | |
80 | 81 | | |
| |||
90 | 91 | | |
91 | 92 | | |
92 | 93 | | |
93 | | - | |
| 94 | + | |
94 | 95 | | |
95 | 96 | | |
96 | 97 | | |
97 | 98 | | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
98 | 106 | | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
99 | 112 | | |
100 | 113 | | |
101 | 114 | | |
| |||
0 commit comments