Release Notes

High-level features, fixes, and improvements, grouped by release (AssemblyVersion in Solution Items/CommonInfo.cs). Minor tweaks and cosmetic one-liners are intentionally left out in favor of changes that actually moved the app forward. For the day-to-day format of the on-disk metadata files themselves and the historical narrative behind them, see README.md.

3.0.8.0 — 11-Jul-2026 to 08-Aug-2026

Work resumed on MediaScout in July 2026 after a long hiatus, picking up the 3.0.6.0 baseline and modernizing it end to end: a new metadata-service architecture, a real installer, a settings-loss bug fix, and a full WPF-UI theming pass.

Modernized foundation

Installation & reliability

Redesigned settings experience

Visual overhaul

Metadata accuracy fixes

Baseline — 3.0.6.0 — 20-Oct-2022

The version MediaScout was left at before the 2026 restart. A working WPF desktop app that scanned Movies/TV folders, looked up metadata from TMDB and TVDB (v1/v3 era APIs) through the original MediaScout.Providers.* layer, downloaded artwork, and wrote it all back out as Kodi-style .nfo and My Movies/TheTVDB-style .xml sidecar files — built on an older, mixed .NET Framework/.NET Core setup with no automated tests, no installer, and pre-WPF-UI hand-rolled styling. Everything under 3.0.8.0 above builds directly on top of this.