aetaric / checkrr

Checkrr Scans your library files for corrupt media and replace the files via sonarr and radarr
MIT License
179 stars 8 forks source link

[BUG] Ingored file extensions are case sensitive #62

Closed admlko closed 1 year ago

admlko commented 1 year ago

Describe the bug ignoreexts are case sensitive. It would make sense to make them case insensitive.

To Reproduce Steps to reproduce the behavior:

  1. Add .cue file into library
  2. Add .CUE file into library
  3. Add ".cue" to the ignoreexts list.
  4. Run Checkrr and observe that the file with .CUE extension is not getting ingored.

Expected behavior Both .cue and .CUE file should be ignored.

Desktop (please complete the following information):

aetaric commented 1 year ago

Fixed via 1e0e09ef3dc