NeXroll 2.0.0-beta.10
Pre-release
Pre-release
For testers: This rolls up the beta.9 + beta.10 work since beta.8. Highlights: a built-in Factory Reset, a fix so junk TypeScript thumbnails actually get cleaned up, smarter TV trailer search (fetches the upcoming season), and a faster Windows install.
New
- Factory Reset (Settings → System → Danger Zone). Returns NeXroll to a fresh-install state — empties the database and clears saved connections, dropping you back at first-run onboarding. A confirm modal (type
RESET) lets you optionally also delete downloaded trailers, uploaded prerolls, and the PO-token provider from disk. Tables are emptied rather than dropped, so it takes effect immediately without a restart.
Fixed
- Junk TypeScript thumbnails are removed for good. A scan from before the scanner learned to skip
node_modulescould import the PO-token provider's*.ts/*.d.tssource files as prerolls (.tsdoubles as the MPEG-TS video extension), and "Reinitialize Thumbnails" then generated anindex.d.ts.jpg-style thumbnail for each. NeXroll now purges those junk records — matching relative and absolute paths — and sweeps the orphaned thumbnail files off disk, both on Reinitialize Thumbnails and on every library scan. (beta.9 attempted this but missed records with relative paths.) - Faster Windows install. The installer now checks the registry for the Visual C++ runtime and skips the winget step when it's already present, instead of invoking winget on every install (which was slow to start even when it had nothing to do).
Changed
- Smarter TV trailer search — fetches the upcoming season. When a show's next season is greater than 1 and TMDB only offers the original (season‑1) trailer, NeXroll now searches YouTube for that specific season (e.g. "The Bear season 5 official trailer") instead of downloading the season‑1 trailer. It falls back to the show-level trailer only if the season search finds nothing.
Upgrade-safe. Full details in CHANGELOG.md.
Tester notes
- For a truly clean slate, use the new Factory Reset (Settings → System → Danger Zone), or reinstall.
- If you previously saw
*.d.ts.jpgjunk thumbnails, click Reinitialize Thumbnails once after updating — it purges the junk records and deletes the leftover thumbnail files.