l3uddz / plex_dupefinder

Find and delete duplicate files in Plex
GNU General Public License v3.0
303 stars 54 forks source link

some new features, improvements and config options #67

Open Tackyou opened 1 year ago

Tackyou commented 1 year ago
  1. dependency updates

  2. new config options DEBUG_RUN to quickly write decisions.log SCORE_VIDEOBITRATE SCORE_AUDIOCHANNELS REQUIRED_TO_ALLOW_PROCESSING one of the files has to contain one of the given parameters to allow processing, for example, to only remove files if a dual audio version is available (require .DUAL. or .MULTI. in one of the files) or only if a good quality version is available (require 1080p)

  3. better regex for deletefiles.sh, previous one wouldn't match all filenames properly

  4. a run script that can be used for full automation (cronjob)

  5. made the console output easier to read by shortening output and using emojis ✨ successful deletion ⚠️ failed deletion ✅ keep file ☑️ ignore/skip file ❌ delete file 🆔 file id

    Screenshot 2023-01-08 at 14 32 04