Skip to content

v1.2.0

Choose a tag to compare

@guilty57 guilty57 released this 21 Jul 12:29

What's Fixed

Restore now matches backup files by TvdbId + season/episode number, not an
exact filename match on episode title. Previously, if a server's library
metadata language differed from the language used when the backup was
created (e.g. translated episode titles), the restore task would silently
skip every affected episode — no error, no log entry.

Diagnostics

The restore task now logs why an episode was skipped (no TvdbId vs. no
matching backup file found), instead of only reporting a final count.

Notes

  • Backup file matching pattern: *({TvdbId})*S{season}E{episode}*.json
  • BackupIntrosTask (write side) is unchanged.