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

Removed collections not synced to Trakt #34

Closed
lldsolitude opened this issue Jan 21, 2020 · 5 comments · Fixed by #120
Closed

Removed collections not synced to Trakt #34

lldsolitude opened this issue Jan 21, 2020 · 5 comments · Fixed by #120
Labels
feature This PR or Issue requests or introduces a new feature

Comments

@lldsolitude
Copy link

When a movie or TV episode is added to my Jellyfin library, the Trakt plugin marks it as collected in Trakt when syncing. However, when the media file is removed, the plugin won't mark it as uncollected in Trakt. I understand that some people may have more than one media libraries so this may not be a desired feature, but would it be possible to add an option that enables this?

@anthonylavado anthonylavado added bug This PR or Issue describes or fixes something that isn't working feature This PR or Issue requests or introduces a new feature and removed bug This PR or Issue describes or fixes something that isn't working labels Feb 5, 2020
@philosen
Copy link

Would love to see an option added for this as well.

@dkanada
Copy link
Member

dkanada commented Feb 14, 2020

I'm not entirely sure we have a listener for removed media, @Bond-009 do you know?

@Bond-009
Copy link
Member

https://github.com/jellyfin/jellyfin/blob/master/MediaBrowser.Controller/Library/ILibraryManager.cs#L220

@KaiStarkk
Copy link

Would also love to see this implemented to help keep trakt collections manageable.

@Shadowghost
Copy link
Contributor

Shadowghost commented Apr 18, 2022

This should work as expected, we are handling deletion events within the plugin.

Keep in mind though that we do not delete things from the trakt collection never collected on Jellyfin.

Edit: Seems like removal events are actually update events and those are currently not handled... Deletion events are only caused by actually deleting the raw media file via Jellyfin.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature This PR or Issue requests or introduces a new feature
Projects
None yet
7 participants