Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Overwrite when path or name matches proper or Repack #118

Open
lozbrown opened this issue Sep 25, 2015 · 2 comments
Open

Overwrite when path or name matches proper or Repack #118

lozbrown opened this issue Sep 25, 2015 · 2 comments
Milestone

Comments

@lozbrown
Copy link

This is actually a duplicate of #84 as i'm not sure why that was closed becuase it's still a very useful request that is not yet possible.

Essentially an additional config item, something like "overwrite_destination_on_repack_proper" which when true would perform a case insensitive pattern match on the full path for Proper or Repack and force overwriting for these files.

@lozbrown
Copy link
Author

lozbrown commented Oct 7, 2020

thinking about this it might be better to have some sort of pattern list where overide is forced

"force_overwrite_patterns": [{"match": "REPACK ", "is_regex": false}]

@dbr dbr added this to the v4.1 milestone Oct 8, 2020
@dbr
Copy link
Owner

dbr commented Oct 8, 2020

Yeh that seems like a good approach, and shouldn't be to hard to implement once the renaming logic is tidied up in the v4.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants