Joshua M. Boniface
e1691e649e
Merge pull request #16514 from theguymadmax/release-10.11.z-fixup
2026-03-29 19:04:53 -04:00
theguymadmax
8d28497d29
Fix lint issue
2026-03-29 18:25:57 -04:00
Joshua M. Boniface
0f1732e5f5
Merge pull request #16425 from theguymadmax/fix-metadata-backup
2026-03-29 15:22:14 -04:00
Bond-009
41c2d51d8c
Merge pull request #16369 from Bond-009/skiafonts
...
Fix nullref ex in font handling
2026-03-29 20:27:17 +02:00
Bond-009
29b2361857
Merge pull request #16423 from nyanmisaka/fix-ffmpeg8-readrate-option
...
Fix readrate options in FFmpeg 8.1
2026-03-23 21:25:35 +01:00
Bond-009
ce867f9834
Merge pull request #16449 from theguymadmax/fix-collection-number
...
Fix NFO saver using wrong provider ID for collectionnumber
2026-03-23 19:23:34 +01:00
theguymadmax
4034bf9d7e
Save collection id instead of moive id
2026-03-22 12:49:33 -04:00
theguymadmax
61b19688ff
Backup default metadata location
2026-03-17 23:13:20 -04:00
theguymadmax
e8d72bf6a3
Fix restore backup metadata location
2026-03-16 10:32:09 -04:00
nyanmisaka
348b14f7b7
Fix readrate options in FFmpeg 8.1
...
Signed-off-by: nyanmisaka <nst799610810@gmail.com >
2026-03-16 17:58:53 +08:00
IceStormNG
fda49a5a49
Apply analyzeduration and probesize for subtitle streams to improve codec parameter detection ( #16293 )
...
Apply analyzeduration and probesize for subtitle streams to improve codec parameter detection
2026-03-13 20:26:25 +01:00
Bond-009
55c00d76bb
Merge pull request #16392 from nyanmisaka/fix-ffmpeg8-filter-detection
...
Fix filter detection in FFmpeg 8.1
2026-03-13 20:24:18 +01:00
nyanmisaka
519d2113eb
Fix filter detection in FFmpeg 8.1
...
Signed-off-by: nyanmisaka <nst799610810@gmail.com >
2026-03-11 17:46:07 +08:00
Bond_009
f34f6b6941
Fix nullref ex in font handling
...
Don't add fallback fonts if they are null
The default font can still be null, however unlikely
2026-03-08 12:46:25 +01:00
Joshua M. Boniface
6864e108b8
Merge pull request #16257 from lowbit/fix/subtitle-empty-file-cache
2026-03-07 00:53:56 -05:00
Bond-009
09ba04662a
Merge pull request #16341 from crimsonspecter/fix-fractional-hls-time-for-remux
...
Fix hls segment length adjustment for remuxed content
2026-03-06 22:39:59 +01:00
crimsonspecter
9cd2418095
Fix: don't apply segment length adjustment for remuxed content
2026-03-04 20:27:06 +01:00
Bond-009
b6a96513de
Merge pull request #16253 from theguymadmax/use-backupdatabase
...
Checkpoint WAL before moving library.db in migration
2026-02-28 10:08:36 +01:00
Bond-009
ca57166e95
Merge pull request #16204 from MBR-0001/fix-bad-subtitle-settings
...
Fix broken library subtitle download settings
2026-02-28 10:08:20 +01:00
MBR#0001
33496c1693
Fix broken library subtitle download settings
2026-02-26 19:54:24 +01:00
Bond-009
b65daeca0b
Merge pull request #16150 from dfederm/nullref-season-series
...
Fix nullref in Season.GetEpisodes when the season is detached from a series
2026-02-22 13:49:41 +01:00
David Federman
286cc6d720
Fix nullref in Season.GetEpisodes when the season is detached from a series
2026-02-20 22:56:30 -08:00
Andrew Rabert
aa4f09c799
Mitigate pull_request_target privilege escalation
...
Hotfix — replaces pull_request_target with pull_request to stop
granting write permissions and secrets to fork PRs. Some workflows
will break; can be fixed properly later.
2026-02-20 19:10:40 -05:00
rijads
afd3c0d9f3
Fix subtitle extraxtion caching empty files
2026-02-19 17:53:47 +01:00
theguymadmax
5597d8e1a7
Checkpoint wal
2026-02-18 15:11:57 -05:00
theguymadmax
0166362258
Use BackupDatabase() instead of File.Move in library.db migration
2026-02-17 22:56:45 -05:00
Bond-009
58c330b63d
Merge pull request #16226 from dfederm/fix/16134-migration-unique-constraint
...
Deduplicate provider IDs during MigrateLibraryDb migration
2026-02-14 11:46:43 +01:00
Bond-009
be71295693
Merge pull request #16227 from dfederm/fix/16149-watch-state-episode-replace
...
Reattach user data after item removal during library scan
2026-02-14 11:45:51 +01:00
Bond-009
8cd3090cee
Merge pull request #16231 from theguymadmax/skip-image-for-empty-folders
...
Skip image checks for empty folders
2026-02-14 11:43:24 +01:00
David Federman
7bf08daeec
Reattach user data after removing items during library scan
...
When items are removed during a library scan, their user data is
detached to a placeholder. If a replacement item already exists
(e.g., a new version of the same episode was added before the old
file was deleted), the user data would be stranded in the placeholder
because the replacement item's initial ReattachUserDataAsync call
happened before the old item was deleted.
This fix checks for remaining valid children that share user data
keys with removed items and reattaches any detached user data to them.
Fixes #16149
2026-02-12 20:38:28 -08:00
David Federman
290463fe7b
Fix migration UNIQUE constraint on BaseItemProviders
...
Deduplicate ProviderIds by ProviderId during MigrateLibraryDb migration
to prevent UNIQUE constraint violations when legacy data contains
duplicate provider entries for the same item.
Fixes #16134
2026-02-12 20:37:26 -08:00
theguymadmax
1b2d9c100a
Skip image checks for empty folders
2026-02-12 18:04:27 -05:00
Bond-009
caa05c1bf2
Merge pull request #16116 from saltpi/bugfix
...
Fix TMDB image URLs missing size parameter
2026-02-02 20:48:21 +01:00
Niels van Velzen
a37ead86df
Merge pull request #16098 from theguymadmax/fix-random-sort
...
Fix random sort returning duplicate items
2026-01-27 11:31:41 +01:00
Niels van Velzen
e65aff8bc6
Merge pull request #16109 from nielsvanvelzen/ws-session-info-dto-backport
...
Fix SessionInfoWebSocketListener not using SessionInfoDto
2026-01-27 11:31:15 +01:00
endpne
9734494eb6
Fix TMDB image URLs missing size parameter
2026-01-26 13:25:03 +08:00
Niels van Velzen
d41e302418
Fix SessionInfoWebSocketListener not using SessionInfoDto
2026-01-25 21:21:48 +01:00
theguymadmax
80ba517294
Fix random sort returning duplicate items
2026-01-24 13:48:05 -05:00
MarcoCoreDuo
95d08b264f
Rehydrate cached UserData after reattachment ( #16071 )
2026-01-22 17:43:05 -07:00
IceStormNG
893a849f28
Slightly adjust segment length for fractional framerates ( #16053 )
...
Co-authored-by: Carsten Braun <carsten.braun@braun-cloud.de >
2026-01-22 17:41:51 -07:00
theguymadmax
673f617994
Fix TMDB crew department mapping ( #16066 )
2026-01-22 17:40:35 -07:00
theguymadmax
644327eb76
Revert hidden directory ignore pattern ( #16077 )
2026-01-22 17:39:55 -07:00
Jellyfin Release Bot
10662e75e4
Bump version to 10.11.6
v10.11.6
2026-01-18 20:02:59 -05:00
Joshua M. Boniface
a2b1936e73
Merge pull request #15816 from theguymadmax/preserve-artist-order
...
Fix artist display order
2026-01-18 19:48:17 -05:00
theguymadmax
2df546af6d
Deduplicate using Distinct
2026-01-18 18:16:45 -05:00
Claus Vium
338b480217
Merge pull request #16046 from theguymadmax/restore-weekly-images
...
Restore weekly refresh for library folder images
2026-01-18 16:36:45 +01:00
theguymadmax
2943bb6fdd
Restore collection folder image refresh
2026-01-18 01:51:51 -05:00
theguymadmax
94edcbd2d1
Fix artist ordering DtoServices
2026-01-17 10:14:41 -05:00
theguymadmax
a8d1cdefac
Address review comments
2026-01-17 10:14:41 -05:00
Tim Eisele
a518160a6f
Prioritize better matches on search ( #15983 )
2026-01-16 19:05:46 -07:00