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

Add Watchlist context menu commands #2060

Closed

Conversation

Spacetech
Copy link

Add Add to Plex Watchlist and Remove from Plex Watchlist commands to the context menu.

This was a little tricky because PKC is not keeping the users watchlist synced into the plex db. So it's not possible to know if a given item is in the watchlist unless we query the plex discover api. It would be ideal if the watchlist was fully synced into the plex db, but that would be a large change and I don't think it's necessary.

So the best we can do right now is expose the Remove from Plex Watchlist for items that are being shown when browsing the watchlist key. Add to Plex Watchlist would be shown in other cases. This means it's possible for Add to Plex Watchlist to be shown for items that are already on the watchlist, which is not ideal, but it will not break anything.

Overall, the watchlist is fully controllable within Kodi now.

@croneter
Copy link
Owner

croneter commented Apr 20, 2024

Merged with cd539bf

@croneter croneter closed this Apr 20, 2024
@Spacetech Spacetech deleted the watchlist_context_menu branch April 20, 2024 17:19
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.

None yet

2 participants