everettsouthwick / Eraserr

Python script for deleting unwatched or stale media from Plex servers using Radarr, Sonarr, and Overseerr.
GNU General Public License v3.0
24 stars 1 forks source link

Disable Plex Library Refresh #22

Closed kalyway101 closed 1 year ago

kalyway101 commented 1 year ago

Is your feature request related to a problem? Please describe. Yes. I would like to have the option to NOT refresh my Plex library.

Describe the solution you'd like Something in the configuration that disables library refresh

everettsouthwick commented 1 year ago

This is a good opportunity for configuration. I will add this.

everettsouthwick commented 1 year ago

This has been implemented in #24. There is a new config.json property introduced to dictate whether the Plex library should be refreshed following completion.

    "plex": {
        "base_url": "http://host.port",
        "token": "",
        "refresh": true // false if you don't want it to refresh
    },
abnersnell commented 1 year ago

Was "refresh" removed from the latest version?

everettsouthwick commented 1 year ago

@abnersnell I removed the functionality to refresh altogether. Is this a feature you'd like to see come back? It was a little buggy so I removed it in favor of more robust solutions that are already available (like autoscanner, or linking your radarr/sonarr with plex).

abnersnell commented 1 year ago

Perfect! I use autoscan. Thank you!