From bde1945f67f137a28b1995aca467f254278af981 Mon Sep 17 00:00:00 2001 From: CodeName393 Date: Thu, 26 Feb 2026 02:05:40 +0900 Subject: [PATCH] Fix --- unshackle/core/titles/episode.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/unshackle/core/titles/episode.py b/unshackle/core/titles/episode.py index d9e4196..be6cc15 100644 --- a/unshackle/core/titles/episode.py +++ b/unshackle/core/titles/episode.py @@ -107,7 +107,6 @@ class Episode(Title): return "" width = getattr(track, "width", track.height) resolution = min(width, track.height) - try: dar = getattr(track, "other_display_aspect_ratio", None) or [] if dar and dar[0]: @@ -156,6 +155,9 @@ class Episode(Title): name=self.name if self.name and config.insert_episodename_into_filenames else "", ).strip() + if getattr(config, "repack", False): + name += " REPACK" + if primary_video_track: resolution_token = _get_resolution_token(primary_video_track) if resolution_token: