shemanaev / jellyfin-plugin-media-cleaner

Automatically delete played media files after specified amount of time.
MIT License
71 stars 1 forks source link

[Feature]: Option for plugin to erase watched media after x hours. #22

Closed 2IkHLHB closed 1 year ago

2IkHLHB commented 1 year ago

Describe the feature you'd like added

It would be great if this plugin includes the option of having watched media deleted after the amount of hours we choose, instead of just having days as the only option.

Additional context

No response

shemanaev commented 1 year ago

The plugin isn't monitoring in real-time, but runs at specific intervals. You can, kinda, simulate desired behavior: set days to 0 and add trigger to "Played media cleanup" for desired amount of time.

2IkHLHB commented 1 year ago

That actually works. Thanks.