Niels van Velzen
a8f361f8c0
Merge pull request #16788 from theguymadmax/do-more-like-no2
...
Remove DigitalOcean from sponsors section
2026-05-06 19:08:43 +02:00
Niels van Velzen
c0593281ff
Merge pull request #16466 from PERSONALPANCHIWIRIS/fix/issue#16308_community_rating_not_updating
...
Fix #16308 : Community ratings not updating after changing .nfo file.
2026-05-06 19:08:19 +02:00
Niels van Velzen
d648aba881
Merge pull request #16611 from LmanTW/master
...
Ignore season directories with no video for TV Shows
2026-05-06 19:08:05 +02:00
Niels van Velzen
44d5954205
Merge pull request #16783 from Shadowghost/fix-people-without-item-id
...
Fix unique people response for query if no item ID is supplied
2026-05-06 19:07:13 +02:00
Niels van Velzen
10c42d70ca
Merge pull request #16780 from Shadowghost/fix-muscibrainz-dispose
...
Move MusicBrainz Query client to plugin instance
2026-05-06 19:07:03 +02:00
Niels van Velzen
da88a06ede
Merge pull request #16779 from Shadowghost/fix-subtitle-save
...
Fix subtitle save path
2026-05-06 19:07:00 +02:00
Bond-009
842a5efdcf
Merge pull request #16782 from JPVenson/backport/15368
...
Fix UserManager after EFcore refactor (backport #15368 )
2026-05-06 18:02:30 +02:00
Bond-009
e84fd95bcc
Merge pull request #16246 from lcorbasson/lcorbasson-patch-1
...
CodeQL / Analyze (csharp) (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
OpenAPI Publish / OpenAPI - Publish Artifact (push) Has been cancelled
OpenAPI Publish / OpenAPI - Publish Unstable Spec (push) Has been cancelled
OpenAPI Publish / OpenAPI - Publish Stable Spec (push) Has been cancelled
Project Automation / Project board (push) Has been cancelled
Merge Conflict Labeler / Labeling (push) Has been cancelled
Add the filename to exceptions in DeserializeFromFile()
2026-05-06 17:41:20 +02:00
Bond-009
28546f535c
Merge pull request #16646 from Biosias/cz-sk-season-parse
...
Add different Slovak and Czech translation of Season for parsing
2026-05-06 17:40:47 +02:00
Bond-009
e50aeb914a
Merge pull request #16322 from poytiis/remove-ToList-calls
...
Remove unnecessary ToList calls in TrickplayManager
2026-05-06 17:40:12 +02:00
Bond-009
087e745e7a
Merge pull request #16778 from Shadowghost/fix-rewatch
...
Fix rewatch query
2026-05-06 17:37:13 +02:00
theguymadmax
c8c890b9e5
Remove DigitalOcean from sponsors section
2026-05-06 08:21:23 -04:00
Shadowghost
4b8be6bc91
Fix unique people response for query if no item ID is supplied
2026-05-05 20:21:44 +02:00
JPVenson
ec054f6a34
Backport changes from #15368
2026-05-05 17:57:27 +00:00
Shadowghost
d3e6079d38
Move MusicBrainz Query client to plugin instance
2026-05-05 17:43:37 +02:00
Shadowghost
9ade1fb8f6
Fix subtitle save path
2026-05-05 17:32:58 +02:00
Shadowghost
8a43b1c784
Fix rewatch query
2026-05-05 17:31:19 +02:00
Niels van Velzen
4178e0ebaf
Merge pull request #16220 from Shadowghost/epg-fixes
...
Stale PR Check / Check PRs with merge conflicts (push) Has been cancelled
CodeQL / Analyze (csharp) (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
OpenAPI Publish / OpenAPI - Publish Artifact (push) Has been cancelled
OpenAPI Publish / OpenAPI - Publish Unstable Spec (push) Has been cancelled
OpenAPI Publish / OpenAPI - Publish Stable Spec (push) Has been cancelled
Merge Conflict Labeler / Labeling (push) Has been cancelled
Project Automation / Project board (push) Has been cancelled
Stale Issue Labeler / Check for stale issues (push) Has been cancelled
Fix EPG issues
2026-05-05 15:53:19 +02:00
Niels van Velzen
064fd8c5c0
Merge pull request #16756 from Shadowghost/artist-speedup
...
Speed-up LatestItems for Music
2026-05-05 15:49:02 +02:00
Niels van Velzen
7be1350205
Merge pull request #16769 from llaforest/fix/playback-progress-null-overwrite
...
Guard against null-overwrite of saved audio/subtitle track selections
2026-05-05 15:48:53 +02:00
Niels van Velzen
b227f3e85b
Merge pull request #16777 from gabeluci/fix-directoryservice-sort
...
Fix use of thread-unsafe List<T>.Sort()
2026-05-05 15:48:46 +02:00
Joshua M. Boniface
fd6badf096
Merge pull request #16754 from nielsvanvelzen/keep-legacy-auth
...
Keep legacy authorization enabled
2026-05-05 09:46:38 -04:00
samurato
7e4727fff8
Translated using Weblate (Nepali)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ne/
2026-05-05 12:31:14 +00:00
Gabriel Luci
6f2e42c20c
Fix use of thread-unsafe List<T>.Sort()
2026-05-04 23:46:00 -04:00
Shadowghost
d4f91ab5ca
Fixup
2026-05-04 23:48:09 +02:00
Shadowghost
0d58c773f9
Fix review comments
2026-05-04 21:42:31 +02:00
Shadowghost
6be96100c7
Fix review and CodeQL comments
2026-05-04 21:33:10 +02:00
Shadowghost
57c0fcd674
Merge remote-tracking branch 'upstream/master' into epg-fixes
2026-05-04 21:26:26 +02:00
llaforest
6ea2f05497
Guard against null-overwrite of saved audio/subtitle track selections
...
Some clients omit AudioStreamIndex or SubtitleStreamIndex in playback progress reports and it causes previously saved track selections to be erased.
Add .HasValue checks so only explicit track changes are persisted.
2026-05-04 13:26:08 -04:00
Niels van Velzen
ec04313317
Merge pull request #16478 from Shadowghost/cachdir.tag-support
...
Stale PR Check / Check PRs with merge conflicts (push) Has been cancelled
CodeQL / Analyze (csharp) (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
OpenAPI Publish / OpenAPI - Publish Artifact (push) Has been cancelled
OpenAPI Publish / OpenAPI - Publish Unstable Spec (push) Has been cancelled
OpenAPI Publish / OpenAPI - Publish Stable Spec (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
Add CACHEDIR.tag support
2026-05-04 19:12:40 +02:00
Niels van Velzen
d87e9f9622
Merge pull request #16695 from ExpctING/fix_dummy_chapter
...
Fix dummy chapter handling for videos with a single chapter or short duration.
2026-05-04 18:02:16 +02:00
Niels van Velzen
10de1ce8fe
Merge pull request #16272 from jellyfin/renovate/morestachio-5.x
...
Update dependency Morestachio to 5.0.1.670
2026-05-04 18:01:11 +02:00
Niels van Velzen
5d5ae271a5
Merge pull request #16702 from itz4blitz/blitz/issue-13197-nfo-season
...
Honor episode NFO season during metadata merge
2026-05-04 18:00:50 +02:00
Niels van Velzen
d707a9dba1
Merge pull request #16704 from dyld-w/fix/keyframe-duration-overshoot
...
Fix keyframe duration overshoot breaking playback
2026-05-04 17:59:59 +02:00
Niels van Velzen
d359d2f7a8
Merge pull request #16166 from Shadowghost/ignore-caching
...
Implement ignore rule caching
2026-05-04 17:59:48 +02:00
Niels van Velzen
ba268cc3fb
Merge pull request #16761 from Shadowghost/fix-recursive-collection-folder
...
Fix Playlist and Boxset query, save and count performance
2026-05-04 17:58:57 +02:00
Niels van Velzen
dcba6c3659
Merge pull request #16616 from dkanada/fix-person-limit
...
fix person TotalRecordCount when limit is applied
2026-05-04 17:58:27 +02:00
Niels van Velzen
57821e4cde
Merge pull request #16475 from Shadowghost/fix-triple-digit-episode-numbers
...
Fix triple digit episode number handling
2026-05-04 17:58:13 +02:00
Niels van Velzen
b7d0301099
Merge pull request #16747 from MBR-0001/fix-ffprobe-subs
...
Fix FFProbeVideoInfo downloading subtitles without considering internal streams
2026-05-04 17:57:49 +02:00
Shadowghost
2365cea626
Only consider Album creation date
2026-05-04 15:13:00 +02:00
Shadowghost
fa65a392b0
Fix Playlist and Boxset query and count perf
2026-05-04 10:25:02 +02:00
dkanada
ec990be12a
fix person TotalRecordCount when limit is applied
2026-05-04 12:06:11 +09:00
Shadowghost
0f6bab03eb
Fix Sonar comments
2026-05-04 02:16:00 +02:00
Shadowghost
88cad2ad1a
Speed-up LatestItems for Music
2026-05-04 02:00:38 +02:00
Shadowghost
d20c775daf
Implement ignore rule caching
2026-05-03 23:35:33 +02:00
Niels van Velzen
b8e25b49b3
Keep legacy authorization enabled
2026-05-03 22:20:24 +02:00
Weblate
622947e374
Update translation files
...
Stale PR Check / Check PRs with merge conflicts (push) Has been cancelled
CodeQL / Analyze (csharp) (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
OpenAPI Publish / OpenAPI - Publish Artifact (push) Has been cancelled
OpenAPI Publish / OpenAPI - Publish Unstable Spec (push) Has been cancelled
OpenAPI Publish / OpenAPI - Publish Stable Spec (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
Updated by "Cleanup translation files" hook in Weblate.
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/
2026-05-03 19:56:43 +00:00
Niels van Velzen
6e22075a63
Merge pull request #16062 from Shadowghost/perf-rebased
...
Query Performance Improvements
2026-05-03 21:56:34 +02:00
Shadowghost
d68d0fa962
Merge remote-tracking branch 'upstream/master' into perf-rebased
2026-05-03 13:31:23 +02:00
Shadowghost
00b08c0b32
Omit BoxSet related materialization
2026-05-03 13:26:30 +02:00