Schaka / janitorr

Cleans your Radarr, Sonarr, Jellyseerr and Jellyfin before you run out of space
GNU General Public License v3.0
263 stars 5 forks source link

Free Space No Longer Shown When Items Added To Leaving Soon Collections #41

Closed hacshacdgacs closed 3 months ago

hacshacdgacs commented 3 months ago

Not an issue but more a question. When the deleted soon collection has been created and items have been added to it I'm no longer seeing a free space percentage in the logs, is this normal behaviour? It used to show how much space was available an personally I'd like it to keep showing that if I could. image

Schaka commented 3 months ago

The percentage is only logged if a cleanup condition is met and file system access is given (required to read disk space).

You can find the respective code in AbstractCleanupSchedule and MediaBasedCleanupSchedule.

Feel free to fork and adjust for yourself, you can easily manipulate the build up spit out an image for you without even being able to build the project locally.