[PR #9812] Support a My List feature #12235

Closed
opened 2026-02-07 06:52:21 +03:00 by OVERLORD · 0 comments
Owner

Original Pull Request: https://github.com/jellyfin/jellyfin/pull/9812

State: closed
Merged: No


My List is a more generically named Watchlist (because it should also support music, audiobooks, etc), which has been requested here: https://features.jellyfin.org/posts/576/watchlist-like-netflix

It's similar to the existing Favorites feature, but will auto-remove some items after they are played in full.

Changes

  • Two new columns are added to the UserDatas table to record what items have been added to the user's My List, and when (to support displaying the newest items first on the My List screen).
  • Two new endpoints are added to support adding and removing items.
  • A filter is added to support retrieving items on the user's My List.

Issues
https://github.com/jellyfin/jellyfin/issues/7608

Companion pull requests

**Original Pull Request:** https://github.com/jellyfin/jellyfin/pull/9812 **State:** closed **Merged:** No --- My List is a more generically named Watchlist (because it should also support music, audiobooks, etc), which has been requested here: https://features.jellyfin.org/posts/576/watchlist-like-netflix It's similar to the existing Favorites feature, but will auto-remove some items after they are played in full. **Changes** - Two new columns are added to the UserDatas table to record what items have been added to the user's My List, and when (to support displaying the newest items first on the My List screen). - Two new endpoints are added to support adding and removing items. - A filter is added to support retrieving items on the user's My List. **Issues** https://github.com/jellyfin/jellyfin/issues/7608 **Companion pull requests** - [apiclient-javascript pull request](https://github.com/jellyfin-archive/jellyfin-apiclient-javascript/pull/432) - [web pull request](https://github.com/jellyfin/jellyfin-web/pull/4645)
OVERLORD added the pull-request label 2026-02-07 06:52:21 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#12235