Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check creation date for unwatched items #52

Merged
merged 1 commit into from
Jul 11, 2024

Conversation

NicolaSmaniotto
Copy link
Contributor

Adds the same check performed in #36 to the unplayed items (added with #41).

In this way, if an item is not played or was played before being added to Jellyfin, it is considered as "not played by anyone".

Solves the case in which alice watched a movie before it was added, and bob did not watch it. Currently, the media cleaner would not consider it watched by anyone (since the only watch is older than the file), but also not unwatched by everyone because it marks it watched by alice. This makes the file undeletable by the plugin.

With my patch, the behavior is consistent between the two filters: both consider files newer than their plays as unwatched.

@shemanaev shemanaev merged commit 3362473 into shemanaev:master Jul 11, 2024
1 check passed
@shemanaev
Copy link
Owner

Thank you for contribution!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants