shemanaev / jellyfin-plugin-media-cleaner

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

Are favourited series and collections ignored? #32

Closed sym0nd0 closed 8 months ago

sym0nd0 commented 8 months ago

Sorry, probably a stupid question. If a user favourites a collection of movies or an entire series of a TV show would those be ignored by Media Cleaner or would every episode or movie need to be individually favourited?

Thanks!

shemanaev commented 8 months ago

Not stupid at all.

For series it is based on granularity, e.g. if you choose to delete every episode, favorites filter will lookup in next order: episode -> season -> series. If you choose to delete per season: season -> series.

Collections currently aren't handled in any way, so for movies only way is to mark individually. (I probably add this to my plan).

sym0nd0 commented 8 months ago

Amazing, thanks for the quick reply, really appreciate it.