Skip to content

Commit

Permalink
Revert "Don't tag BD with region"
Browse files Browse the repository at this point in the history
This reverts commit 06a60bc.
  • Loading branch information
Audionut committed Dec 20, 2024
1 parent 2cae774 commit 6abe428
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/prep.py
Original file line number Diff line number Diff line change
Expand Up @@ -696,8 +696,6 @@ async def process_tracker(tracker_name, meta):
if meta.get('is_disc', None) == "BDMV": # Blu-ray Specific
meta['region'] = self.get_region(bdinfo, meta.get('region', None))
meta['video_codec'] = self.get_video_codec(bdinfo)
if meta['tag'][1:].startswith(meta['region']):
meta['tag'] = meta['tag'].replace(f"-{meta['region']}", '')
else:
meta['video_encode'], meta['video_codec'], meta['has_encode_settings'], meta['bit_depth'] = self.get_video_encode(mi, meta['type'], bdinfo)
if meta.get('no_edition') is False:
Expand Down

0 comments on commit 6abe428

Please sign in to comment.