Skip to content

Commit

Permalink
Keep suffix of long exposure shots
Browse files Browse the repository at this point in the history
  • Loading branch information
twwd committed Oct 12, 2024
1 parent 291f24d commit 6e6a05d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion media_renamer/logic/renamer.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ def generate_new_file_name(file_path: str, ignore_already_renamed: bool, use_fil

# Preserve Android moving and panorama pictures
suffix = ""
for preserved_suffix in [".MP", ".PANO", ".NIGHT", ".LS"]:
for preserved_suffix in [".MP", ".PANO", ".NIGHT", ".LS", ".LONG_EXPOSURE-01.COVER", ".LONG_EXPOSURE-02.ORIGINAL"]:
if preserved_suffix in file_name:
suffix += preserved_suffix

Expand Down

0 comments on commit 6e6a05d

Please sign in to comment.