mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #15360] [CLOSED] Add Feature: Watchlist #14283
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/jellyfin/jellyfin/pull/15360
Author: @denj15
Created: 11/3/2025
Status: ❌ Closed
Base:
master← Head:watchlist📝 Commits (3)
58ae4bbInitial changeset85f9597Fixed: Save IsWatchlisted field bugce09784Added yuvve to contributors📊 Changes
26 files changed (+2051 additions, -4 deletions)
View changed files
📝
CONTRIBUTORS.md(+2 -0)📝
Directory.Packages.props(+1 -0)📝
Emby.Server.Implementations/Library/UserDataManager.cs(+13 -0)➕
Emby.Server.Implementations/Sorting/IsWatchlistedComparer.cs(+59 -0)📝
Jellyfin.Api/Controllers/GenresController.cs(+3 -0)📝
Jellyfin.Api/Controllers/ItemsController.cs(+7 -0)📝
Jellyfin.Api/Controllers/TrailersController.cs(+1 -0)📝
Jellyfin.Api/Controllers/UserLibraryController.cs(+84 -0)📝
Jellyfin.Data/Enums/CollectionType.cs(+19 -1)📝
Jellyfin.Data/Enums/ItemSortBy.cs(+5 -0)📝
Jellyfin.Server.Implementations/Item/BaseItemRepository.cs(+7 -0)📝
MediaBrowser.Controller/Entities/BaseItem.cs(+7 -0)📝
MediaBrowser.Controller/Entities/InternalItemsQuery.cs(+2 -0)📝
MediaBrowser.Controller/Entities/UserItemData.cs(+6 -0)📝
MediaBrowser.Controller/Entities/UserViewBuilder.cs(+42 -0)📝
MediaBrowser.Model/Dto/UpdateUserItemDataDto.cs(+6 -0)📝
MediaBrowser.Model/Dto/UserItemDataDto.cs(+6 -0)📝
MediaBrowser.Model/Querying/ItemFilter.cs(+6 -1)📝
MediaBrowser.XbmcMetadata/Savers/BaseNfoSaver.cs(+1 -0)📝
src/Jellyfin.Database/Jellyfin.Database.Implementations/Entities/UserData.cs(+6 -0)...and 6 more files
📄 Description
Added watchlist feature to 10.11.1
Used changes made by @yuvve from #12766
Added IsWatchlisted state with sorting, filtering, persistence and endpoints. IsWatchlisted is automatically set to false when the item is played to completion.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.