Shadowghost
077fa89717
Split BaseItemRepository and IItemRepository
2026-03-07 20:12:42 +01:00
Shadowghost
268f23f39a
Fix trickplay generation for parts and alt versions
2026-03-06 00:16:04 +01:00
Shadowghost
f5b2e0b8f9
Ensure parts use base type
2026-03-05 21:38:10 +01:00
Shadowghost
8c0898738d
Fix stacking
2026-03-03 21:45:28 +01:00
Shadowghost
116a036d56
Fix promotion
2026-02-28 17:08:32 +01:00
Shadowghost
8ee4f951fe
Defer primary deletion if we replace primary until after item creation
2026-02-28 11:31:52 +01:00
Shadowghost
457c53da6f
Decouple demotion detection from deletion
2026-02-27 21:22:47 +01:00
Shadowghost
826e21ecc8
Fix LinkedAlternativeVersion validation
2026-02-27 13:51:51 +01:00
Shadowghost
bd6bf6ee3c
Merge remote-tracking branch 'upstream/master' into perf-rebased
2026-02-27 13:27:57 +01:00
dfederm
bdfb6edfa3
Backport pull request #16150 from jellyfin/release-10.11.z
...
Stale PR Check / Check PRs with merge conflicts (push) Has been cancelled
CodeQL / Analyze (csharp) (push) Has been cancelled
OpenAPI / OpenAPI - BASE (push) Has been cancelled
OpenAPI / OpenAPI - HEAD (push) Has been cancelled
OpenAPI / OpenAPI - Difference (push) Has been cancelled
OpenAPI / OpenAPI - Publish Unstable Spec (push) Has been cancelled
OpenAPI / OpenAPI - Publish Stable Spec (push) Has been cancelled
Tests / run-tests (macos-latest) (push) Has been cancelled
Tests / run-tests (ubuntu-latest) (push) Has been cancelled
Tests / run-tests (windows-latest) (push) Has been cancelled
Project Automation / Project board (push) Has been cancelled
Merge Conflict Labeler / Labeling (push) Has been cancelled
Stale Issue Labeler / Check for stale issues (push) Has been cancelled
Fix nullref in Season.GetEpisodes when the season is detached from a series
Original-merge: b65daeca0b
Merged-by: Bond-009 <bond.009@outlook.com >
Backported-by: Bond_009 <bond.009@outlook.com >
2026-02-26 13:54:31 -05:00
Shadowghost
2d0d497961
Update saved metadata on primary change
2026-02-25 21:03:46 +01:00
Shadowghost
4bd9dbe910
Fix LinkedChildren rerouting on primary version demotion
2026-02-25 20:53:29 +01:00
Shadowghost
66c11231b2
Fix promotion logic
2026-02-23 20:25:55 +01:00
Shadowghost
6ce5f9dfd5
Cleanup folder duplicates of series
2026-02-22 12:34:58 +01:00
Shadowghost
ae5420d4ae
Handle linkedChildren in GetPlayedAndTotalCountBatch and optimize filter
2026-02-21 22:38:07 +01:00
Shadowghost
0f1a6fe4c2
Fix IsPlayed filter and setting BoxSet played/unplayed
2026-02-21 19:58:00 +01:00
Shadowghost
ff0a64ecb9
Merge remote-tracking branch 'upstream/master' into perf-rebased
2026-02-20 21:17:55 +01:00
Shadowghost
0f75518287
Enforce permissions on BoxSets
2026-02-16 18:50:11 +01:00
Shadowghost
ba356638e8
Fix Extra refresh
2026-02-15 23:13:01 +01:00
Shadowghost
3439d3c017
Migrate PrimaryVersionId to GUID and fix assignment
2026-02-15 23:12:52 +01:00
Bond-009
d0809ce58b
Merge pull request #16236 from theguymadmax/fix-season-unknown
...
Fix episodes appearing in Season Unknown incorrectly and prevent unnecessary virtual season creation
2026-02-15 10:48:55 +01:00
Shadowghost
340bcafd3d
Merge remote-tracking branch 'upstream/master' into perf-rebased
2026-02-15 10:14:41 +01:00
dfederm
a37e83d448
Backport pull request #16227 from jellyfin/release-10.11.z
...
Reattach user data after item removal during library scan
Original-merge: be71295693
Merged-by: Bond-009 <bond.009@outlook.com >
Backported-by: Bond_009 <bond.009@outlook.com >
2026-02-14 05:57:25 -05:00
theguymadmax
48e456903e
Apply review feedback
2026-02-13 16:28:22 -05:00
theguymadmax
2757c18312
Fix episodes appearing in Season Unknown incorrectly and prevent unnecessary virtual season creation
2026-02-13 11:52:10 -05:00
Shadowghost
5dcec831f3
Fix naming filter when collapsing into boxsets
2026-02-09 09:13:31 +01:00
Shadowghost
edc6caf255
Cleanup and fix version ordering
2026-02-09 00:45:48 +01:00
Shadowghost
71594b4a9a
Fix multiple version resolution
2026-02-08 17:22:52 +01:00
Shadowghost
bb6c3b4eec
Fix BoxSet collapse handling and deletion
2026-02-07 21:17:01 +01:00
Shadowghost
2420ece5fe
Fix version resolution and scan handling
2026-02-07 19:01:37 +01:00
Shadowghost
268d88a5fb
Optimize Collection Grouping, NextUp and Latest queries
2026-02-07 01:38:06 +01:00
Shadowghost
0c46004cd9
Optimize accessibility checks
2026-02-05 19:57:39 +01:00
Shadowghost
a0346fe5b7
Fix multiple version handling
2026-02-05 01:41:07 +01:00
Shadowghost
98b561d62c
Revert RefreshMetadata changes
2026-02-01 16:54:59 +01:00
Shadowghost
d6a8fa1485
Fix part removal and double series refresh
2026-02-01 14:16:51 +01:00
Shadowghost
09a729effe
Fix tag checks
2026-01-31 23:45:38 +01:00
Shadowghost
4a1012fd22
FIx folder refreshes resetting LinkedChildren
2026-01-18 19:48:46 +01:00
Shadowghost
5996c4afce
Complete LinkedChildren integration and batch DTO optimizations
...
This commit integrates remaining performance changes:
- Add batch user data fetching in DtoService to reduce N+1 queries
- Add GetNextUpEpisodesBatch in TVSeriesManager for efficient batch retrieval
- Update Video/Movie/BoxSet to use LibraryManager for alternate versions
- Transition LinkedChild to use ItemId instead of Path (obsolete Path/LibraryItemId)
- Update providers and controllers for LinkedChildren-based references
- Add NextUpEpisodeBatchResult for batched episode queries
- Integrate IDescendantQueryProvider in SqliteDatabaseProvider
2026-01-18 19:48:46 +01:00
Shadowghost
dfa78590c2
Add OwnerId fix migration and library options event
...
- Add FixIncorrectOwnerIdRelationships migration routine
- Add LibraryOptionsUpdatedEventArgs for library options changes
2026-01-18 19:47:02 +01:00
Shadowghost
c350fd0f40
Remove ExtraIds column and use OwnerId relationship for extras
...
- Remove ExtraIds property from BaseItemEntity and BaseItem
- Update RefreshExtras to query via OwnerId instead of cached ExtraIds
- Update GetExtras methods to query database via OwnerIds filter
- Add OwnerIds and ExtraTypes filter support to InternalItemsQuery
- Add filter handling in BaseItemRepository for new query options
- Update HasSpecialFeature/HasTrailer filters to use Extras relationship
- Add CleanupOrphanedExtras migration routine
- Add database migration to drop ExtraIds column
2026-01-18 19:47:02 +01:00
Shadowghost
1491494bcb
Add early tag check exit and enhance search ordering
...
- BaseItem: Skip GetInheritedTags() call for users without tag
restrictions, improving visibility check performance
- BaseItem: Only fetch parents once in visibility chec
- OrderMapper: Include OriginalTitle in search relevance scoring
for better matching of foreign content
2026-01-18 19:46:37 +01:00
MarcoCoreDuo
09edca8b7a
Backport pull request #15899 from jellyfin/release-10.11.z
...
Fix watched state not kept on Media replace/rename
Original-merge: 8433b6d8a4
Merged-by: joshuaboniface <joshua@boniface.me >
Backported-by: Bond_009 <bond.009@outlook.com >
2026-01-18 11:30:38 -05:00
theguymadmax
d270957c82
Backport pull request #15950 from jellyfin/release-10.11.z
...
Revert "always sort season by index number"
Original-merge: 32d2414de0
Merged-by: Bond-009 <bond.009@outlook.com >
Backported-by: Bond_009 <bond.009@outlook.com >
2026-01-10 06:11:26 -05:00
theguymadmax
928a8458dd
Backport pull request #15786 from jellyfin/release-10.11.z
...
Fix parental rating filtering with sub-scores
Original-merge: 5804d6840c
Merged-by: crobibero <cody@robibe.ro >
Backported-by: Bond_009 <bond.009@outlook.com >
2025-12-28 07:22:28 -05:00
theguymadmax
252ab45473
Backport pull request #15767 from jellyfin/release-10.11.z
...
Fix collections display order
Original-merge: 22da5187c8
Merged-by: crobibero <cody@robibe.ro >
Backported-by: Bond_009 <bond.009@outlook.com >
2025-12-28 07:22:25 -05:00
gnattu
5557004375
Backport pull request #15689 from jellyfin/release-10.11.z
...
Use original name for MusicAritist matching
Original-merge: 4c5a3fbff3
Merged-by: crobibero <cody@robibe.ro >
Backported-by: Bond_009 <bond.009@outlook.com >
2025-12-28 07:22:17 -05:00
evan314159
8b2a8b94b6
avoid Take(0) when limit == 0 ( #14608 )
...
Co-authored-by: Evan <evan@MacBook-Pro.local >
2025-12-08 21:15:46 -07:00
theguymadmax
70dcf3f7b3
Backport pull request #15594 from jellyfin/release-10.11.z
...
Fix isMovie filter logic
Original-merge: 94f3725208
Merged-by: crobibero <cody@robibe.ro >
Backported-by: Bond_009 <bond.009@outlook.com >
2025-12-03 14:04:25 -05:00
theguymadmax
7d05c875f3
Backport pull request #15380 from jellyfin/release-10.11.z
...
Fix item count display for collapsed items
Original-merge: 8f71922734
Merged-by: crobibero <cody@robibe.ro >
Backported-by: Bond_009 <bond.009@outlook.com >
2025-11-17 14:08:50 -05:00
theguymadmax
c805c5e2b1
Backport pull request #15373 from jellyfin/release-10.11.z
...
Fix collection grouping in mixed libraries
Original-merge: 13c4517a66
Merged-by: crobibero <cody@robibe.ro >
Backported-by: Bond_009 <bond.009@outlook.com >
2025-11-17 14:08:49 -05:00