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: