rfsbraz / deleterr

Deleterr is a Python script designed to help you manage available disk space in your Plex media server.
MIT License
118 stars 6 forks source link

Radarr list exclusion support #102

Closed rfsbraz closed 2 months ago

rfsbraz commented 2 months ago

Add support to mark deleted entries as excluded from automatic Radarr List imports.

Add add_list_exclusion_on_delete to your library config as shown in the example to enable it:

libraries:
  - name: "Movies"
    action_mode: "delete"
    add_list_exclusion_on_delete: true

Tech debt

github-actions[bot] commented 2 months ago

:robot: A Docker image for this PR is available to test with:

docker run -e LOG_LEVEL=DEBUG --rm -v ./config:/config -v ./logs:/config/logs ghcr.io/rfsbraz/deleterr:pr-102

This assumes you have a config and logs directory where you're running the command. You can adjust the volume mounts as needed.

sonarcloud[bot] commented 2 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
91.3% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud