shemanaev / jellyfin-plugin-media-cleaner

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

Feature request #3

Open septarchy opened 2 years ago

septarchy commented 2 years ago

Hello shemanaev,

Would it be possible to create filter based on multiple arguments?

Something like:

if rating <6 & not played >180 & notfavorite = delete if release < 2019 & not played >180 & notfavorite = delete if older than > 180 days & played once = delete

shemanaev commented 2 years ago

I have thought about that, but doesn't end up with a good way to design "non-geek" UI yet. It'll is also nice to have more flexible rules, like: (rating < 6 OR release < 2019) AND (notfavorite OR not played > 180), so it's not easy task. I will probably implement it someday, but not in near future.