diff --git a/src/trackers/HUNO.py b/src/trackers/HUNO.py index 0bd8c746d..a6a88cfba 100644 --- a/src/trackers/HUNO.py +++ b/src/trackers/HUNO.py @@ -180,7 +180,7 @@ async def get_name(self, meta): elif type == "REMUX" and source == "BluRay": #BluRay Remux name = f"{title} ({year}) {three_d} {edition} ({resolution} {uhd} {source} {hybrid} REMUX {video_codec} {hdr} {audio} {tag}) {repack}" elif type == "REMUX" and source in ("PAL DVD", "NTSC DVD"): #DVD Remux - name = f"{title} ({year}) {edition} (DVD {hybrid} REMUX {video_codec} {hdr} {audio} {tag}) {repack}" + name = f"{title} ({year}) {edition} ({resolution} {source} {hybrid} REMUX {video_codec} {hdr} {audio} {tag}) {repack}" elif type == "ENCODE": #Encode name = f"{title} ({year}) {edition} ({resolution} {scale} {uhd} {source} {hybrid} {video_encode} {hdr} {audio} {tag}) {repack}" elif type in ("WEBDL", "WEBRIP"): #WEB @@ -198,7 +198,7 @@ async def get_name(self, meta): elif type == "REMUX" and source == "BluRay": #BluRay Remux name = f"{title} ({search_year}) {season}{episode} {three_d} {edition} ({resolution} {uhd} {source} {hybrid} REMUX {video_codec} {hdr} {audio} {tag}) {repack}" #SOURCE elif type == "REMUX" and source in ("PAL DVD", "NTSC DVD"): #DVD Remux - name = f"{title} ({search_year}) {season}{episode} {edition} ({resolution} DVD {hybrid} REMUX {video_codec} {hdr} {audio} {tag}) {repack}" #SOURCE + name = f"{title} ({search_year}) {season}{episode} {edition} ({resolution} {source} {hybrid} REMUX {video_codec} {hdr} {audio} {tag}) {repack}" #SOURCE elif type == "ENCODE": #Encode name = f"{title} ({search_year}) {season}{episode} {edition} ({resolution} {scale} {uhd} {source} {hybrid} {video_encode} {hdr} {audio} {tag}) {repack}" #SOURCE elif type in ("WEBDL", "WEBRIP"): #WEB