Skip to content

Add option to remove item from Continue Watching and Next Up rows#1140

Merged
damontecres merged 9 commits intomainfrom
fea/remove-continue-watching
Apr 7, 2026
Merged

Add option to remove item from Continue Watching and Next Up rows#1140
damontecres merged 9 commits intomainfrom
fea/remove-continue-watching

Conversation

@damontecres
Copy link
Copy Markdown
Owner

@damontecres damontecres commented Mar 24, 2026

Description

Adds context menu options for "Remove from continue watching" and "Remove series from next up"

Remove from continue watching

This marks the item as unplayed so it will not be shown on the Continue Watching row anymore. It may still show on a Next Up or combined row though.

Remove series from next up

This first does the same as "Remove from continue watching" above. But it also stores the series' ID in your display preferences as removed. Wholphin will filter out this series from appearing in the Next Up row until you watch any episode in the series in the future.

This only works for Wholphin clients!

There's a dialog to view which series have been removed and to re-add them manually. Settings->Customize Home->Settings->View removed next up

Related issues

Closes #906

Testing

Mostly emulator testing

Screenshots

image

AI or LLM usage

None

@damontecres damontecres added the enhancement New feature or request label Mar 24, 2026
@damontecres
Copy link
Copy Markdown
Owner Author

I put this as draft because while it works, I'm not sure I'm fully in favor of how the "Remove series from next up" is implemented especially since it only works for Wholphin. I think there are some plugins like KefinTweaks maybe that support this, so maybe it would be better to integrate somehow.

I'm curious if anyone has any thoughts!

@kiwichick888
Copy link
Copy Markdown

It's fantastic you're working on this. My two cents worth:

  1. I'd rather remove from continue watching did not mark the item as unplayed.
  2. Interested to know under what circumstances the removed item may still show on a combined row. I wouldn't want that to be the case.

@Motophan
Copy link
Copy Markdown

Motophan commented Mar 25, 2026

This is exactly what I wanted. 100

Re kikichick888, they have to do it this way because of how jellyfin handles it. There isnt a real option under the hood for remove from continue watching, it just runs two commands (mark as watched, mark as unwatched) because in the actual jellyfin backend there isnt one. Once there is they can just use that component.

@kiwichick888
Copy link
Copy Markdown

they have to do it this way because of how jellyfin handles it. There isnt a real option under the hood for remove from continue watching, it just runs two commands (mark as watched, mark as unwatched)

Oh that's a shame. I hoped it would have the same behaviour as Plex. But, if it can't be done, it can't be done 🙂

@damontecres damontecres marked this pull request as ready for review April 6, 2026 19:26
@damontecres damontecres merged commit 4eabaa9 into main Apr 7, 2026
2 checks passed
@damontecres damontecres deleted the fea/remove-continue-watching branch April 7, 2026 20:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[FEA] - Long press, Remove from continue watching

3 participants