Private GIT

Skip to content
Snippets Groups Projects
Commit b304e229 authored by h3llrais3r's avatar h3llrais3r Committed by miigotu
Browse files

Fix delete associated files on rename (#3343)

* Fix delete associated files on rename

When the 'move associated files' flag is not enabled, the 'delete non
associated files' flag is enabled, and there are associated files
extensions, the associated files are still deleted when renaming. This
fixes this behaviour.
Fix for https://github.com/SickRage/SickRage/issues/3306

* Rewrite if/else statement for associated files

* Rename all associated files during manual rename

Do not check the list of allowed associated files (configured for post
processing) during a rename.
During a rename, rename all associated files listed in the show dir.
This also fixes the rename of subtitles in a separate subtitle dir.

* Small adjustment

* Update logic for delete non associated files
parent 88935300
Branches
Tags
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment